Search found 25 matches

by Bingo
Tue Mar 27, 2007 4:47 am
Forum: GFL SDK
Topic: Gflax LoadBitmap crashes on very large TIFF
Replies: 2
Views: 2273

Re: Gflax LoadBitmap crashes on very large TIFF

xnview wrote:Is it possible to have the file?
I don't have it anymore, but I'll send you the next file that crashes my script.
Could you send me your email address ?
by Bingo
Mon Mar 26, 2007 8:43 am
Forum: GFL SDK
Topic: Gflax LoadBitmap crashes on very large TIFF
Replies: 2
Views: 2273

Gflax LoadBitmap crashes on very large TIFF

Hi !

Looking for an activex component which would give me the dimensions of a TIFF file, I tried Gflax.
The TIFF is very large (~9GB), and my VBScript exits without giving me an error when I try to load it.
I just have a dr.watson report in my application log about an error c0000005.

I have a lot ...
by Bingo
Mon Jun 06, 2005 1:09 pm
Forum: NConvert
Topic: Not enough memory
Replies: 1
Views: 1833

Not enough memory

Hi all !

I am still fighting with very large images.
I just want to crop a portion of a png (22.000x32.000 pixels approximatively), using this command line :
nconvert -crop 4000 4000 1000 1000 -o cropped.png original.png

The output I get is :
** NCONVERT v4.25 (c) 1991-2004 Pierre-E Gougelet (Oct ...
by Bingo
Wed Apr 13, 2005 2:11 pm
Forum: NConvert
Topic: Specify image location in -canvas
Replies: 2
Views: 1843

Great ! Thanks !
by Bingo
Wed Apr 13, 2005 1:49 pm
Forum: NConvert
Topic: Specify image location in -canvas
Replies: 2
Views: 1843

Specify image location in -canvas

Is there an option to specify image location when resizing canvas ?
I tried to export a script from xnview, but the image is always centered on the canvas.
by Bingo
Wed Apr 13, 2005 10:35 am
Forum: NConvert
Topic: Preserve EPS transparency ?
Replies: 2
Views: 1924

PM sent with link to download the file.
by Bingo
Wed Apr 13, 2005 8:43 am
Forum: NConvert
Topic: Preserve EPS transparency ?
Replies: 2
Views: 1924

Preserve EPS transparency ?

I am still trying to find a way to get my background color right when converting from EPS to PNG.
I thought about preserving the transparency from my EPS image, but unsuccessfully.
I tried :
nconvert -out png -o test.png -dpi 20 -transpcolor 255 255 255 test.eps
and
nconvert -out png -o test.png ...
by Bingo
Fri Apr 08, 2005 10:02 am
Forum: GFL SDK
Topic: Utilisation du GFL SDK dans des programmes avec VBA
Replies: 4
Views: 2176

Pour le 1, je suppose qu'il suffit d'ajouter la référence à la bibliothèque GflAx dans l'éditeur VBA (outils -> références).
by Bingo
Mon Apr 04, 2005 7:01 am
Forum: NConvert
Topic: Preserve background color ?
Replies: 17
Views: 7340

Of course :
mogrify.exe -depth 8 -colors 256 "my16McolorsPNG.png"
by Bingo
Fri Apr 01, 2005 4:14 pm
Forum: NConvert
Topic: Preserve background color ?
Replies: 17
Views: 7340

But do you have same result with ImageMagick?
For the moment, I use mogrify , which is one of the softwares that ship with ImageMagick, and the background is pure white.
But - I have no idea why this is so - mogrify is very very slow on large images, while nconvert is very fast ! There really is a ...
by Bingo
Fri Apr 01, 2005 9:14 am
Forum: NConvert
Topic: Preserve background color ?
Replies: 17
Views: 7340

xnview wrote:But with the -dither, all is ok, no?
Yes, but the output is... dithered !
I do not want dithering in the output images, I need plain colors.
by Bingo
Thu Mar 24, 2005 9:30 am
Forum: NConvert
Topic: Preserve background color ?
Replies: 17
Views: 7340

Pierre,

Are you planning on releasing a new build of nconvert ?
I am still in a test period, but I have to write batch jobs, and I would have liked to know whether I could write nconvert command lines, or if I had to write them using mogrify (which works but is horribly slow!!!).

Best regards ...
by Bingo
Mon Mar 21, 2005 10:30 am
Forum: NConvert
Topic: Preserve background color ?
Replies: 17
Views: 7340

xnview wrote:Do you have received my reply by pm?
Yes I have.
You noticed that their was no problem when "-dither" was used, but I was wondering whether you had found a solution for non-dithered conversions ?

Best regards,
Arnaud
by Bingo
Mon Mar 21, 2005 9:57 am
Forum: NConvert
Topic: Preserve background color ?
Replies: 17
Views: 7340

Pierre,
Have you found something new about this matter ?

Arnaud
by Bingo
Tue Mar 08, 2005 10:13 am
Forum: NConvert
Topic: Preserve background color ?
Replies: 17
Views: 7340

OK, pm sent with link to the image.
Thanks for helping Pierre.