Search found 9 matches

by Mistic100
Sat Mar 12, 2011 2:01 pm
Forum: Classic - Resolved Bugs & Requests
Topic: Beta 2 : -info doesn't return anything
Replies: 6
Views: 11437

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

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
by Mistic100
Thu Mar 10, 2011 3:40 pm
Forum: Classic - Resolved Bugs & Requests
Topic: Beta 2 : -info doesn't return anything
Replies: 6
Views: 11437

Beta 2 : -info doesn't return anything

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 nconvert.exe -info "img.jpg" works with v5.75, but no with 5.85 it just return the first three lines array(4) { [0]=> string(75) "*...
by Mistic100
Fri Mar 04, 2011 1:19 pm
Forum: NConvert
Topic: IPTC processing with NConvert?
Replies: 13
Views: 5026

Re: IPTC processing with NConvert?

I don't know if lossless is the good term, but just add tags, without touch the rest of the file exiv2 can do it (I compared the two picture, they are exactly the same, just a difference of 10 Bytes for a 6 chars lenght tag) so why not nconvert ? ps : I don't really like exiv2 ^^ its application is ...
by Mistic100
Fri Mar 04, 2011 12:55 pm
Forum: NConvert
Topic: IPTC processing with NConvert?
Replies: 13
Views: 5026

Re: IPTC processing with NConvert?

ok it works

but nconvert can't add/set iptc tags without reprocessing the picture ?
if not I will continue to use exiv2 :?
by Mistic100
Fri Mar 04, 2011 12:41 pm
Forum: NConvert
Topic: IPTC processing with NConvert?
Replies: 13
Views: 5026

Re: IPTC processing with NConvert?

because I tried this:
nconvert.exe -iptc_print Keywords "img.jpg"
nconvert.exe -iptc_print 25 "img.jpg" (25 is the id of the keyword field)
nconvert.exe -iptc_print IPTC.Application2.Keywords "img.jpg" (as in exiv2)

All unsuccessfully :(
by Mistic100
Fri Mar 04, 2011 11:43 am
Forum: NConvert
Topic: IPTC processing with NConvert?
Replies: 13
Views: 5026

Re: IPTC processing with NConvert?

Is there a doc about how to use -iptc_* params ?
by Mistic100
Fri Dec 17, 2010 7:22 pm
Forum: NConvert
Topic: IPTC processing with NConvert?
Replies: 13
Views: 5026

Re: IPTC processing with NConvert

So,
and now 4 years later
are these functions still in project ?

Mistic
by Mistic100
Sun Jul 26, 2009 12:29 pm
Forum: NConvert
Topic: Resize only if the picture is bigger
Replies: 1
Views: 1459

Resize only if the picture is bigger

Hey
I would like to resize some pictures but only if their height are bigger than the one specified in the command.
Has nconvert an option for that ?

Thanks