… unless you absolutely without-a-doubt need some new IM option not yet available in GM, the safe bet is to stick to GM's feature set, and write your app to work with either one. …
Showing posts with label GraphicsMagic. Show all posts
Showing posts with label GraphicsMagic. Show all posts
Thursday, March 10, 2011
Linux.com :: ImageMagick or GraphicsMagick?
Linux.com :: ImageMagick (IM) or GraphicsMagick (GM)?
Labels:
GraphicsMagic,
image processing,
ImageMagick,
imaging
Wednesday, March 9, 2011
apress.com: The Definitive Guide to ImageMagick : 9781590595909
APRESS.COM : The Definitive Guide to ImageMagick : 9781590595909
This book will most certainly also help you with GraphicsMagick.
This book will most certainly also help you with GraphicsMagick.
Labels:
apress,
GraphicsMagic,
image processing,
ImageMagick,
imaging
book: ImageMagick Tricks
ImageMagick Tricks Book & eBook | Packt Publishing Technical & IT Book Store
This book will most certainly also help you with GraphicsMagick.
This book will most certainly also help you with GraphicsMagick.
how to copy a rectangle region from an image file? ("cropping")
My original source files are PDF files, but I already converted them to PNG using Ghostscript.
I was thinking of ImageMagick …
I came across phatch, I read of it here. It's a GUI, that helps running ImageMagick with certain operations in a batch. It came with a lot of dependencies on other packages. I tried to fullfil some of of them, eventually I gave up. If I very sure, that phatch was the way to go, that dependency hell wouldn't be a dead end. Spending time on getting phatch to run was a dead end for me.
There is a book on ImageMagick at PackPub, there is also one at Apress. I bought both of them as PDFs. That was the key to the success. I found nice examples, and I was able to apply some easy recipe to my task.
$ convert orig.png -crop geometry new.png
There is a fork of ImageMagick called GraphicsMagick. Pretty fast, but you may come across features of ImageMagick, that GraphicsMagick doesn't know.
…
I was thinking of ImageMagick …
I came across phatch, I read of it here. It's a GUI, that helps running ImageMagick with certain operations in a batch. It came with a lot of dependencies on other packages. I tried to fullfil some of of them, eventually I gave up. If I very sure, that phatch was the way to go, that dependency hell wouldn't be a dead end. Spending time on getting phatch to run was a dead end for me.
There is a book on ImageMagick at PackPub, there is also one at Apress. I bought both of them as PDFs. That was the key to the success. I found nice examples, and I was able to apply some easy recipe to my task.
$ convert orig.png -crop geometry new.png
Actually the recommendation says to use "+repage", in order to not confuse certain software:
$ convert orig.png -crop geometry +repage new.png
Without "+repage" the file stores the displacement of the segment wrt. the original image, which comes in quite handy, but … certain software gets confused, eg. when I loaded one such new image into GIMP, GIMP displayed the displacement and presented me rubbish.
…
Labels:
GraphicsMagic,
image processing,
ImageMagick,
imaging,
PDF
Subscribe to:
Posts (Atom)