Place x,y,z coordinated using imagemagic

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
Gajinder
Posts: 1
Joined: 2011-02-25T02:01:48-07:00
Authentication code: 8675308

Place x,y,z coordinated using imagemagic

Post by Gajinder »

Please let me know, how can I use imagemagick to place 3 coordinates points i.e. (x,y,z).
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Place x,y,z coordinated using imagemagic

Post by fmw42 »

IM supports 2D images. I am not sure it supports 3D images or stacks. Do you have a particular image format to use?

see

convert -list format
Post Reply