![]() | The original unmodified image |
![]() | Scale
<?php The scale option uses a simpler, faster algorithm than -resize, and it ignores the -filter setting if one is present. Offsets, if present in the geometry string, are ignored, and the -gravity option has no effect. |
![]() | Scale ( pixelate )
<?php An interesting effect. |
| Scene | Set scene number. |
| Screen | Specify the screen to capture. |
| Seed | Seed a new sequence of pseudo-random numbers. |
![]() | Segment
<?php Segment the colors of an image. CODE NOT CORRECT. |
| Selective-blur | Selectively blur pixels within a contrast threshold. |
![]() ![]() ![]() | Separate
<?php Separate an image channel into a grayscale image. Specify the channel with -channel. |
![]() | Sepia-tone
<?php Sepia effect. |
| Set | Set an image attribute for all images in the current image sequence, after they have been created or read in. |
![]() | Shade
<?php Shade the image using a distant light source. |
![]() | Shadow
<?php Simulate an image shadow. - to retain the transparency of the shadow save as a png. |
![]() | Sharpen
<?php Sharpen the image. |
![]() | Shave
<?php Shave pixels from the image edges. |
![]() | Shear
<?php Shear the image along the x-axis and/or y-axis. - the colour of the parts of the canvas exposed by the image moving are set by -background. |
![]() | Shear
<?php Shear the image along the x-axis and/or y-axis. - the colour of the parts of the canvas exposed by the image moving are set by -background. |
![]() | Sigmoidal contrast
<?php Increase the contrast without saturating highlights or shadows. |
| Silent | Operate silently. |
![]() | Sketch
<?php Simulate a pencil sketch. |
![]() | Solarize
<?php Negate all pixels above the threshold level. Effect using percent. |
![]() | Solarize
<?php A pixel value is 0 to QuantumRange, (2^Q-1 where Q is the Quality for IM) It is basically the raw interger values used to represent pixels in memory! For Q16 that is 0 to 65535. 50% is halve that value or a value of 32767 The same thing happens in some -evaluate operations (like 'add'). It is also that way in the -level operator. In a Solarize operation values greater than the solarize point are negated, values below are left as is. |
| snaps | Set the number of screen snapshots. |
![]() | Sparse-color
<?php Color the given image using the specified points of color, and filling the other intervening colors using the given methods. |
![]() | Splice
<?php Splice the current background color into the image. |
![]() | Splice
<?php Splice the current background color into the image on one edge - bottom in this case. |
![]() | Spread
<?php Displace image pixels by a random amount. |
![]() | Stegano
<?php Hide watermark within an image. JPG can NOT be used for a stegano image as it is lossy and stegano stores the hidden information in the low bits that JPG destroys. The hidden image should be greatly smaller (and simpler) than the container image for it to work well. |
![]() | Stegano
<?php Recover watermark hidden within an image. |
| Stereo | Composite two images to create a stereo anaglyph. |
| Storage-type | Pixel storage type. |
| Stretch | Set a type of stretch style for fonts. |
![]() | Strokewidth
<?php Strokewidth sets the line width. |
![]() | Strip
<?php Strip the image of any profiles or comments. |
| Stroke | Color to use when stroking a graphic primitive. |
| Style | Set a font style for text. |
| Swap | Swap the positions of two images in the image sequence. |
![]() | Swirl
<?php Swirl image pixels about the center. |
| Taint | Mark the image as modified even if it isn't. |
![]() |
Texture
<?php Name of texture to tile onto the image background. |
![]() Original ![]() | Threshold
<?php Apply simultaneous black/white threshold to the image. |
Thumbnail
<?php Resize and thumbnail have the same effect but thumbnail strips the EXIF data etc. BUT in later versions NOT the color profile. See resize for more options. |
|
![]() | Tile
<?php Set the tile image used for filling a subsequent graphic primitive. NOT WORKING. |
| Tile-offset | Specify the offset for tile images, relative to the background image it is tiled on. |
![]() | Tint
<?php Tint the image with the fill color. |
| Title | Assign a title to displayed image. |
| Transform | Transform is depreciated see distort. |
![]() | Transparent
<?php Transparent; saved as a png to retain the transparency. -fuzz can be used to select a range of colours. Image displayed on a grey checkerboard to show the transparent areas. |
![]() | Transparent color
<?php This does not make a color transparent, it only defines what color the transparent color is in the color palette of the saved image. |
![]() | Transpose
<?php Mirror the image along the top-left to bottom-right diagonal. |
![]() | Transverse
<?php Mirror the image along the images bottom-left top-right diagonal. Equivalent to the operations -flop -rotate 90. |
| Tree depth | Treedepth for the color reduction algorithm (treedepth is also a setting for -quantize). |
![]() | Trim
<?php Trim an image. |
| Type | The image type. |
![]() | Undercolor
<?php set the color of the annotation bounding box. |
![]() | Unique colors
<?php Discard all but one of any pixel color. |
![]() | Units
<?php The units of image resolution. |
![]() | Unsharp
<?php Sharpen the image with an unsharp mask operator. |
![]() | Unsharp
<?php Sharpen the image with an unsharp mask operator. |
| Update | Detect when image file is modified and redisplay. |
| input.jpg=>-identify JPEG 266x200 266x200+0+0 8-bit DirectClass 16kb |
Verbose
<?php Print detailed information about the image when this option preceds the -identify option or info: |
| Image: input.jpg Format: JPEG (Joint Photographic Experts Group JFIF format) Class: DirectClass Geometry: 266x200+0+0 Resolution: 72x72 Print size: 3.69444x2.77778 | Verbose
<?php A better method; only the first 6 lines displayed. |
| Version: ImageMagick 6.5.6-4 2009-09-22 Q16 OpenMP http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC | Version
<?php Print ImageMagick version. As we want the version displayed use system not exec. |
| View | FlashPix viewing parameters. |
![]() | Vignette
<?php Soften the edges of the image in vignette style. Image displayed on a grey checkerboard to show the transparent areas. |
Virtual pixel
<?php Specify contents of virtual pixels. |
|
| Visual | Animate images using this X visual type. |
![]() | Watermark
<?php Watermark an image using the given percentages of brightness and saturation. |
![]() | Wave
<?php Shear the columns of an image into a sine wave. Image displayed on a grey checkerboard to show the transparent areas. |
![]() | Weight
<?php Set a font weight for text. |
![]() | White point
<?php Chromaticity white point. - NOT WORKING |
![]() | White threshold
<?php Force to white all pixels above the threshold while leaving all pixels at or below the threshold unchanged. You can use a percent or a value in the quantum range. |
| Window | Make the image the background of a window. |
| Window-group | Specify the window group. |
![]() | Write
<?php Write an image sequence. |