Search found 1 match
- 2018-04-17T13:09:12-07:00
- Forum: Users
- Topic: Unexpected CMYK color conversion after PDF flatten
- Replies: 1
- Views: 2444
Unexpected CMYK color conversion after PDF flatten
I'm trying to work through a rather unexpected issue when using convert to flatten a PDF. I'm using the Ruby library MiniMagick and the relevant portion of my code looks like this: img.combine_options do |c| c.units("PixelsPerInch") c.density(300) c.resample(300) c.flatten end If I'm not mistaken ...