On Sat, 17 Sep 2011 01:29:48 +0200
Salvatore De Paolis <[email protected]> wrote:
| Hi all,
| 
| i do have photos with width < height (when Orientation=6) and when i add the 
| caption it shows on the right side instead of the top.
| There's a way to have a caption on the top for such kind of pictures?
| 
As you are modifying the image doing ALL other work on the image at the
same time is a good idea.  That includes removing rotations, cropping
and resizing.

Add the option -auto-orient after reading the image before adding the
caption to the photo, or any other operation.

This will rotate the image and adjust the orientation attribute
appropriately.

http://www.imagemagick.org/Usage/photos/#orient




  Anthony Thyssen ( System Programmer )    <[email protected]>
 --------------------------------------------------------------------------
        How many programmers does it take to change a light bulb?
                  None.  It's a hardware problem.
 --------------------------------------------------------------------------
   Anthony's Castle     http://www.ict.griffith.edu.au/anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to