Linux thumbnailer with imagemagick
Posted: 2008-01-19T10:45:43-07:00
Hello
I want to make a thumbnailer for my little application using imagemagick but I am having some problems.
I have it working with nautilus but thunar overwrites them every time.
Comparing my thumbnail with one that does work using "identify -verbose" I found a difference.
The one that works has:
Background Color: white
The one that does not works has:
Background Color: black
How can I set that option?
If I do:
convert input.png -background white output.png
The result is:
Background Color: #00000000
In fact, anything gives me that result with the exception of black.
Is this a bug?
I want to make a thumbnailer for my little application using imagemagick but I am having some problems.
I have it working with nautilus but thunar overwrites them every time.
Comparing my thumbnail with one that does work using "identify -verbose" I found a difference.
The one that works has:
Background Color: white
The one that does not works has:
Background Color: black
How can I set that option?
If I do:
convert input.png -background white output.png
The result is:
Background Color: #00000000
In fact, anything gives me that result with the exception of black.
Is this a bug?