Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Malka Feldman
extract and convert single image from tiff [ reply ]  
2011-07-19 10:21
How can I extract single image (ex. the first) from a TIFF image that include more than one.
I now that I can do it with imagemagick by :
convert 1.tiff single%d.jpeg.
But I don't know how do it by rmgick.
Thanks,