revealing an image pixel by pixel

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Post by anthony »

Yes IM can do this,

Convert the image into a GIF ANIMATION that add to the image one pixel
per frame, and does NOT loop (eg -loop 1)

When it reaches the end the image is complete and it will nto repeat!

See the IM examples for methods and techniques, or ask and prehaps someone will write you a script to convert an image into this sort of animation.

This could be a chanllenge for a IM example submittion! If anyone would like their name on the IM examples pages :-)
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply