Page 1 of 1
Add copyright symbol © to image
Posted: Thu Mar 12, 2020 12:36 pm
by janbo1982
Hello all,
how could we put © symbol into photos with xnconvert. This does not work with Arial or Verdana. It only creates ®
-rmeta -overwrite -autocrop 0 255 255 255 -ratio -rtype lanczos -rflag decr -resize 1900 900 -text_font arial 30 -text_color 0 0 255 -text_back 192 192 192 -text_flag top-left -text_pos 0 0 -text_rotation 0 -text "© company name" -o %myFile% %1
Thanks for your help!
BR
Jan
Re: Add copyright symbol © to image
Posted: Thu Mar 12, 2020 1:05 pm
by cday
janbo1982 wrote: Thu Mar 12, 2020 12:36 pm
how could we put © symbol into photos with xnconvert. This does not work with Arial or Verdana. It only creates ®
-rmeta -overwrite -autocrop 0 255 255 255 -ratio -rtype lanczos -rflag decr -resize 1900 900 -text_font arial 30 -text_color 0 0 255 -text_back 192 192 192 -text_flag top-left -text_pos 0 0 -text_rotation 0 -text "© company name" -o %myFile% %1
© company name works for me in XnConvert [the GUI software], I haven't tested in NConvert [the command line application]...
Possibly a bug in NConvert, or some kind of localisation issue, if that could be possible??
Could you test with XnConvert?
Re: Add text symbol © to image
Posted: Thu Mar 12, 2020 1:33 pm
by janbo1982
Thanks for your prompt answer, cday!
It works with XNconvert GUI Software. Our programmer is using Nconvert command line application.
It makes from "©" this "-®"?
Re: Add copyright symbol © to image
Posted: Thu Mar 12, 2020 2:08 pm
by cday
For me, using XnConvert, the © symbol is written correctly...
I may, reluctantly, boot into Windows so that I can test in NConvert...

Re: Add copyright symbol © to image
Posted: Thu Mar 12, 2020 2:29 pm
by cday
I have now tested your NConvert code in Windows and can confirm that
© is also written incorrectly in my test...
I don't know whether this is a bug in NConvert, or could be due to some technical issue related to code pages or whatever...
Re: Add copyright symbol © to image
Posted: Thu Mar 12, 2020 4:30 pm
by cday
I can now confirm that many text symbols entered in my Windows Notepad-created code reproduce incorrectly when the code is run at the Windows command line.
This is really not my subject, but it looks like a coding issue possibly introduced by Windows cmd.exe and NConvert reading code using different coding, so that when a code value is different an incorrect symbol is displayed.
Could someone please confirm that, or correct any details, and suggest a simple way of creating code that reproduces text symbols correctly when the code is run in NConvert
