[Solved] -edge option change results in versions
Posted: 2016-01-08T07:23:25-07:00
Hi !
After all, sorry about my english, it's not my native language.
This it's my original image, the idea it's save toner and don't print the black blocks of text inverted this way:
http://i.imgur.com/hSnIzcH.png
In Ubuntu 10.04.3 LTS ( ImageMagick V 6.6.4-8 2010-10-01 Q16 ) I use this command:
$ convert -edge 1 -negate ejemplo_ori.png ejemplo_v6.6.4-8.png
And I have this result image:
http://i.imgur.com/qD9jTqd.png
What I want and it's correct for my purpose, don't mind that the titles are in outline, if all the text was plain, that would be great, but this it's an acceptable way.
Now I try this same command in a Ubuntu 14.04.3 LTS ( ImageMagick 6.7.7-10 2014-03-06 Q16 ) , exactly the same comand:
$ convert -edge 1 -negate ejemplo_ori.png ejemplo_v6.7.7-10.png
But, surprisingly not have the same result... It was this:
http://i.imgur.com/1fclKof.png
What is NOT correct... What happens ?
The most accurate I found was this command, that works o both versions, but it's not exactly what I want:
$ convert -negate -edge 1 -negate ejemplo_ori.png ejemplo_v6.7.7-10_2.png
Result:
http://i.imgur.com/5Nfn0Jj.png
I need all the text in plain mode and without the black/grey background... If someone knows another way, you are welcome to tell me.
Please, I wait for some benevolent soul....
Thank you in advance.
After all, sorry about my english, it's not my native language.
This it's my original image, the idea it's save toner and don't print the black blocks of text inverted this way:
http://i.imgur.com/hSnIzcH.png
In Ubuntu 10.04.3 LTS ( ImageMagick V 6.6.4-8 2010-10-01 Q16 ) I use this command:
$ convert -edge 1 -negate ejemplo_ori.png ejemplo_v6.6.4-8.png
And I have this result image:
http://i.imgur.com/qD9jTqd.png
What I want and it's correct for my purpose, don't mind that the titles are in outline, if all the text was plain, that would be great, but this it's an acceptable way.
Now I try this same command in a Ubuntu 14.04.3 LTS ( ImageMagick 6.7.7-10 2014-03-06 Q16 ) , exactly the same comand:
$ convert -edge 1 -negate ejemplo_ori.png ejemplo_v6.7.7-10.png
But, surprisingly not have the same result... It was this:
http://i.imgur.com/1fclKof.png
What is NOT correct... What happens ?
The most accurate I found was this command, that works o both versions, but it's not exactly what I want:
$ convert -negate -edge 1 -negate ejemplo_ori.png ejemplo_v6.7.7-10_2.png
Result:
http://i.imgur.com/5Nfn0Jj.png
I need all the text in plain mode and without the black/grey background... If someone knows another way, you are welcome to tell me.
Please, I wait for some benevolent soul....
Thank you in advance.