Page 1 of 1

Posted: Sun Jul 01, 2007 4:27 pm
by Nilesh
fallowing is the error i get when using version:
** NCONVERT v4.79 (c) 1991-2007 Pierre-E Gougelet (May 16 2007/10:54:38) **
Version for Linux x86 (X11) (All rights reserved)
** This is a freeware software (for non commercial use)

Error: Can't open file (convert)

Error: This output isn't possible (not yet implemented) (1.eps)

Error: Can't open file (01.jpg)



or i would get this other error if i use 64 version..
/lib64/libc.so.6: version `GLIBC_2.4' not found (required by /nconvert_new_test/nconvert64)

Yet i have already libc, not it worked fine in older version not the new one.


thanks,
Nilesh

Posted: Mon Jul 02, 2007 6:40 am
by xnview
Nilesh wrote:fallowing is the error i get when using version:
** NCONVERT v4.79 (c) 1991-2007 Pierre-E Gougelet (May 16 2007/10:54:38) **
Version for Linux x86 (X11) (All rights reserved)
** This is a freeware software (for non commercial use)

Error: Can't open file (convert)

Error: This output isn't possible (not yet implemented) (1.eps)

Error: Can't open file (01.jpg)
Which command line do you use?
or i would get this other error if i use 64 version..
/lib64/libc.so.6: version `GLIBC_2.4' not found (required by /nconvert_new_test/nconvert64)

Yet i have already libc, not it worked fine in older version not the new one.
Which linux do you have?

Posted: Sat Jul 21, 2007 3:41 pm
by Nilesh
sorry for my very late responds,

the command line was a simple convert image from esp to jpg.
ex of command used:
nconvert -out jpeg -o 1.jpg 1.eps


- Linux 2.6.16.27-061216a

thank you!

Posted: Sun Jul 22, 2007 2:25 am
by Nilesh
Forgot to say, the issue is still not solved, any suggestion how to resolve the issue? upgrade linux? or what update am i missing that is causing the issue ?

thanks,
Nilesh

Posted: Mon Jul 23, 2007 8:08 am
by xnview
If you use

Code: Select all

nconvert -out jpeg -o 1.jpg 1.eps
you obtain

Code: Select all

** NCONVERT v4.79 (c) 1991-2007 Pierre-E Gougelet (May 16 2007/10:54:3Cool **
Version for Linux x86 (X11) (All rights reserved)
** This is a freeware software (for non commercial use)

Error: Can't open file (convert)

Error: This output isn't possible (not yet implemented) (1.eps)

Error: Can't open file (01.jpg) 

Posted: Fri Jul 27, 2007 6:31 pm
by Nilesh
Thank you for pointing that out,

I narrow the issue down to JPEG format.

when i do EPS to TIFF, it works fine..

Code: Select all

Good : ./nconvert -out tiff 001.eps
Bad: ./nconvert -out jpeg 001.eps
issue happens in 4.79 (not in older version)

i try to convert a tiff in to jpeg (ex: eps > tiff > jpeg) still not working for me, any other suggestion with JPEG issue?


Code: Select all

 ./nconvert -out jpeg 001.eps
** NCONVERT v4.79 (c) 1991-2007 Pierre-E Gougelet (May 16 2007/10:54:38) **
        Version for Linux x86 (X11)  (All rights reserved)
** This is a freeware software (for non commercial use)

  Error: This picture cannot be written using this format (001.eps)
Thank for your help! and suggestions,
Nilesh

Posted: Fri Jul 27, 2007 6:44 pm
by Nilesh
I did more testing and found the issue with this file:

source eps file :

http://people.scs.fsu.edu/~burkardt/data/eps/tutte.eps

Issue : new version(not work) vs old version(worked)

Code: Select all

./nconvert -out jpeg tutte.eps
** NCONVERT v4.79 (c) 1991-2007 Pierre-E Gougelet (May 16 2007/10:54:38) **
        Version for Linux x86 (X11)  (All rights reserved)
** This is a freeware software (for non commercial use)


  Error: Don't know how to read this picture (tutte.eps)
-------------
VS older version -
---------------

Code: Select all

../nconvert -out jpeg tutte.eps
** NCONVERT v4.76 (c) 1991-2007 Pierre-E Gougelet (Feb  9 2007/14:57:17) **
        Version for Linux x86 (X11)  (All rights reserved)
** This is a freeware software (for non commercial use)

Conversion of tutte.eps into tutte.jpg OK

hope that helps us resolve the issue, or track the issue,

Posted: Mon Jul 30, 2007 12:32 pm
by xnview
Nilesh wrote:I did more testing and found the issue with this file:

source eps file :

http://people.scs.fsu.edu/~burkardt/data/eps/tutte.eps

Issue : new version(not work) vs old version(worked)
Ok, send your email by PM