Conversion fails: Can't open file
Moderators: helmut, XnTriq, xnview
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
** 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
Which command line do you use?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 linux do you have?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.
Pierre.
If you use
you obtain
Code: Select all
nconvert -out jpeg -o 1.jpg 1.eps
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)
Pierre.
Thank you for pointing that out,
I narrow the issue down to JPEG format.
when i do EPS to TIFF, it works fine..
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?
Thank for your help! and suggestions,
Nilesh
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
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)
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)
-------------
VS older version -
---------------
hope that helps us resolve the issue, or track the issue,
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
Ok, send your email by PMNilesh 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)
Pierre.