Search found 2 matches
- 2018-03-07T09:52:41-07:00
- Forum: Magick.NET
- Topic: Setting Interlace to None in .NET
- Replies: 2
- Views: 11144
Re: Setting Interlace to None in .NET
Thanks for the response. It pointed me in the right direction. Strangely enough, both of the input images are noninterlaced but when combined they became interlaced. That may be something in the prior coding though (I didn't write it so I'm not 100% sure). Anyway, if anyone needs the solution that ...
- 2018-03-05T13:55:32-07:00
- Forum: Magick.NET
- Topic: Setting Interlace to None in .NET
- Replies: 2
- Views: 11144
Setting Interlace to None in .NET
Bear with me as I'm new to using ImageMagick and couldn't find the answer to this online. I'm dealing with existing code that takes 2 png files and merges them together to form a final png file. Basically an image is going to be printed onto a t-shirt, we receive the image and then merge the file ...