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?".
Hi IM users. I am trying to create at small (34x14 px) animated gif (a rolling pair of eyes) using IM. (Input files are transparent 34x14 tiff-files.)
I have tried
It turns out that command 2. in post 1 is almost there, except that the first image (the "sleeping eye", 00-sleep.tif) is shown in all the frames (image 2, 3, ... are only shown once as wanted).
Hehe - there is of course this beautiful "hack": Create an empty new first (transparent) image (it doesn't matter that it's been displayed in all the frames) The result can be seen here: https://drive.google.com/open?id=19Bav6 ... L3bthhqxja .
snibgo wrote: ↑2018-08-19T08:37:01-07:00
Your inputs have a range of transparencies, but the GIF format can record only binary transparency: on or off.
I see, thanks. So which, preferably lossless, image file format would you recommend for the input files (I need a transparent background)?
The problem is that your input images have partial transparency, and they rely on this for the effect. (All the pixels are black, but with varying transparency.) But gif doesn't support partial transparency.