change resolution

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
yxs4406

change resolution

Post by yxs4406 »

I ahve 30 slices of images, each is 512x512, how can I use 30 slices
to get 512x512x512 image arry? Thank you for your help.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Use the -morph option to add in-between frames to your image sequence.
Post Reply