Created Unassigned: MagickReader::GetExpectedLength ignores image height [1343]
It goes "length = width * width * pixel-size". Should be "width * height * pixel-size".
View ArticleEdited Issue: MagickReader::GetExpectedLength ignores image height [1343]
It goes "length = width * width * pixel-size". Should be "width * height * pixel-size".
View ArticleClosed Unassigned: MagickImageInfo not reporting correct color space for cmyk...
I have an indexed cmyk jpeg. MagickImageInfo for the file is showing the colorspace as sRGB. And when the file is saved it loses track of the correct color scheme information.I tried creating the...
View ArticleCommented Issue: MagickReader::GetExpectedLength ignores image height [1343]
It goes "length = width * width * pixel-size". Should be "width * height * pixel-size".Comments: ** Comment from web user: rstarkov ** I'm not 100% sure this is related, but I found it while debugging...
View ArticleClosed Issue: MagickReader::GetExpectedLength ignores image height [1343]
It goes "length = width * width * pixel-size". Should be "width * height * pixel-size".Comments: Resolved with changeset 37738: Fixed incorrect check in GetExpectedLength and modified unit test to test...
View ArticleCreated Unassigned: MagickFormat.Bgra fails to read alpha [1344]
Test case:```var bytes = new byte[] { 1, 2, 3, 4 };var imgRgba = new MagickImage(bytes, new MagickReadSettings { Width = 1, Height = 1, Format = MagickFormat.Rgba });var pixelRgba =...
View ArticleEdited Issue: MagickFormat.Bgra fails to read alpha [1344]
Test case:```var bytes = new byte[] { 1, 2, 3, 4 };var imgRgba = new MagickImage(bytes, new MagickReadSettings { Width = 1, Height = 1, Format = MagickFormat.Rgba });var pixelRgba =...
View ArticleClosed Issue: MagickFormat.Bgra fails to read alpha [1344]
Test case:```var bytes = new byte[] { 1, 2, 3, 4 };var imgRgba = new MagickImage(bytes, new MagickReadSettings { Width = 1, Height = 1, Format = MagickFormat.Rgba });var pixelRgba =...
View ArticleCreated Unassigned: IPTC Tags are written with wrong length [1345]
creating a new iptc profile and adding some content leads often to not readable iptc section. I found out, that the length of fields ist not correct in that cases. See attachement field caption.Code to...
View ArticleCommented Unassigned: IPTC Tags are written with wrong length [1345]
creating a new iptc profile and adding some content leads often to not readable iptc section. I found out, that the length of fields ist not correct in that cases. See attachement field caption.Code to...
View ArticleCommented Unassigned: IPTC Tags are written with wrong length [1345]
creating a new iptc profile and adding some content leads often to not readable iptc section. I found out, that the length of fields ist not correct in that cases. See attachement field caption.Code to...
View ArticleEdited Issue: IPTC Tags are written with wrong length [1345]
creating a new iptc profile and adding some content leads often to not readable iptc section. I found out, that the length of fields ist not correct in that cases. See attachement field caption.Code to...
View ArticleClosed Issue: IPTC Tags are written with wrong length [1345]
creating a new iptc profile and adding some content leads often to not readable iptc section. I found out, that the length of fields ist not correct in that cases. See attachement field caption.Code to...
View ArticleCommented Unassigned: Magick: Postscript delegate failed...
Windows Server 2008R2 has Ghostscript 9.14 64bit version, with latest Magick.NET-x64.dll 6.8.8.901 of 23March2014. Used in ASP.NET 4.0 application with Full Trust Level. ```Magick: Postscript delegate...
View ArticleCommented Unassigned: Magick: Postscript delegate failed...
Windows Server 2008R2 has Ghostscript 9.14 64bit version, with latest Magick.NET-x64.dll 6.8.8.901 of 23March2014. Used in ASP.NET 4.0 application with Full Trust Level. ```Magick: Postscript delegate...
View ArticleCommented Unassigned: Magick: Postscript delegate failed...
Windows Server 2008R2 has Ghostscript 9.14 64bit version, with latest Magick.NET-x64.dll 6.8.8.901 of 23March2014. Used in ASP.NET 4.0 application with Full Trust Level. ```Magick: Postscript delegate...
View ArticleCommented Unassigned: Magick: Postscript delegate failed...
Windows Server 2008R2 has Ghostscript 9.14 64bit version, with latest Magick.NET-x64.dll 6.8.8.901 of 23March2014. Used in ASP.NET 4.0 application with Full Trust Level. ```Magick: Postscript delegate...
View ArticleCommented Unassigned: Magick: Postscript delegate failed...
Windows Server 2008R2 has Ghostscript 9.14 64bit version, with latest Magick.NET-x64.dll 6.8.8.901 of 23March2014. Used in ASP.NET 4.0 application with Full Trust Level. ```Magick: Postscript delegate...
View ArticleCommented Unassigned: Magick: Postscript delegate failed...
Windows Server 2008R2 has Ghostscript 9.14 64bit version, with latest Magick.NET-x64.dll 6.8.8.901 of 23March2014. Used in ASP.NET 4.0 application with Full Trust Level. ```Magick: Postscript delegate...
View ArticleCommented Unassigned: Magick: Postscript delegate failed...
Windows Server 2008R2 has Ghostscript 9.14 64bit version, with latest Magick.NET-x64.dll 6.8.8.901 of 23March2014. Used in ASP.NET 4.0 application with Full Trust Level. ```Magick: Postscript delegate...
View Article