IMPORTANT: broken pixmaps in svn
Tuukka Mäkinen
tukem at iki.fi
Tue Apr 5 11:12:14 CEST 2005
Brian J. Tarricone wrote:
> It looks like something went wrong. In xfce4-icon-theme, all of the
> .png files are broken.
I checked few of the files for fun(?) and noticed that they are mostly ok but
png header is broken for some reason. According to this page
http://mindprod.com/jgloss/png.html
png file should start with \211PNG\r\n\032\n (or 89504E470D0A1A0A in hex) but
files I looked at started with 89504E470A1A0A. Notice the missing 0D = \r. In
addition chunksize (=next 4 bytes in file) was 0x0000000A in broken files when
in correct one it was 0x0000000D.
-Tuukka
More information about the Xfce4-dev
mailing list