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?".
The last piece of the column was wrong y coordinate. it's return 9.25391 instead of 3. It should be 0_3.png. If i remove "extent 256x256", it's return correctly but some image not fit with size 256x256. I need all image have to be 256x256, if it not, extend the image and add transparent background it as the command above.
Thanks!