Open GoogleCodeExporter opened 8 years ago
Thanks for the patch! If you are using svn, the easiest way to generate a patch
that can be merged automatically is with this command:
svn diff > nvimage.patch
but I for this one it should be easy to merge the changes manually. At first
glance your changes look good. However, I'm extremely busy right now, getting
ready to move to Spain for a month, but I should be able to integrate this next
week, or hopefully sooner.
Original comment by cast...@gmail.com
on 13 Jul 2010 at 11:07
You're welcome, thanks for your work on the great tool :)
Please use attached ImageIO.cpp rather than the one in the rar archive. I
somehow neglected to test some of the BMP types after adding the padPerLine
changes. This resulted in completely incorrect 24 bit bitmap loading. No hurry
integrating this patch by the way, but it'd be nice if it was in some future
release though :)
Unfortunately my employer doesn't allow me to connect to external svn, but as
you say, it should be pretty easy to integrate.
-Aranda
Original comment by roond...@gmail.com
on 14 Jul 2010 at 3:18
Attachments:
good job for the bmp support, I will integrate this in my project :-)
my own version of loadBmp only support 24bit and 32bit bmps for simplicity.
thank u
Original comment by wuyu....@gmail.com
on 23 Aug 2011 at 12:32
Original issue reported on code.google.com by
roond...@gmail.com
on 8 Jul 2010 at 4:45Attachments: