Trim and Fuzz problems
Posted: 2018-09-01T05:24:09-07:00
Hi,
If i have formatted this thread wrong, please let me know. I am very new to the forum and don't want to be breaking any rules or flooding the wrong categories.
I have a question in regards to trimming an image, the images in question are located here: https://imgur.com/a/nVbigxf
I want to trim the transparent areas, and then after that i add a border and set the background to white (which is working fine) But for some reason, when i trim with or without the fuzz option (i have tried 1, 5, 10, 25 and 50% for the fuzz).
The resulting images are here:
https://imgur.com/a/mR1EFUY
The exact command i used was
ImageMagick Version details:
OS: Windows 10 64x
PRogram Type: CMD
IM Version: 7.0.8-10 Q16 x64
Visual C++: 180040629
Image Details:
Size: 2.2mb
Dim: 2532x2651
Bit Depth: 32
Type: PNG
Other steps i tried:
- Converting image type before trimming
- Filling transparency before filling
- Resizing to a smaller file size before trimming
All the steps i have taken end up with the same result of the bottom transparency still not trimmed in the processed image. I am looking for a solution or alternative to achieve the same result
If i have formatted this thread wrong, please let me know. I am very new to the forum and don't want to be breaking any rules or flooding the wrong categories.
I have a question in regards to trimming an image, the images in question are located here: https://imgur.com/a/nVbigxf
I want to trim the transparent areas, and then after that i add a border and set the background to white (which is working fine) But for some reason, when i trim with or without the fuzz option (i have tried 1, 5, 10, 25 and 50% for the fuzz).
The resulting images are here:
https://imgur.com/a/mR1EFUY
The exact command i used was
Code: Select all
magick mogrify -trim -fuzz 10% -path edited *.png
OS: Windows 10 64x
PRogram Type: CMD
IM Version: 7.0.8-10 Q16 x64
Visual C++: 180040629
Image Details:
Size: 2.2mb
Dim: 2532x2651
Bit Depth: 32
Type: PNG
Other steps i tried:
- Converting image type before trimming
- Filling transparency before filling
- Resizing to a smaller file size before trimming
All the steps i have taken end up with the same result of the bottom transparency still not trimmed in the processed image. I am looking for a solution or alternative to achieve the same result