Search found 1 match
- 2011-06-06T14:01:21-07:00
- Forum: Bugs
- Topic: Image cut in half when converting PDF to PNG with -resize
- Replies: 1
- Views: 4567
Image cut in half when converting PDF to PNG with -resize
I am using image magick with C# to convert a pdf with an upload tool I built. Works amazing for all pdfs until today. A user uploaded a pdf and it converts & resizes, but cuts it in half! Has anyone else heard of this? Here is my code: //restrict image size to 200 pixels string newSize = "200x200 ...