Beta 2 : -info doesn't return anything

Bugs and Suggestions in XnView Classic which have been resolved

Moderators: XnTriq, helmut, xnview

Post Reply
Mistic100
Posts: 9
Joined: Sun Jul 26, 2009 12:24 pm
Location: Avignon, Fr

Beta 2 : -info doesn't return anything

Post 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 ?
User avatar
xnview
Author of XnView
Posts: 43326
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

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

Post by xnview »

Yes, please redownload the package, a problem in the build :(
Pierre.
Mistic100
Posts: 9
Joined: Sun Jul 26, 2009 12:24 pm
Location: Avignon, Fr

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

Post 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
User avatar
helmut
Posts: 8705
Joined: Sun Oct 12, 2003 6:47 pm
Location: Frankfurt, Germany

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

Post 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) **"
User avatar
xnview
Author of XnView
Posts: 43326
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

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

Post 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 :(
Pierre.
User avatar
xnview
Author of XnView
Posts: 43326
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

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

Post by xnview »

Please try 1.98 beta3
Pierre.
Mistic100
Posts: 9
Joined: Sun Jul 26, 2009 12:24 pm
Location: Avignon, Fr

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

Post by Mistic100 »

works fine
Post Reply