similar to: sharpen modifier table

Displaying 20 results from an estimated 10000 matches similar to: "sharpen modifier table"

2009 Apr 16
6
Using Paperclip::Processor and RMagick to sharpen my thumbnails
Hi, I''m brand new to RMagick (and pretty new to Rails for that matter!). Right now, site owners are allowed to upload product and ingredient photos to the website. Everything works great, ingredients are sized down and proportioned correctly...the problem is that the resulting images are so blurry! So I''ve been doing some research and it looks like Paperclip::Processor may be the
2007 Dec 02
4
ffmpeg2theora-0.20 released
New version of ffmpeg2theora, a command line tool to convert video files to Ogg Theora. new in version 0.20 - postprocessing filters, denoise, deblock, dering (check --pp help) - new preset - several bugfixes - binaries build with latest version of libtheora Binaries http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.20.linux.bin.bz2
2007 Dec 02
4
ffmpeg2theora-0.20 released
New version of ffmpeg2theora, a command line tool to convert video files to Ogg Theora. new in version 0.20 - postprocessing filters, denoise, deblock, dering (check --pp help) - new preset - several bugfixes - binaries build with latest version of libtheora Binaries http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-0.20.linux.bin.bz2
2018 Jan 29
2
opus manpages
Dear authors of Opus, currently, the manpages that come with opus-tools are written in the traditional man(7) markup language. I am proposing to rewrite them into the semantic markup of the mdoc(7) language. I am willing to do the work. Both the man(7) and mdoc(7) languages have been around for decades, and are supported by the prevalent formatters: groff(1) on most Linuxes and mandoc(1) on the
2012 Apr 21
3
"sticky" modifier keys issue when wine loses focus
When running a program in wine, and I use a hotkey combo to either switch desktops or open another program (example: to bring forward my fullscreen terminal), the modifier keys are still depressed, according to wine, when I switch back to the wine window. I did some tests, and found that when switching desktops away from wine with a hotkey with modifiers, and then switching back with a method
2017 Jun 12
0
plspm package error in data frame
Hello, Please allways cc the list, don't answer just to me. Now I'm getting a different error. I had noticed that you have no reference to 'TPBDATA' before the call to plspm but I forgot to mention it in my first e-mail. TPB_pls1 = plspm(TPBDATA, TPB_path, TPB_blocks, modes = TPB_modes) Error in is_tabular(x) : object 'TPBDATA' not found So we need to know what
2016 Sep 04
0
[PATCH 9/9] Optimize silk_inner_prod_aligned_scale() for ARM NEON
Linfeng Zhang wrote: > Created corresponding unit test, and the optimization is bit exact with C > function. How are you building/running these tests? None of the tests (from any of the patches starting with the second) build for me on 32-bit ARMv7 with --enable-fixed-point, or even on x86. Example errors: CCLD tests/test_unit_optimization tests/test_unit_optimization.o: In
2008 Jan 28
0
[AGI 1.4] Why doesn't Asterisk complain?
Hello I've read in the documentation that we should use the CLI version of PHP when using it to write scripts called by AGI, because the prepended HTML bits would confuse Asterisk when it got a reply from the script through STDIN. And still, the following works OK, although the CLI version available in AstLinux prepends some HTML: =================== pbx tmp # cat /tmp/test.php
2016 Sep 06
2
[PATCH 9/9] Optimize silk_inner_prod_aligned_scale() for ARM NEON
Hi Timothy, Could you please share your make configuration? I tested on this morning's master with my first 2 patches with the following configurations and all work fine. ARM Fixed-point ./configure --build x86_64-unknown-linux-gnu --host arm-linux-gnueabihf --enable-fixed-point --enable-intrinsics CFLAGS='-O3' --disable-shared ARM Floating-Point: ./configure --build
2004 May 14
3
New experimental theora implementation
Derf's from-scratch alternate implementation of the theora codec is now publicly available from our subversion repository. http://svn.xiph.org/experimental/derf/theora-exp/ This exciting new codebase promises superiour performance, and the encoder is capable of higher quality output than the current represenation, taking advantage of the bitstream extension we've added to the
2006 Apr 10
1
[patch] MD5 variable modifier
Hello, I've taken a different (better) approach to getting tpop3d-compatible UIDLs: the first attached patch (...md5_modifier.diff) adds a variable expansion modifier (%M) to return the md5sum of the expanded variable in hex. With the patch, you can get tpop3d-compatible UIDLs by setting pop3_uidl_format to %Mf. While testing interactions with other modifiers (e.g. %MUf to get the md5sum in
2018 Jul 26
3
RFC: What is the real behavior for the minnum/maxnum intrinsics?
> On Jul 23, 2018, at 3:40 PM, Alex Bradbury via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 23 July 2018 at 11:56, Arsenault, Matthew via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > >> Hi, >> >> >> The specification for the llvm.minnum/llvm.maxnum intrinsics is too unclear >> right
2008 Jan 20
4
read.table: wrong error message? (PR#10592)
--Apple-Mail-44--797532055 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit I believe read.table may report misleading errors. In this example, where a header line in a file has an incorrect number of row names (28 instead of 29), I get the error message "duplicate row.names are not allowed". However, I cannot not find any
2017 Jun 11
3
plspm package error in data frame
Hello, I am new to R and hope I will not seem ignorant in this post. I am currently using the plspm package by Gaston Sanchez accompanied by his text book. I have attempted to create a square matrix, which has seemed successful. I used the following code: > "Attitude" = c(1, 0, 0, 0, 0, 0, 0, 0) > "Normative Beliefs" = c(1, 0, 0, 0, 0, 0, 0, 0) > "Subjective
2011 Apr 22
1
Create 2x2 table from summary data and run chi square test.
R 2.12 windows 7 I am summary data that I would like to make into a 2x2 table representing counts positive vs. negative counts: 28/289 20/276 My table should look something like the following: group1 group2 Positive 28 20 Negative 289 276 How can a (1) create the 2x2 table (2) run a chi square test on the table? I have tried the following code, but I
2009 Mar 05
2
Retrieving all values of the column from the table
Hi, I have a function in my model like ----------------------------------------- class Pattern def self.get_all(field) @patterns = Pattern.find(:all) @patterns.collect do |pp| pp.field end end end ----------------------------------------- so that whatever field i give to the function, it returns all the column values in an Array I dont know whether i am doing it right or
2004 Sep 24
2
derf README
I was just looking at http://svn.xiph.org/experimental/derf/theora-exp/README and this is what it says about the encoder, <snip> The encoder is highly experimental. It currently generates valid bitstreams using ALL of the decoder features supported above. However, it is also currently broken, producing pretty horrible quality files with high bitrates. This should be tracked down and
2006 Jul 08
1
Need Help Understanding Situation with Table Columns
I am trying to create an application loosely based on the Depot application presented in Agile Web Development with Rails (AWDwR). I am using InstantRails for the server. In my app I have the folowing controllers: admin_controller application_controller city_map_controller (with method: displayGMap) The admin_controller was created with the following command: ruby script/generate scaffold
2010 Feb 17
4
Unrecognized prilocaldialplan NPI modifier
Only a warning, and doesn't seem to do anything bad. But I can't seem to figure out what these warnings mean? -- Requested transfer capability: 0x00 - SPEECH [Feb 17 12:33:03] WARNING[10750]: chan_dahdi.c:3096 dahdi_call: Unrecognized prilocaldialplan NPI modifier: k [Feb 17 12:33:03] WARNING[10750]: chan_dahdi.c:3096 dahdi_call: Unrecognized prilocaldialplan NPI modifier: o [Feb 17
2007 Mar 19
2
NET 1.1 framework
Hi, Is it possible to get an application that requires the MS NET framework to run under WINE? I see the MONO site. If I build and run MONO would it allow me to run an application under WINE? Actually I want to do this with a free program called RUFZ to help sharpen morse code skills. Thanks Kurt