Search found 2 matches
- 2019-05-02T08:21:15-07:00
- Forum: Users
- Topic: How to disable per-row byte alignment
- Replies: 2
- Views: 2648
Re: How to disable per-row byte alignment
That's perfect for my use case, and should work for anyone else who has this problem. Thanks!
- 2019-05-02T05:49:38-07:00
- Forum: Users
- Topic: How to disable per-row byte alignment
- Replies: 2
- Views: 2648
How to disable per-row byte alignment
I am using ImageMagick with the -depth option to pack a 2-bpp image into RAW format for decoding on a tiny embedded system. My decoder is very simple, reading in each byte and shifting out the 4 pixels. The decoder doesn't need any alignment, but ImageMagick pads out the final byte of each row with ...