LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   how to cut an image ? (https://www.linuxquestions.org/questions/fedora-35/how-to-cut-an-image-549815/)

hectorDUQUE 04-28-2007 06:43 PM

how to cut an image ?
 
hi guys,
i have to cut a "png" and "jpg" images in a set of images (about 40 :-(, so i don't want to do a manual process (for example using gimp) each time.
I wonder if there exist a commandline tool (fo fedora6) to do this job: for example, get the image from lines L1 and L2, and columns C1 and C2, and write the output to disk using the same format.



thanks in advance?

hector

hectorDUQUE 04-28-2007 09:35 PM

i've found it, convert of imagemagic does:

Code:

convert TABLE01.png -crop 200x200+200+200 -gravity NorthWest n.png
thanks, anyway

hector


All times are GMT -5. The time now is 04:58 AM.