Search found 11064 matches

by magick
2006-01-13T11:11:18-07:00
Forum: MagickWand
Topic: MPEG encoding?
Replies: 2
Views: 26005

ImageMagick supports both MPEG-1 and MPEG-2 reading and writing. To write an MPEG simply add the mpg or m2v extension to your filename or prefix the filename with mpg: or m2v:. For example: convert *.jpg m2v:myvideo MPEG support does require an external delegate, the mpeg_decode and mpeg_encode prog...
by magick
2006-01-11T18:23:48-07:00
Forum: Users
Topic: Visual Studio version?
Replies: 7
Views: 29104

We do not have Visual 2005. A full version would be useful, but an upgrade would be acceptable. Send a PM for a shipping address.
by magick
2006-01-09T21:10:06-07:00
Forum: Bugs
Topic: TIFF crashes ImageMagick 6.2.5-5
Replies: 2
Views: 30565

We can reproduce the problem and will have a fix in ImageMagick 6.2.6. ImageMagick 6.2.6 is scheduled for release within a week or two.
by magick
2006-01-06T13:07:55-07:00
Forum: Users
Topic: Visual Studio version?
Replies: 7
Views: 29104

We have not tested ImageMagick under Visual Studio 2005. If someone wants to buy us a copy, let us know and we will provide a ship-to address.
by magick
2006-01-04T13:03:00-07:00
Forum: Users
Topic: Visual Studio version?
Replies: 7
Views: 29104

ImageMagick is not supported under Visual C++ 5, however, that does not mean it won't compile. It just means if you run into problems compiling we can't help you.
by magick
2005-12-19T10:53:51-07:00
Forum: Bugs
Topic: TIFF crashes ImageMagick 6.2.5-5
Replies: 2
Views: 30565

Your image works fine under Fedora Linux. We will verify under Mac OS X within the next few days and get back to you.
by magick
2005-12-15T18:36:08-07:00
Forum: Developers
Topic: A Faster JasPer
Replies: 1
Views: 19301

Thanks for the info. We have downloaded GeoJasPer and will take a closer look as time permits.
by magick
2005-12-09T18:02:25-07:00
Forum: Bugs
Topic: Missing IM_MOD_RL_E_.dll????
Replies: 1
Views: 19291

We can only fix problems we can reproduce. You might try uninstalling any previous versions of ImageMagick with the Add/Remove Programs control panel. We did this and reinstalled ImageMagick 6.2.5-5 and it appears to be working fine. Is there a specific command that fails for you? Did you install in...
by magick
2005-12-08T20:50:43-07:00
Forum: Bugs
Topic: -units option not recognized by montage command
Replies: 2
Views: 22720

The -units option has been added to ImageMagick 6.2.6 Beta, available within a day or two. Thanks for the problem report.
by magick
2005-12-08T20:42:07-07:00
Forum: Bugs
Topic: TIFFReadDirectory causes non-zero exit status
Replies: 2
Views: 22133

We wonder if the TIFF delegate library is throwing an error rather than a warning. Why not post a URL to one or two images that throw the warning/error so we can reproduce the problem and produce a proper fix.
by magick
2005-11-26T20:11:09-07:00
Forum: Users
Topic: Tiff single strip
Replies: 0
Views: 16632

To create one rows per strip in a TIFF image use this option: -define tiff:rows-per-strip=1.
by magick
2005-11-23T07:49:42-07:00
Forum: Users
Topic: ImageMagick, Ghostscript and fonts
Replies: 0
Views: 15715

The error is coming from Ghostscript. We tried your EPS file with Ghostscript 8.51 and converted without complaint.
by magick
2005-11-19T19:32:45-07:00
Forum: Users
Topic: Normalize RGB *together* (rather than seperately)?
Replies: 4
Views: 21980

Post your patch or a URL to your patch so we can review your mods. We can accomodate both methods, normalizing a channel and normalizing the image.
by magick
2005-11-17T20:57:38-07:00
Forum: Windows COM+ & Visual Basic
Topic: ImageMagickObject -- [...]: 0: exception: access violation
Replies: 2
Views: 41172

ImageMagick COM+ is a contributed project but we do our best to maintain it. For testing, we only have the two scripts that comes with the project and we ensure it executes properly before any ImageMagick release. If you can provide a small script that can we can use to reliably reproduce the proble...
by magick
2005-11-16T20:57:52-07:00
Forum: Users
Topic: Normalize RGB *together* (rather than seperately)?
Replies: 4
Views: 21980

You can multiply each channel with the -evaluate or -fx options.