
NConvert 6.88 text_back bug
Moderators: helmut, XnTriq, xnview
-
- Posts: 10
- Joined: Mon Apr 17, 2017 7:06 am
NConvert 6.88 text_back bug
pic 1. Its a bug?
pic 3. When exporting scenario from xnconvert to nconvert occurs a bug with size of text and its colour. Can you fix it, please?
pic 2. Can you add a border like this in nconvert, please? 
You do not have the required permissions to view the files attached to this post.
Last edited by Vgqq on Mon Apr 17, 2017 1:21 pm, edited 1 time in total.
-
- XnThusiast
- Posts: 4353
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
Re: Nconvert 6.88 text_back bug
You could try putting the -text "HELLO HELLO HELLO" term before the other text switches, i.e. immediately after the nconvert.exe term.
Just a guess though...
Note: If you post code, it would be helpful if you could post it between 'Code' tags:
Just a guess though...
Note: If you post code, it would be helpful if you could post it between 'Code' tags:
Code: Select all
C:\Users\xxxxx\Desktop\etc ...
-
- Author of XnView
- Posts: 45815
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Nconvert 6.88 text_back bug
i can't reproduce, your picture is RGB?Vgqq wrote:pic 1. Its a bug?
okpic 2. Can you add a border like this in nconvert, please?
yes will be fixedpic 3. When exporting scenario from xnconvert to nconvert occurs a bug with size of text and its colour. Can you fix it, please?
Pierre.
-
- Posts: 10
- Joined: Mon Apr 17, 2017 7:06 am
Re: Nconvert 6.88 text_back bug
cday, when i put text first:
it gives me next:
xnview, I attaching image:
and code:
Can you reproduce it?
This bug occurs only with option "-text_rotation".
Code: Select all
nconvert.exe -text "HELLO HELLO HELLO" -text_font "Comic Sans MS" 32 -text_color 32 255 85 -text_back 0 0 0 -text_flag top-left -text_pos 20 420 -text_rotation 10 1.jpg
Code: Select all
nconvert.exe -text_font "Comic Sans MS" 32 -text_color 32 255 85 -text_back 0 0 0 -text_flag top-left -text_pos 20 420 -text_rotation 10 -text "HELLO HELLO HELLO"
This bug occurs only with option "-text_rotation".
You do not have the required permissions to view the files attached to this post.
-
- Author of XnView
- Posts: 45815
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Posts: 10
- Joined: Mon Apr 17, 2017 7:06 am
Re: Nconvert 6.88 text_back bug
XnView How i can recognize, when it will be fixed? lt will be new digits in nconvert version on site or you inform about it on this forum? Sorry 

-
- Author of XnView
- Posts: 45815
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: Nconvert 6.88 text_back bug
yes version 7.00 available tomorrow...Vgqq wrote:XnView How i can recognize, when it will be fixed? lt will be new digits in nconvert version on site or you inform about it on this forum? Sorry
Pierre.
-
- Posts: 10
- Joined: Mon Apr 17, 2017 7:06 am
Re: Nconvert 6.88 text_back bug
I downloaded. It works perfect! Thank you very much, your soft is the bestxnview wrote:yes version 7.00 available tomorrow...

-
- Posts: 10
- Joined: Mon Apr 17, 2017 7:06 am
Re: Nconvert 6.88 text_back bug
it's a bug with rotation

Code: Select all
nconvert.exe -text_font "Comic Sans MS" 94 -text_color 255 85 0 -text_border 10 255 85 127 -text_back 0 0 0 -text_pos 90 280 -text_flag top-left -text_rotation 16 -text "HELLO HELLO HELLO" 1.jpg
You do not have the required permissions to view the files attached to this post.
-
- Author of XnView
- Posts: 45815
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
- Posts: 10
- Joined: Mon Apr 17, 2017 7:06 am
Re: Nconvert 6.88 text_back bug
Oh, sorry. I will wait for the removal this limitation, can I?xnview wrote:yes currently it's a limitation
-
- Posts: 10
- Joined: Mon Apr 17, 2017 7:06 am
Re: Nconvert 6.88 text_back bug
And it's a difference in text rotation between nconvert and xnconvert: axis of rotation for xnconvert is center and nconvert's axis of rotation is top-left corner. Its make a problem for exporting scenario from xnconvert
Just for information.
I spent three hours covering women's charms, but it did not hide behind.

Just for information.
I spent three hours covering women's charms, but it did not hide behind.

-
- XnThusiast
- Posts: 4353
- Joined: Sun Apr 29, 2012 9:45 am
- Location: Cheltenham, U.K.
Re: Nconvert 6.88 text_back bug
If the text and background with the outline are a fixed size, a workaround might be to create a small file with that content, convert the background to transparent, and then apply that image to your images using the NConvert watermark action...
Or, might it be simpler to use a freeware Windows software such as Paint.net which supports layers, and which would allow you to position the text on a transparent layer in front of the image using the mouse?
Or, might it be simpler to use a freeware Windows software such as Paint.net which supports layers, and which would allow you to position the text on a transparent layer in front of the image using the mouse?
-
- Posts: 10
- Joined: Mon Apr 17, 2017 7:06 am
Re: Nconvert 6.88 text_back bug
cday Thank you for your advices. I using preview xnconvert to prepare for a specific script(that uses nconvert) some parameters like offset x y and degree of rotation. I writing it to txt file for each picture. Then script processing some specific actions with photos. I can calculate this parameters(offsets and degree) by perambulating it in nconvert, but its uncofortable. Why not make nconvert and xnconvert prodused same result with same parameters? It will be great) sorry for my english 

-
- Posts: 10
- Joined: Mon Apr 17, 2017 7:06 am
Re: Nconvert 6.88 text_back bug
I writed my own programm, that does manipulation with text and image, and rotates text around its center. It has been easier than I thought
Thanks.


You do not have the required permissions to view the files attached to this post.