/* GIMP header image file format (RGB): /Users/adam/code/Perforce/Perforce/Perforce/Resources/AppDelegate.h */ static unsigned int width = 24; static unsigned int height = 24; /* Call this macro repeatedly. After each use, the pixel data can be extracted */ #define HEADER_PIXEL(data,pixel) {\ pixel[0] = (((data[0] - 33) << 2) | ((data[1] - 33) >> 4)); \ pixel[1] = ((((data[1] - 33) & 0xF) << 4) | ((data[2] - 33) >> 2)); \ pixel[2] = ((((data[2] - 33) & 0x3) << 6) | ((data[3] - 33))); \ data += 4; \ } static char *header_data = "````````````````````````````````````````````````````````````````" "````````````````````````````````````````````````````````````````" "````````````````````````````````````````````````````````````````" "````````````````````````````````````````````````````````````````" "````````````````````````````````````````````````````````````````" "````````````````````````````````````````````````````````````````" "````````````````````````````````````````````````````````````````" "````````````````````````````````````````````````````````````````" "````_@HZ````````````````````````````````````````````````````````" "````````````````````````````````Z?8FA)#!M<'R````````````````````" "````````````````````````````````````````````````````````````````" "R-4%?HJ[@8V^O<GZ````````````````````````````````````````````````" "`````````````````````````````````@X^L[_P@HZ_?HJ[S-D)````````````" "````````````````````````````````````````````````````````````````" "`````P\\_M<'R@HZ_>X>XT-T-````````````````````````````````````````" "````````````````````````````````````````````M<'R@(R]>X>XS-D)````" "````````````````````````````````````````````````````````````````" "````````````````P,S]@8V^>86VS=H*````````````````````````````````" "`````````````````````````````````````````````P\\_N\\?X@(R]>86VW^P<" "````````````````````````````````````````````````````````````````" "`````````0T]KKKK?XN\\>H:WX.T=````````````````````````````````````" "`````````````````````````````````````0T]KKKK@HZ_>H:WX.T=````````" "````````````````````````````````````````````````````````````````" "_PL[J[?H@HZ_?HJ[X.T=````````````````````````````````````````````" "````````````````````````````````R-4%?HJ[@8V^RM<'````````````````" "````````````````````````````````````````````````````````````````" "\\?XND9W.PL[_````````````````````````````````````````````````````" "`````````````````````````````````````0T]````````````````````````" "````````````````````````````````````````````````````````````````" "````````````````````````````````````````````````````````````````" "````````````````````````````````````````````````````````````````" "````````````````````````````````````````````````````````````````" "````````````````````````````````````````````````````````````````" "````````````````````````````````````````````````````````````````" "````````````````````````````````````````````````````````````````" "````````````````````````````````````````````````````````````````" "";
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 15071 | alan_petersen |
Populate -o //guest/perforce_software/piper/... //guest/alan_petersen/piper/.... |
||
//guest/perforce_software/piper/mac/main/Perforce/Resources/AppDelegate.h | |||||
#1 | 11252 | alan_petersen | Rename/move file(s) | ||
//guest/perforce_software/piper/mac/Perforce/Resources/AppDelegate.h | |||||
#1 | 10744 | alan_petersen | Rename/move file(s) | ||
//guest/perforce_software/piper/Perforce/Resources/AppDelegate.h | |||||
#1 | 8919 | Matt Attaway | Initial add of Piper, a lightweight Perforce client for artists and designers. |