nconvert -addtext

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: helmut, XnTriq, xnview

Post Reply
Gert
Posts: 1
Joined: Tue Jun 21, 2005 7:14 pm

nconvert -addtext

Post by Gert »

Hello,

i made sequence convert with addText and exported it for batch nconvert:

Code: Select all

nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out jpeg -o C:\temp\a\5.jpg addtext( 16777215 0 "Courier" -13 0 0 1 4 0 0 "<Filename No Ext>" )
C:\temp\Humor\5.jpg 
this does not work, i've tried to alter it for example made

Code: Select all

addtext
to

Code: Select all

-addtext
, but then nconvert told me, that it does not know this argument.

Is

Code: Select all

addtext
not implemented in nconvert so far?


Thanks,

Gert
User avatar
xnview
Author of XnView
Posts: 46390
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: nconvert -addtext

Post by xnview »

Gert wrote:Hello,

i made sequence convert with addText and exported it for batch nconvert:

Code: Select all

nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out jpeg -o C:\temp\a\5.jpg addtext( 16777215 0 "Courier" -13 0 0 1 4 0 0 "<Filename No Ext>" )
C:\temp\Humor\5.jpg 
this does not work, i've tried to alter it for example made

Code: Select all

addtext
to

Code: Select all

-addtext
, but then nconvert told me, that it does not know this argument.

Is

Code: Select all

addtext
not implemented in nconvert so far?


Thanks,

Gert
Yes, not yet implemented :-(
Pierre.
Post Reply