[patch] graphics/xv - patch for right-side-up BMP data

2009-12-12 Thread patrick keshishian
Hello, This patch lets xv load uncompressed BMP files with negative height value in the header. $ file rightsideup.bmp rightsideup.bmp: PC bitmap data, Windows 3.x format, 320 x -239 x 32 Google pointed me to wikipedia[0] on this subject. Evidently, if the height value is negative for uncompress

Re: [patch] graphics/xv - patch for right-side-up BMP data

2009-12-12 Thread patrick keshishian
Slight adjustment to patch. On Sat, Dec 12, 2009 at 7:24 PM, patrick keshishian wrote: > Hello, > > This patch lets xv load uncompressed BMP files with negative height > value in the header. > > $ file rightsideup.bmp > rightsideup.bmp: PC bitmap data, Windows 3.x format, 320 x -239 x 32 > > Goog

Re: [patch] graphics/xv - patch for right-side-up BMP data

2009-12-17 Thread patrick keshishian
a better patch (I think). On Sat, Dec 12, 2009 at 7:43 PM, patrick keshishian wrote: > Slight adjustment to patch. > > On Sat, Dec 12, 2009 at 7:24 PM, patrick keshishian > wrote: >> Hello, >> >> This patch lets xv load uncompressed BMP files with negative height >> value in the header. >> >> $