php imagick images
Written: Aug-2023

Imagick Fiddle Sandbox

This utility will allow you to run a small sandbox for Imagick commands from php against an image in order to see the resulting impact - both from the actual result, as well as the resulting file size, and pixel width and height.

To use the tool, simply enter a starting-point image URL, then add commands to be executed. These commands are almost all the action functions seen in php.net/class.imagick.

If you wish to use an Imagick constant (e.g. Imagick::CHANNEL_DEFAULT or just CHANNEL_DEFAULT), then simply supply that and it will be resolved on runtime.

Use the Save button to store the source and commands, and create a permalink on the Browser nav-bar for sharing or for use later.


link Click to view a demo

square