Hi
I've got a weird error in some of my crops when the are generated by slimsy.
The crop generates a black border/line in some of the images (not every one).
You could try to adjust to thumbnail crop, but the issue is most likely because of a calculation issue and by default I think ImageProcessor add black (#000) as background color.
If the images doesn't use transparency, a solution might be to add &bgcolor=fff or another color to match to background color of the page.
You can also try to upgrade ImageProcessor to latest version.
Slimsy - creats blackline in crop
Hi I've got a weird error in some of my crops when the are generated by slimsy. The crop generates a black border/line in some of the images (not every one).
Examples:
Without black line/border:
Link to Image
With black line/border:
Link to image
Sometimes the border appears to the left, right, top and bottom.
Any help would be appriciated :D
Any help would be great :D
I'm still having the same issue :/
Hi Mads
I had an issue similar to this a couple of years ago: https://our.umbraco.org/projects/website-utilities/slimsy/slimsy-feedback/65306-GetResponsiveCropUrl-returns-different-src-after-Umbraco-upgrade
You could try to adjust to thumbnail crop, but the issue is most likely because of a calculation issue and by default I think ImageProcessor add black (#000) as background color.
If the images doesn't use transparency, a solution might be to add
&bgcolor=fff
or another color to match to background color of the page.You can also try to upgrade ImageProcessor to latest version.
/Bjarne
is working on a reply...