Page 1 of 1

Beta 2 : -info doesn't return anything

Posted: Thu Mar 10, 2011 3:40 pm
by Mistic100
So I'm trying the beta 2 (for iptc processing)
but while reading files infos, nconvert doesn't return anything, either without the -iptc_print param

my simple test code

Code: Select all

nconvert.exe -info "img.jpg"
works with v5.75, but no with 5.85

it just return the first three lines

Code: Select all

array(4) {
  [0]=>
  string(75) "** NCONVERT v5.85 (c) 1991-2010 Pierre-E Gougelet (Mar 10 2011/13:31:59) **"
  [1]=>
  string(72) "        Version for Windows NT/9x/2000/Xp/Vista/7  (All rights reserved)"
  [2]=>
  string(55) "** This is a freeware software (for non commercial use)"
  [3]=>
  string(0) ""
}

edit : it appears that the whole program is buggued (I think) even a simple jpeg compression doesn't works...
error while compiling ?

Re: Beta 2 : -info doesn't return anything

Posted: Thu Mar 10, 2011 4:54 pm
by xnview
Yes, please redownload the package, a problem in the build :(

Re: Beta 2 : -info doesn't return anything

Posted: Sat Mar 12, 2011 2:01 pm
by Mistic100
ok -info works
lossless -iptc_add/set/clear too

but -iptc_print doesn't :(

Code: Select all

nconvert.exe -info -iptc_print 25 "img.jpg"
juste returns the three license lines

Re: Beta 2 : -info doesn't return anything

Posted: Sun Mar 13, 2011 8:51 am
by helmut
Please remember to update the copyright year, Pierre. Currently it still says: "** NCONVERT v5.85 (c) 1991-2010 Pierre-E Gougelet (Mar 10 2011/13:31:59) **"

Re: Beta 2 : -info doesn't return anything

Posted: Mon Mar 14, 2011 8:31 am
by xnview
Mistic100 wrote:ok -info works
lossless -iptc_add/set/clear too

but -iptc_print doesn't :(

Code: Select all

nconvert.exe -info -iptc_print 25 "img.jpg"
juste returns the three license lines
right :(

Re: Beta 2 : -info doesn't return anything

Posted: Wed Apr 13, 2011 1:21 pm
by xnview
Please try 1.98 beta3

Re: Beta 2 : -info doesn't return anything

Posted: Wed Apr 13, 2011 1:38 pm
by Mistic100
works fine