Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'use 1 pixel TIFF file to replace PRO label' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
use 1 pixel TIFF file to replace PRO label
Authored by: mclbruce on May 12, '05 03:31:18PM

I decided to reduce the TIFF to one white pixel instead of deleting it. I figure somewhere in the code the image is called, I'll let that part of the code execute without an error.

When I make modifications like this I like to leave a copy of the original in place and add .original to it's file name. It's a nice benign suffix that helps document what I have done.



[ Reply to This | # ]
Why use 1 pixel TIFF?
Authored by: juz10mac on May 13, '05 01:20:04PM

I have my own system for documenting modifications I make to the Mac OS. How do you know that a call to a 1-pixel image won't cause some error in the code? It obviously doesn't fit the parameters of the original image.



[ Reply to This | # ]