Search found 7 matches

by cookie
2014-08-27T05:04:27-07:00
Forum: Bugs
Topic: Crash when working with EXIF profile in JPG image
Replies: 7
Views: 5611

Re: Crash when working with EXIF profile in JPG image

you can use

Code: Select all

-strip
instead. I had the same problem.
by cookie
2014-08-27T05:00:38-07:00
Forum: Bugs
Topic: ImageMagick fails to correctly interpret SVG path!
Replies: 8
Views: 4909

Re: ImageMagick fails to correctly interpret SVG path!

Just reporting here for posterity: Current version: Version: ImageMagick 6.8.9-7 Q16 x86_64 2014-08-25 http://www.imagemagick.org Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC Features: DPC Modules OpenMP Delegates: bzlib cairo djvu fftw fontconfig freetype gslib jng jpeg lcms ltdl ...
by cookie
2014-08-27T02:21:02-07:00
Forum: Bugs
Topic: ImageMagick fails to correctly interpret SVG path!
Replies: 8
Views: 4909

Re: ImageMagick fails to correctly interpret SVG path!

Thanks. I updated to latest version and it's a nightmare. Every single conversion takes ages.
I will need to downgrade somehow if that's possible.
Can I switch the delegate to something of my choice?
by cookie
2014-08-26T04:16:24-07:00
Forum: Bugs
Topic: ImageMagick fails to correctly interpret SVG path!
Replies: 8
Views: 4909

Re: ImageMagick fails to correctly interpret SVG path!

Hey! That is exactly what I'm trying to do but it wasn't obvious to me what is responsible for SVG processing in IM and if can be updated separately to core application (rsvg?). Additionally I'm relying on custom repository which was slightly out of date. It seems as if the newest version which was ...
by cookie
2014-08-25T08:33:50-07:00
Forum: Bugs
Topic: ImageMagick fails to correctly interpret SVG path!
Replies: 8
Views: 4909

Re: ImageMagick fails to correctly interpret SVG path!

Hi! Sure - here are the files: JPEG: https://s3-eu-west-1.amazonaws.com/tomasz-test-bucket-ireland/SVG/Ham-Focaccia.jpg Expected SVG data: https://s3-eu-west-1.amazonaws.com/tomasz-test-bucket-ireland/SVG/test.svg Wrong SVG data: https://s3-eu-west-1.amazonaws.com/tomasz-test-bucket-ireland/SVG ...
by cookie
2014-08-25T07:38:31-07:00
Forum: Bugs
Topic: ImageMagick fails to correctly interpret SVG path!
Replies: 8
Views: 4909

ImageMagick fails to correctly interpret SVG path!

For some reason the SVG path stored in the JPG file is misinterpreted. I'm using: identify -format "%[8BIM:1999,2998:#1]" some_file_that_used_to_work.jpg to compare the output with the one that used to work and it is different. The clipping path it represent is totally distorted. This looks like ...