-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
Description
During build, Xcode complains about banner.png and [email protected] not being exact multiples of the same resolution:
TiffUtil /Users/runner/work/Plasma/Plasma/build/Sources/Plasma/Apps/plClient/RelWithDebInfo/UruExplorer.app/Contents/Resources/banner.tiff (in target 'plClient' from project 'Plasma')
cd /Users/runner/work/Plasma/Plasma
/usr/bin/tiffutil -cathidpicheck /Users/runner/work/Plasma/Plasma/Sources/Plasma/Apps/plClient/Mac-Cocoa/banner.png /Users/runner/work/Plasma/Plasma/Sources/Plasma/Apps/plClient/Mac-Cocoa/[email protected] -out /Users/runner/work/Plasma/Plasma/build/Sources/Plasma/Apps/plClient/RelWithDebInfo/UruExplorer.app/Contents/Resources/banner.tiff
Warning: Sizes of concatenated images do not follow Aqua guidelines for resolution independent multi-image TIFFs.
Please provide two images, one with exactly twice the pixel width as the other.
Image 1 in file /Users/runner/work/Plasma/Plasma/Sources/Plasma/Apps/plClient/Mac-Cocoa/banner.png: 56x427 points (56x427 pixels, 72x72 dpi)
Image 1 in file /Users/runner/work/Plasma/Plasma/Sources/Plasma/Apps/plClient/Mac-Cocoa/[email protected]: 113.577x866.028 points (112x854 pixels, 71x71 dpi)
2 images written to /Users/runner/work/Plasma/Plasma/build/Sources/Plasma/Apps/plClient/RelWithDebInfo/UruExplorer.app/Contents/Resources/banner.tiff.
I suspect it's something to do with the 71×71 vs 72×72 DPI?