User Tools

Site Tools


imagemagick_strings

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
imagemagick_strings [2014/01/29 18:04] – external edit 127.0.0.1imagemagick_strings [2026/03/21 10:11] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Imagemagick Strings ====== ====== Imagemagick Strings ======
  
-Imagemagick is an utility used to create to create thumbs, it have maybe parameters and options, you can take a look at full doc at imagemagick.org, so you can edit Crop Profiles in script and set your own parameters for IM to get better thumbs.+ImageMagick is a powerful utility for creating and optimizing thumbnails. It has extensive configuration options documented at imagemagick.org. When using ImageMagick in the script, you can customize the command string to fine-tune your thumbnail output. This is the best approach for achieving precisely the thumbnail quality you want.
  
-Some examples:+Here are example ImageMagick command strings:
  
 <code> <code>
Line 9: Line 9:
 -filter Sinc -modulate 105,110,100 -unsharp 1.0x1.0+0.1 -enhance -strip -quality 85 -filter Sinc -modulate 105,110,100 -unsharp 1.0x1.0+0.1 -enhance -strip -quality 85
 -filter Blackman -modulate 110,102,100 -sharpen 1x1 -enhance -quality 85 -filter Blackman -modulate 110,102,100 -sharpen 1x1 -enhance -quality 85
 +-filter Lanczos -contrast -modulate 110,102,100 -unsharp 0.9x0.9+1 -enhance -strip -quality 92 
 +-filter Blackman -modulate 110,102,100 -sharpen 1x1 -enhance -strip 
 +-sharpen 0.5x0.5 -unsharp 0.8x0.6+0.3 -despeckle -modulate 105,107 -strip 
 +-unsharp 1.0x1.0+0.5 -contrast -gamma 1.2 
 +-despeckle -unsharp 1.5x2+2+.10 -quality 70 -contrast -gamma 1.2 
 +-filter Blackman -modulate 110,102,100 -sharpen 1x1 -enhance -strip 
 +-filter Lanczos -normalize -unsharp 1x0.9+1 -unsharp 1x0.3+1 
 +-filter Sinc -sharpen 1x1 -enhance -modulate 105,105,100 
 +-enhance -strip -quality 92 -modulate 110,102,100 -unsharp 3x3+1.2 -contrast index0.jpg -filter Lanczos -filter Blackman 
 +-unsharp 1x0+1 -unsharp 1x0+1 -modulate 100,100 
 +-filter Blackman -modulate 110,102,100 -sharpen 1x1 -enhance 
 +-unsharp 1x0.9+1 -modulate 100,102 -enhance -normalize -strip 
 +-filter Lanczos 50 -unsharp 0.8,0.6+0.3 -blur 0.2?0.2 -unsharp 0.8,0.6+0.3 -sharpen 1.1?1.1 -despeckle -modulate 105 
 +-filter Blackman -unsharp 1.0x1.0+0.5 -unsharp 1.0x1.0+0.5 -modulate 108,108 -contrast -enhance 
 +-filter Lanczos 50 -unsharp 0.8x0.6+0.3 -blur 0.2x0.2 -unsharp 0.8x0.6+0.3 -sharpen 1.1x1.1 -despeckle -modulate 105 
 +-unsharp 1.0x1.0 0.5 -enhance -blur 0.3x0.3 
 +-filter Lanczos 50 -unsharp 1.0x1.0 0.5 -enhance -blur 0.3x0.3 -unsharp 0.8x0.6+0.3 -sharpen 1.1x1.1 -despeckle -modulate 105 
 +-filter Lanczos -normalize -unsharp 1x0.9+1 -unsharp 1x0.3+1 
 +-filter Sinc -sharpen 1x1 -enhance -modulate 105,105,100 
 +-filter Blackman -modulate 110,102,100 -sharpen 1x1 -enhance  
 +-filter Lanczos 50 -unsharp 0.8x0.6+0.3 -blur 0.2x0.2 -unsharp 0.8x0.6+0.3 -sharpen 1.1x1.1 -despeckle -modulate 105 -quality 90 -strip 
 +-filter Blackman -unsharp 0.8x0.6+0.3 -blur 0.2x0.2 -unsharp 0.8x0.6+0.3 -modulate 105,105,97 -auto-level -quality 90 -strip
 </code> </code>
 +
imagemagick_strings.1391018666.txt.gz · Last modified: by 127.0.0.1