Click to See Complete Forum and Search --> : Creating a TIFF file on-run....
mikoil
May 13th, 2006, 12:14 AM
Hi! :)
Does anyone know how to make a TIFF file on-run? Say I want to create a new 200x100Pixels image with the word "Hello" on it (black & white image)... How can I do this? How does it work if I want compression? All those questions -> TIFF image format ! ;)
Thank you all :wave:
Marc G
May 13th, 2006, 06:23 AM
You can use libtiff (http://www.libtiff.org/) or a third party image library.
golanshahar
May 13th, 2006, 06:30 AM
You can also use the Image Class (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdicpp/GDIPlus/GDIPlusReference/Classes/Image.asp) of GDI+.
Cheers
philkr
May 13th, 2006, 08:05 AM
I think TIFF image format is uncompressed. I suggest .png for lossless compression and jpeg otherwise.
golanshahar
May 13th, 2006, 08:22 AM
I think TIFF image format is uncompressed. I suggest .png for lossless compression and jpeg otherwise.
Tiff format can also be compressed, there are couple compression for tiff such as ZIP/LZW etc. :wave:
Cheers
mikoil
May 13th, 2006, 09:36 AM
philkr - open a BMP file with ACDSEE. Then save it as TIFF and see "Options" :)
Well, the point in my issue is not that I chose TIFF just coz I'd like to - it's because I'm trying to send an image through fax, search few of my last posts to see what I'm talking about, if you look closely you'll see that I'm having a little research here :) :)
philkr
May 14th, 2006, 05:51 AM
Sorry for my unqualified remarks. I hope this will help you: http://www.ee.cooper.edu/courses/course_pages/past_courses/EE458/TIFF/
mikoil
May 14th, 2006, 10:00 AM
This is really nice text you posted, I wonder how come I didn't find it before - and I DID some searching :)
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.