Log In
Support
New Account
This forum
This project's trackers
This project's forums
This project's tasks
This project's releases
This project's documents
This project's news
Software/Group
People
Skill
Advanced search
Home
My Page
Project Tree
Code Snippets
Project Openings
RMagick
Summary
Forums
Tracker
News
SCM
Files
Forums
|
Admin
Discussion Forums:
open-discussion
Start New Thread
Nested
Flat
Threaded
Ultimate
Show 25
Show 50
Show 75
Show 100
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,