Search found 1 match
- 2016-01-11T07:59:54-07:00
- Forum: MagickWand
- Topic: [MagickCore] SetImageType not working
- Replies: 1
- Views: 15447
[MagickCore] SetImageType not working
Hello I'm using golang and this ( https://github.com/quirkey/magick ) package to resizing images in my project. All images are in sRGB colorspace. And all was great, until I needed to resize an image, that contains only black and white colors. After convertation, image became terrible. I thought ...