
saving a high res tiff graphics

z.m.wu
I'm a long time user of igor 5.05a. I am trying to save a tiff file with 1200 dpi. It is not working. On XP under VMWare Fusion, depending on the saving option, igor sometimes crash and sometimes report Windows os error 1450. On Vista 64 bit, igor just crashes at times. Other times, it saves but I get about 500MB file with completely blank image. I have tried other options like 8xscreen or 5xscreen or 1000 dpi etc. But unless I go very low res, it's very problematic.
Mr. Wu
This demo is fully functional for 30 days, after which it reverts to demo mode.
If you still get this crash in the latest version, please let us know. It is also helpful if you copy here the exact commands you are using (or the command Igor creates on the command line when you save an image) so that we can try to reproduce the problem.
September 11, 2009 at 11:18 am - Permalink
I can save it in 8xscreen res tif file and it creates ~ 300MB file which Preview can read. Windows photo gallery recognizes the file and display it right.
When I save it as other dpi -> 1200, it makes 900MB file which on Mac, Preview does not even recognize it as something it can read. When I d-clicked on it it get a prompt from Igor. I never knew igor can load/display an image file but I always thought it as a missing feature. Anyhow, Igor does not display that 900MB file at all. Moreover windows photogallery does not know what to do with that 900MB tif file.
Here is the command
•SavePICT/C=2/E=-7/RES=1200 as "testa"
On this new version I also got the same "syntax" error with 5.05A the other day but I can't reproduce it. Perhaps I got that error with a different experiment file.
September 15, 2009 at 09:31 am - Permalink
You haven't said why you need to create a TIFF file at 12 time screen resolution, but I'm guessing you are doing so for a publication or something similar. If you haven't already, you might consider whether exporting as a .pdf file would be appropriate. Furthermore, your use of the /C=2 flag means that you're saving it as a CMYK file. If this is for publication it might be better if you saved the image as a RGB image (/C=1) and let whomever is using your image, such as the publisher, do the conversion into CMYK.
September 15, 2009 at 11:16 am - Permalink