ImagickDemos icon indicating copy to clipboard operation
ImagickDemos copied to clipboard

An example of all the Imagick functions

Results 64 ImagickDemos issues
Sort by recently updated
recently updated
newest added

black and white points should be 0-1 - but that is annoying to type.

They should all just be going through render() now.

http://local.phpimagick.com/Tutorial/composite?composite_example=ATop ![image](https://user-images.githubusercontent.com/1505719/138482984-9edbf77c-0416-4d93-bee7-ede063084a10.png)

// TODO - It should be possible to flood fill with a color that // is transparent, but currently it doesn't seem to work, presumably // because the image has...

http://local.phpimagick.com/Imagick/queryFonts

As currently examples like: ImagickDraw::setFontWeight are borken. http://local.phpimagick.com/ImagickDraw/setFontWeight?background_color=rgb(225%2C%20225%2C%20225)&stroke_color=rgb(0%2C%200%2C%200)&fill_color=DodgerBlue2

Some of them appear to need to be quantum scaled. e.g. http://phpimagick.com/Imagick/selectiveBlurImage?radius=6&sigma=2&threshold=0.3&channel=All&image_path=Lorikeet

Some of the examples (e.g. Imagick::resizeImage) allow the users to crop and zoom in, so that people can pixelpeep the image. It would be better to do this in JavaScript...

as currently it is hard-coded to NetscapeWebSafeColours.gif which is fine, but not very demonstrative.