randomouscrap98 / contentapi

A generic content system to make some kinda standard websites
GNU General Public License v3.0
9 stars 2 forks source link

Newly cropped images have their transparency replaced #150

Closed Perska closed 2 years ago

Perska commented 2 years ago

When images are cropped via ImageMagick, a background color is drawn, which causes transparent images' transparency to be lost.

When cropping, -background transparent should be used to preserve transparency.