AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
July 2007

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2007.07.27 17:44 "How to create a 200x100 dpi TIFF file?", by Mohamad Zeinali
2007.07.27 17:53 "Re: How to create a 200x100 dpi TIFF file?", by Toby Thain
2007.07.27 17:54 "Re: How to create a 200x100 dpi TIFF file?", by Bob Friesenhahn

2007.07.27 17:54 "Re: How to create a 200x100 dpi TIFF file?", by Bob Friesenhahn

On Fri, 27 Jul 2007, mohamad zeinali wrote:

> Hi there,
> I want to make a TIFF file from a TBitmap. I read the thread :
> http://www.asmail.be/msg0054998186.html
>
> It helped a lot, but I need my file to be Fax Group 3 and also with 200 dpi
> horizontal resolution and
> 100dpi vertical resolution. I know how to make it G3 but I have a
> headache with resolution.
> I tried XRESOLUTION  and YRESOLUTION tags without any luck.

Libtiff will only save the pixels as supplied.  The resolution values 
are just attributes for the image.  Libtiff will not resample the 
pixels for you.  If you have an image that needs to be resampled to 
work with FAX, then you will need to use some other software that can 
do the resampling for you.

Bob
======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/