From: Robert L K. <rl...@al...> - 2000-02-12 14:22:24
|
From: sh...@al... Date: Sat, 12 Feb 2000 16:39:37 +0900 Ok, I figured out why I was sometimes getting unexpected end of file errors with unprint. I was generating the input files like this: 1) start gimp 2) load test image 3) print test image to file 4) quit gimp 5) try to unprint test image Nothing wrong with that unless step 4 follows too closely after step 3. Gimp-print removes its UI dialog before the actual printing is finished, and if the user quits before the file is finished being written, then the file will be cut short. The Gimp puts its own progress bar on the image you're printing. Do we really need our own progress bar? |