Search found 6 matches

by poudou99
Thu May 28, 2009 9:58 pm
Forum: NConvert
Topic: how to insert "Creation date" as a text in an picture
Replies: 4
Views: 1236

Re: how to insert "Creation date" as a text in an picture

helmut wrote:With a batch file this might be possible. There's ways to extract parts for the date and string them together, an example which uses the currrent date:

Code: Select all

set CREATION_DATE=%DATE:~6,4%-%DATE:~3,2%-%DATE:~0,2%
I did something like that
thanks
by poudou99
Tue May 19, 2009 10:46 am
Forum: NConvert
Topic: how to insert "Creation date" as a text in an picture
Replies: 4
Views: 1236

Re: how to insert "Creation date" as a text in an picture


But it does not run, it inserts the text " <Creation Date [d/m/Y H:M]> " itselft instead of the date like XnView does

Currently nconvert doesn't support <...> info like xnview
Ok, thanks
I will try something else

I will try to develop a BAT which retrieves the DATE/TIME of the file and then ...
by poudou99
Mon May 18, 2009 10:44 pm
Forum: NConvert
Topic: how to insert "Creation date" as a text in an picture
Replies: 4
Views: 1236

how to insert "Creation date" as a text in an picture

Hello

I continue my previous messages here in english

I am trying to insert the "Creation Date" of a list of pictures inside the pictures as a text

After having made several tries (seeing how xnview does with conversion/Batch)
here is what I am trying to do:

SET PRG="E:\Program Files\XnView ...
by poudou99
Mon May 18, 2009 7:45 pm
Forum: NConvert
Topic: [French] nconvert pour incruster la date
Replies: 3
Views: 1315

Re: [French] nconvert pour incruster la date

je progresse


SET PRG="E:\Program Files\XnView\NConvert"
SET SRC="LatestRecordingSnapShot-##.jpg"
SET DST="RES-##.jpg"

%PRG% -npcd 2 -size 256x256+0 -ctype grey -corder inter -out jpeg -n 0 23 1 -text_font "Times New Roman" 22 -text_pos 0 0 -text_color 255 255 255 -text_flag bottom-left -text ...
by poudou99
Mon May 18, 2009 6:49 pm
Forum: NConvert
Topic: [French] nconvert pour incruster la date
Replies: 3
Views: 1315

Re: [French] nconvert pour incruster la date

Il manque les fichiers sources, par ex. rajouter à la fin file.jpg
je trouvais aussi que le fichier Bat avait une drole de tronche (les différentes options de la ligne de commande n'étaient pas générées)
alors, à partir du Help des options possibles dans la ligne de commande, je l'ai modifié comme ...
by poudou99
Mon May 18, 2009 12:44 pm
Forum: NConvert
Topic: [French] nconvert pour incruster la date
Replies: 3
Views: 1315

[French] nconvert pour incruster la date

Bonjour

j'ai utilisé xnview pour creer un traitement par lot qui incruste la date de création d'une image dans l'image elle même.
ca marche super bien quand je lance le traitement manuellement avec le bouton LANCER

j'ai voulu tester le mode "Batch".
Pour cela j'ai exporté ma séquence dans un ...