https://bugs.kde.org/show_bug.cgi?id=362484
Bug ID: 362484 Summary: bad dotsPerMeter information for XCF files Product: frameworks-kimageformats Version: unspecified Platform: Compiled Sources OS: other Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: alex.me...@kde.org Reporter: andrius...@gmail.com CC: kdelibs-b...@kde.org Images read through XCF plugin currently return weird values for QImage::dotsPerMeterX and QImage::dotsPerMeterY, e.g.: DPM X: -2147483648 DPM Y: 3937 example image attached (generated by GIMP 2.8) Reproducible: Always Steps to Reproduce: 1. Read an XCF image using QImageReader 2. get QImage::dotsPerMeterX() and QImage::dotsPerMeterY() values Actual Results: DPM X: -2147483648 DPM Y: 3937 Expected Results: DPM X: 72 DPM Y: 72 -- You are receiving this mail because: You are watching all bug changes.