Re: Compress created TIFF-image

2003-12-02 Thread Robert Casties
Gergely Hajdu wrote: I have tried to do this rasterization, but I cant get the code/parameters right. How do I easily make this rasterization at a lower resolution ? Since I am really stuck, code samples would be gratefully accepted. For now, my code just looks like : For the resolution you need t

RE: Compress created TIFF-image

2003-12-02 Thread Gergely Hajdu
this lower reolution approach ? As I wrote before, I dont know which classes/librairies/methods to use... Thanks in advance /Gergely -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 1:35 PM To: Batik Users Subject: Re: Compress created TIFF-im

Re: Compress created TIFF-image

2003-12-01 Thread Robert Casties
Gergely Hajdu wrote: Hi Thomas, The quality of the picture is REALLY not important. It will just contain plain text, so resolution/number of colours etc. etc. is absolutely not important. As long as the text can be seen it is enough. The reason why I think it can be compressed this much is that t

RE: Compress created TIFF-image

2003-12-01 Thread Gergely Hajdu
Batik Users Subject: Re: Compress created TIFF-image Thomas DeWeese wrote: > Gergely Hajdu wrote: >> I have created a TIFF-image by converting a svg-file(called Image.xml) >> to a TIFF : >> >> My problem is that the image is WAY to big in bytesize (4GB..). >> I would

Re: Compress created TIFF-image

2003-12-01 Thread Thomas DeWeese
Thomas DeWeese wrote: Gergely Hajdu wrote: I have created a TIFF-image by converting a svg-file(called Image.xml) to a TIFF : My problem is that the image is WAY to big in bytesize (4GB..). I would need to compress it to app. max 50 000 bytes. How do I compress this image as MUCH as possible ?

Re: Compress created TIFF-image

2003-11-28 Thread Thomas DeWeese
Gergely Hajdu wrote: Hi sorry for "mailbombing" this forum, but I am in real stress to accomplish my task. > I have created a TIFF-image by converting a svg-file(called Image.xml) to a TIFF : My problem is that the image is WAY to big in bytesize (4GB..). I would need to compress it to app. max 50

Compress created TIFF-image

2003-11-28 Thread Gergely Hajdu
Hi sorry for "mailbombing" this forum, but I am in real stress to accomplish my task. I have created a TIFF-image by converting a svg-file(called Image.xml) to a TIFF : // create a JPEG transcoder TIFFTranscoder transcoder = new TIFFTranscoder(); // create the transcoder input String svgURI = ne