Search found 13 matches

by taob
2011-11-26T12:22:07-07:00
Forum: Users
Topic: No JPEG, PNG or TIFF support in cygwin binary?
Replies: 7
Views: 14913

Re: No JPEG, PNG or TIFF support in cygwin binary?

Or... sorry... You didn't mean a cygwin package, but a cygwin compatible build of ImageMagick, didn't you? Correct, I'm talking about the pre-built IM binaries for Cygwin on this site (see the URL in the first post). The IM package on the Cygwin servers is horribly out-of-date, and I had built my ...
by taob
2011-11-25T08:43:11-07:00
Forum: Users
Topic: No JPEG, PNG or TIFF support in cygwin binary?
Replies: 7
Views: 14913

Re: No JPEG, PNG or TIFF support in cygwin binary?

Ah ha! I see the Cygwin build was updated last night to 6.7.3-8, and it looks like the build options were fixed! Hooray! DELEGATES bzlib fpx freetype jbig jpeg jng jp2 lcms2 png tiff x11 xml zlib J2C* JP2 rw- JPEG-2000 Code Stream Syntax JBG* JBIG rw+ Joint Bi-level Image experts Group interchange ...
by taob
2011-11-25T08:39:45-07:00
Forum: Users
Topic: No JPEG, PNG or TIFF support in cygwin binary?
Replies: 7
Views: 14913

Re: No JPEG, PNG or TIFF support in cygwin binary?

It doesn't show up in the configure options either: DELEGATES freetype mpeg x11 zlib My older (but working) copy does, so I'll switch back to that: DELEGATES bzlib freetype jbig jpeg jng png tiff x11 zlib What's the best way to bring this to the attention of the maintainer of the Cygwin build?
by taob
2011-11-24T13:48:59-07:00
Forum: Users
Topic: No JPEG, PNG or TIFF support in cygwin binary?
Replies: 7
Views: 14913

Re: No JPEG, PNG or TIFF support in cygwin binary?

Ah, I see. The Cygwin package is dated September 17, while the 6.7.3-7 packages are from November 19. This is the first time I've downloaded the precompiled Cygwin package, so I don't know if the lack of JPEG, etc. support is abnormal or simply an accepted characteristic of the Cygwin build.
by taob
2011-11-24T12:53:38-07:00
Forum: Users
Topic: No JPEG, PNG or TIFF support in cygwin binary?
Replies: 7
Views: 14913

No JPEG, PNG or TIFF support in cygwin binary?

Just to make sure I'm not losing my mind... can someone confirm if the latest pre-compiled IM binaries for Cygwin don't seem to include JPEG, PNG or TIFF support? Running 'ldd' on the binaries does not show any missing DLLs. http://www.imagemagick.org/download/binaries/ImageMagick-i686-pc-cygwin.tar ...
by taob
2009-10-06T06:03:06-07:00
Forum: Users
Topic: Problems with IM 6.5.6 on Cygwin 1.7 + Windows 7 RTM
Replies: 5
Views: 10305

Re: Problems with IM 6.5.6 on Cygwin 1.7 + Windows 7 RTM

Yeah, I think there is something about shared libs/DLL's with Cygwin and Windows that I'm not quite grasping yet. If I do a "./configure --disable-shared --without-perl" and install the resulting build, everything seems to work fine. Of course, the binaries are each about 8 MB, but whatever...
by taob
2009-10-04T20:37:08-07:00
Forum: Users
Topic: Problems with IM 6.5.6 on Cygwin 1.7 + Windows 7 RTM
Replies: 5
Views: 10305

Re: Problems with IM 6.5.6 on Cygwin 1.7 + Windows 7 RTM

Oh great, if I google for "problems building imagemagick for cygwin", this thread turns up as the first hit for me. :lol:
by taob
2009-10-04T20:29:57-07:00
Forum: Users
Topic: Problems with IM 6.5.6 on Cygwin 1.7 + Windows 7 RTM
Replies: 5
Views: 10305

Re: Problems with IM 6.5.6 on Cygwin 1.7 + Windows 7 RTM

Took a bit of fiddling to get PerlMagick to build (it did not know to include -lz or -lgomp), but 6.5.6 is installed now. I'm still getting the same error though: $ convert -version Version: ImageMagick 6.5.6-8 2009-10-04 Q16 OpenMP http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ...
by taob
2009-10-04T11:07:54-07:00
Forum: Users
Topic: Problems with IM 6.5.6 on Cygwin 1.7 + Windows 7 RTM
Replies: 5
Views: 10305

Re: Problems with IM 6.5.6 on Cygwin 1.7 + Windows 7 RTM

I noticed the Cygwin distro of IM has all the .a files renamed as .dll, which I tried with 6.5.6, but that didn't help. I'll try building it from source next... hopefully getting gcc up and running on Cygwin won't be too difficult. ;)
by taob
2009-10-04T07:14:54-07:00
Forum: Users
Topic: Problems with IM 6.5.6 on Cygwin 1.7 + Windows 7 RTM
Replies: 5
Views: 10305

Problems with IM 6.5.6 on Cygwin 1.7 + Windows 7 RTM

Since the Cygwin package of IM is stuck at 6.4.0 from almost 18 months ago, I decided to install the ImageMagick-i686-pc-cygwin.tar.gz binary package. It went into /usr/local/ImageMagick-6.5.6/, and $MAGICK_HOME is set appropriately. Yet the "convert logo: logo.gif" test case does not work. I ran ...
by taob
2007-01-11T22:32:37-07:00
Forum: Users
Topic: Preserving input filename in batch convert
Replies: 5
Views: 20268

You may be able to speed up things further with large JPEGs by adding a -size argument to ask the library to reduce the amount returned from the file. Hi, Anthony. I use "-size" when resizing down large 12- and 16-megapixel JPEGs, but it does not seem to make much difference with 400x600 source ...
by taob
2007-01-10T10:39:19-07:00
Forum: Users
Topic: Preserving input filename in batch convert
Replies: 5
Views: 20268

Ah, so the new "-path" option specifies the output directory then? Thanks, I'll check out the new beta once it is available! I don't know if this is on the "todo" list, but it would be great to have more format specifiers for output filenames too, e.g.: %f for the input filename (without extension ...
by taob
2007-01-09T22:37:43-07:00
Forum: Users
Topic: Preserving input filename in batch convert
Replies: 5
Views: 20268

Preserving input filename in batch convert

I have a script that takes small images (450x300) and creates a square thumbnail for each one via a resize and a crop. Traditionally, I've been using a for-loop in a /bin/sh script: $ time for i in *.jpg ; do convert -gravity northwest $i -resize 45x45 -crop 30x30+0+0 thumbs/$i ; done real 2m26.706s ...