Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 488 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 488 Bytes

test-xcf

Just a test to check whether GitHub supports displaying GIMP (XCF) image files, not only Photoshop (PSD).

File gimp.xcf is the unmodified, imported and saved file gimp.svg desktop logo from the official GIMP repository (GPLv3).

With imagemagick installed, a simple call can create a PNG image

convert gimp.xcf gimp.png

which then could be used for visual diffing.