Photoshop Path extraction messes up with coordinates

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
zaratol
Posts: 43
Joined: 2010-04-21T08:30:43-07:00
Authentication code: 8675308

Photoshop Path extraction messes up with coordinates

Post by zaratol »

Hi

while testing my images i noticed that currently ImageMagick does not read some path points correctly.
Original Image: http://home.arcor.de/durius.obsidian/complicated.tif

Photoshop Display of the second path:

Image

For this ticket i created to 2 svg files with the same command:

identify -format '%[8BIM:1999,2998:#2]' complicated.tif

For the purpose of this ticket i added "xmlns="http://www.w3.org/2000/svg"" to the svg tag so the files can be displayed directly

SVG File from recent Version 6.8.9-5:
Image

SVG from really old Version 6.7.2-10:
Image

It looks like some coordinates from the 8bim Block are no longer read correctly (Diff Screenshot taken after cleaning up svg code)

Image
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Photoshop Path extraction messes up with coordinates

Post by dlemstra »

I cannot reproduce your problem with the latest beta of IM 6.8.9-6. I am getting the same SVG image as you are getting in the older version of ImageMagick and it produces the correct output.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
zaratol
Posts: 43
Joined: 2010-04-21T08:30:43-07:00
Authentication code: 8675308

Re: Photoshop Path extraction messes up with coordinates

Post by zaratol »

Strange i still get that error with Windows version ImageMagick-6.8.9-6-Q16-x64-dll.exe, i also don't get the new even odd rule from viewtopic.php?f=2&t=25882
With static Version ImageMagick-6.8.9-6-Q16-x86-windows.zip everything works fine.

I already tried uninstall / reinstall.

Trying with Linux Version later this Week
zaratol
Posts: 43
Joined: 2010-04-21T08:30:43-07:00
Authentication code: 8675308

Re: Photoshop Path extraction messes up with coordinates

Post by zaratol »

ok this seems to be a 32bit vs 64 bit version.

tested with windows 64/32 Binary Release
and with CentOs 64/32 Binary Release

on every 64 bit Version i get this error, on 32 bit versions not.

Any Idea?
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Photoshop Path extraction messes up with coordinates

Post by dlemstra »

Sorry for not getting back to you. The 64 bit problem has been fixed at the end of august. This will be available in the next release (6.8.9-8).
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply