disintegration / imaging

Imaging is a simple image processing package for Go
MIT License
5.22k stars 433 forks source link

Images not get fully processed even if background is filled with base color? #153

Open Atomzwieback opened 2 years ago

Atomzwieback commented 2 years ago

Hi,

im not sure if it s a problem with the lib but im experience some issues where images not get fully „rendered“?

Looks like this: Image

If anyone has a tip why this happens it would be great.

ueffel commented 2 years ago

Maybe you didn't flush your buffered Writer, if you're using one?