The ImageMagick Book is now on Amazon US too. Hurrah!
Category: Imagemagick
Wow, Amazon UK is listing the book
I wonder where they got the cover art from though? I certainly haven’t seen cover art from the publisher yet. Then again, the art that’s been used is kinda nice. You can find the book listed here. Thanks to Anton for point all of this out in the comments here.
Converting a bunch of TIFF images to a PDF using ImageMagick
I just got this question in email, and thought I should answer it publically to help other people who might be wondering: I used following commands to convert D:\>convert -adjoin scanImage_1.tif -adjoin scanImage_2.tif -adjoin scanImage_3.tif three.pdf This didn’t work. And I use D:\ >convert -adjoin scanImage_1.tif -adjoin scanImage_2.tif -adjoin scanImage_3.tif three.tif And convert three.tif three.pdf…
ImageMagick book – Chapter 1: Installation and Configuration
I want to talk about the chapter I’m currently writing, but in order to do that in a way which makes sense, I really need to mention the chapters which are already written. Well, it makes sense to me at least, and this is my site, so I guess I get to do that if…
The architecture of PerlMagick
Steven comments on the slowness of PerlMagick in the EXIF tag extraction case. I’m pretty sure that it’s not forking a process though — ImageMagick is now a set of libraries which are wrapped to make the command line utilities we all know and love, as well as PerlMagick. So, I don’t think a fork…
ImageMagick slowness extracting EXIF information from JPEG files
For the book I’ve been working on a PerlMagick example which takes a directory of images, lets you rotate and label the images, and the publish them to a list of different possible publication directories. It’s basically an automation of what I’ve done with the image publication for this site for some time, but also…
A book on ImageMagick?
I’ve been sitting on this for a little while, and a couple of people I’ve met in the flesh have heard about it, but I think the time is right to start talking about it more in public. A little while ago Apress asked me if I would be interested in writing a book on…
Flattering
I’ve had some need to be reading the ImageMagick documentation recently, and it’s flattering to see that they link to my articles on ImageMagick so often. It makes the effort worthwhile to see that people appreciate the articles. [tags: article]
Wanted: Someone who knows enough about ImageMagick to do some reviewing for me
I’m writing some stuff about ImageMagick at the moment, and it would be nice to have someone do some technical review of the stuff I’m writing to make sure I’m not a big liar or anything. There’s a possibility of being paid, but you need to know about ImageMagick, Linux and imaging in general. If…
New ImageMagick uploaded to Debian Unstable
So, it appears that a new version of ImageMagick has been uploaded to Debian Unstable. Is this in relation to my previous complaint? Probably not. Anyways, 6.2.3 is there, but appears to have troubles building. My Debian insider tells me that you can track the progress of the package from the package’s status page. I…