Search found 2 matches

by fabel
2019-04-08T14:50:07-07:00
Forum: Bugs
Topic: Problem with PSD on big endian
Replies: 2
Views: 6130

Re: Problem with PSD on big endian

Version 7.0.8-28 on Linux (for all three archs mentioned). I didn't use convert, but the magickcore api for reading the image (and cairo for writing if). Testing with "convert abydos.dsp[0] result.png" actually works, so the problem seems to be in my code. But it's still kind of weird that...
by fabel
2019-04-07T17:55:53-07:00
Forum: Bugs
Topic: Problem with PSD on big endian
Replies: 2
Views: 6130

Problem with PSD on big endian

I came across a problem with PSD on big endian systems (both armeb and ppc64) using the MagickCore API. It works like it should on little endian (amd64) and there is also no problem with any other format on big endian (I've tried ten or so). I can provide more information, but perhaps the cause is a...