gosu 0.7.10.3 → 0.7.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (545) hide show
  1. data/Gosu/AutoLink.hpp +0 -0
  2. data/Gosu/ButtonsMac.hpp +26 -0
  3. data/Gosu/ButtonsWin.hpp +26 -0
  4. data/Gosu/ButtonsX.hpp +26 -0
  5. data/Gosu/Gosu.hpp +1 -0
  6. data/Gosu/Graphics.hpp +1 -1
  7. data/Gosu/Input.hpp +4 -5
  8. data/Gosu/Math.hpp +11 -0
  9. data/Gosu/Text.hpp +59 -47
  10. data/Gosu/Utility.hpp +6 -5
  11. data/GosuImpl/Graphics/DrawOp.hpp +0 -0
  12. data/GosuImpl/Graphics/Font.cpp +45 -4
  13. data/GosuImpl/Graphics/Graphics.cpp +25 -0
  14. data/GosuImpl/Graphics/TexChunk.cpp +0 -0
  15. data/GosuImpl/Graphics/TexChunk.hpp +0 -0
  16. data/GosuImpl/Graphics/Text.cpp +26 -2
  17. data/GosuImpl/Graphics/TextMac.cpp +8 -2
  18. data/GosuImpl/Graphics/TextPangoFT.cpp +0 -0
  19. data/GosuImpl/Graphics/Texture.cpp +0 -0
  20. data/GosuImpl/Graphics/Texture.hpp +0 -0
  21. data/GosuImpl/Iconv.hpp +62 -0
  22. data/GosuImpl/InputMac.mm +3 -0
  23. data/GosuImpl/InputWin.cpp +5 -1
  24. data/GosuImpl/InputX.cpp +50 -8
  25. data/GosuImpl/Math.cpp +1 -1
  26. data/GosuImpl/RubyGosu.swg +24 -5
  27. data/GosuImpl/RubyGosu_wrap.cxx +181 -10
  28. data/GosuImpl/Utility.cpp +32 -75
  29. data/GosuImpl/Utility.cpp~RF6c566.TMP +95 -0
  30. data/GosuImpl/WindowX.cpp +2 -2
  31. data/Rakefile +57 -10
  32. data/examples/Tutorial.cpp +0 -0
  33. data/examples/media/Beep.wav +0 -0
  34. data/examples/media/CptnRuby Map.txt b/data/examples/media/CptnRuby → Map.txt +0 -0
  35. data/examples/media/Explosion.wav +0 -0
  36. data/examples/media/Space.png +0 -0
  37. data/examples/media/Star.png +0 -0
  38. data/examples/media/Starfighter.bmp +0 -0
  39. data/linux/Makefile.in +0 -0
  40. data/linux/configure +0 -0
  41. data/linux/configure.ac +0 -0
  42. data/mac/Gosu.xcodeproj/jlnr.mode1v3 +1421 -0
  43. data/mac/Gosu.xcodeproj/jlnr.mode2v3 +1464 -0
  44. data/mac/Gosu.xcodeproj/jlnr.pbxuser +733 -0
  45. data/mac/Gosu.xcodeproj/project.pbxproj +4 -2
  46. data/reference/Async_8hpp-source.html +1 -1
  47. data/reference/Audio_8hpp-source.html +1 -1
  48. data/reference/Audio_8hpp.html +1 -1
  49. data/reference/AutoLink_8hpp-source.html +1 -1
  50. data/reference/AutoLink_8hpp.html +1 -1
  51. data/reference/Bitmap_8hpp-source.html +1 -1
  52. data/reference/Bitmap_8hpp.html +1 -1
  53. data/reference/ButtonsMac_8hpp-source.html +107 -81
  54. data/reference/ButtonsWin_8hpp-source.html +84 -58
  55. data/reference/ButtonsX_8hpp-source.html +131 -105
  56. data/reference/Color_8hpp-source.html +1 -1
  57. data/reference/Color_8hpp.html +1 -1
  58. data/reference/Directories_8hpp-source.html +1 -1
  59. data/reference/Directories_8hpp.html +1 -1
  60. data/reference/Font_8hpp-source.html +1 -1
  61. data/reference/Font_8hpp.html +1 -1
  62. data/reference/Fwd_8hpp-source.html +1 -1
  63. data/reference/Fwd_8hpp.html +1 -1
  64. data/reference/Gosu_8hpp-source.html +5 -4
  65. data/reference/Gosu_8hpp.html +1 -1
  66. data/reference/GraphicsBase_8hpp-source.html +1 -1
  67. data/reference/GraphicsBase_8hpp.html +1 -1
  68. data/reference/Graphics_8hpp-source.html +2 -2
  69. data/reference/Graphics_8hpp.html +1 -1
  70. data/reference/IO_8hpp-source.html +1 -1
  71. data/reference/IO_8hpp.html +1 -1
  72. data/reference/ImageData_8hpp-source.html +1 -1
  73. data/reference/ImageData_8hpp.html +1 -1
  74. data/reference/Image_8hpp-source.html +1 -1
  75. data/reference/Image_8hpp.html +1 -1
  76. data/reference/Input_8hpp-source.html +43 -43
  77. data/reference/Input_8hpp.html +2 -2
  78. data/reference/Math_8hpp-source.html +51 -42
  79. data/reference/Math_8hpp.html +5 -1
  80. data/reference/Platform_8hpp-source.html +1 -1
  81. data/reference/Platform_8hpp.html +1 -1
  82. data/reference/RotFlip_8hpp-source.html +1 -1
  83. data/reference/RotFlip_8hpp.html +1 -1
  84. data/reference/Sockets_8hpp-source.html +1 -1
  85. data/reference/Sockets_8hpp.html +1 -1
  86. data/reference/TextInput_8hpp-source.html +1 -1
  87. data/reference/TextInput_8hpp.html +1 -1
  88. data/reference/Text_8hpp-source.html +12 -8
  89. data/reference/Text_8hpp.html +3 -1
  90. data/reference/Timing_8hpp-source.html +1 -1
  91. data/reference/Timing_8hpp.html +1 -1
  92. data/reference/Utility_8hpp-source.html +9 -10
  93. data/reference/Utility_8hpp.html +5 -7
  94. data/reference/WinUtility_8hpp-source.html +1 -1
  95. data/reference/WinUtility_8hpp.html +1 -1
  96. data/reference/Window_8hpp-source.html +3 -3
  97. data/reference/Window_8hpp.html +1 -1
  98. data/reference/annotated.html +2 -2
  99. data/reference/classGosu_1_1Audio-members.html +1 -1
  100. data/reference/classGosu_1_1Audio.html +1 -1
  101. data/reference/classGosu_1_1Bitmap-members.html +1 -1
  102. data/reference/classGosu_1_1Bitmap.html +1 -1
  103. data/reference/classGosu_1_1Buffer-members.html +1 -1
  104. data/reference/classGosu_1_1Buffer.html +1 -1
  105. data/reference/classGosu_1_1Button-members.html +1 -1
  106. data/reference/classGosu_1_1Button.html +1 -1
  107. data/reference/classGosu_1_1Color-members.html +1 -1
  108. data/reference/classGosu_1_1Color.html +1 -1
  109. data/reference/classGosu_1_1File-members.html +1 -1
  110. data/reference/classGosu_1_1File.html +1 -1
  111. data/reference/classGosu_1_1Font-members.html +1 -1
  112. data/reference/classGosu_1_1Font.html +1 -1
  113. data/reference/classGosu_1_1Graphics-members.html +1 -1
  114. data/reference/classGosu_1_1Graphics.html +1 -1
  115. data/reference/classGosu_1_1Image-members.html +1 -1
  116. data/reference/classGosu_1_1Image.html +1 -1
  117. data/reference/classGosu_1_1ImageData-members.html +1 -1
  118. data/reference/classGosu_1_1ImageData.html +1 -1
  119. data/reference/classGosu_1_1Input-members.html +1 -1
  120. data/reference/classGosu_1_1Input.html +4 -4
  121. data/reference/classGosu_1_1MessageSocket-members.html +1 -1
  122. data/reference/classGosu_1_1MessageSocket.html +1 -1
  123. data/reference/classGosu_1_1Resource-members.html +1 -1
  124. data/reference/classGosu_1_1Resource.html +1 -1
  125. data/reference/classGosu_1_1Sample-members.html +1 -1
  126. data/reference/classGosu_1_1Sample.html +1 -1
  127. data/reference/classGosu_1_1SampleInstance-members.html +1 -1
  128. data/reference/classGosu_1_1SampleInstance.html +1 -1
  129. data/reference/classGosu_1_1Song-members.html +1 -1
  130. data/reference/classGosu_1_1Song.html +1 -1
  131. data/reference/classGosu_1_1TextInput-members.html +1 -1
  132. data/reference/classGosu_1_1TextInput.html +1 -1
  133. data/reference/classGosu_1_1Window-members.html +1 -1
  134. data/reference/classGosu_1_1Window.html +1 -1
  135. data/reference/files.html +1 -1
  136. data/reference/functions.html +1 -1
  137. data/reference/functions_enum.html +1 -1
  138. data/reference/functions_func.html +1 -1
  139. data/reference/functions_vars.html +1 -1
  140. data/reference/hierarchy.html +1 -1
  141. data/reference/index.html +1 -1
  142. data/reference/namespaceGosu.html +935 -492
  143. data/reference/namespaceGosu_1_1Colors.html +1 -1
  144. data/reference/namespaceGosu_1_1Win.html +1 -1
  145. data/reference/namespacemembers.html +13 -2
  146. data/reference/namespacemembers_enum.html +1 -1
  147. data/reference/namespacemembers_eval.html +1 -1
  148. data/reference/namespacemembers_func.html +13 -2
  149. data/reference/namespacemembers_type.html +1 -1
  150. data/reference/namespacemembers_vars.html +1 -1
  151. data/reference/namespaces.html +1 -1
  152. data/windows/Gosu.vcproj +4 -4
  153. data/windows/RubyGosu.vcproj +2 -1
  154. data/windows/zlib, libpng/libpng/ANNOUNCE +61 -0
  155. data/windows/zlib, libpng/libpng/CHANGES +2173 -0
  156. data/windows/zlib, libpng/libpng/INSTALL +199 -0
  157. data/windows/zlib, libpng/libpng/KNOWNBUG +22 -0
  158. data/windows/zlib, libpng/libpng/LICENSE +109 -0
  159. data/windows/zlib, libpng/libpng/README +264 -0
  160. data/windows/zlib, libpng/libpng/TODO +24 -0
  161. data/windows/zlib, libpng/libpng/Y2KINFO +55 -0
  162. data/windows/zlib, libpng/libpng/configure +13 -0
  163. data/windows/zlib, libpng/libpng/contrib/gregbook/COPYING +340 -0
  164. data/windows/zlib, libpng/libpng/contrib/gregbook/LICENSE +50 -0
  165. data/windows/zlib, libpng/libpng/contrib/gregbook/Makefile.mingw32 +130 -0
  166. data/windows/zlib, libpng/libpng/contrib/gregbook/Makefile.sgi +104 -0
  167. data/windows/zlib, libpng/libpng/contrib/gregbook/Makefile.unx +132 -0
  168. data/windows/zlib, libpng/libpng/contrib/gregbook/Makefile.w32 +113 -0
  169. data/windows/zlib, libpng/libpng/contrib/gregbook/README +186 -0
  170. data/windows/zlib, libpng/libpng/contrib/gregbook/makevms.com +132 -0
  171. data/windows/zlib, libpng/libpng/contrib/gregbook/readpng.c +304 -0
  172. data/windows/zlib, libpng/libpng/contrib/gregbook/readpng.h +88 -0
  173. data/windows/zlib, libpng/libpng/contrib/gregbook/readpng2.c +645 -0
  174. data/windows/zlib, libpng/libpng/contrib/gregbook/readpng2.h +121 -0
  175. data/windows/zlib, libpng/libpng/contrib/gregbook/readppm.c +179 -0
  176. data/windows/zlib, libpng/libpng/contrib/gregbook/rpng-win.c +684 -0
  177. data/windows/zlib, libpng/libpng/contrib/gregbook/rpng-x.c +904 -0
  178. data/windows/zlib, libpng/libpng/contrib/gregbook/rpng2-win.c +1225 -0
  179. data/windows/zlib, libpng/libpng/contrib/gregbook/rpng2-x.c +2127 -0
  180. data/windows/zlib, libpng/libpng/contrib/gregbook/toucan.png +0 -0
  181. data/windows/zlib, libpng/libpng/contrib/gregbook/wpng.c +853 -0
  182. data/windows/zlib, libpng/libpng/contrib/gregbook/writepng.c +392 -0
  183. data/windows/zlib, libpng/libpng/contrib/gregbook/writepng.h +133 -0
  184. data/windows/zlib, libpng/libpng/contrib/pngminim/decoder/README +6 -0
  185. data/windows/zlib, libpng/libpng/contrib/pngminim/decoder/gather.sh +8 -0
  186. data/windows/zlib, libpng/libpng/contrib/pngminim/decoder/makefile.std +44 -0
  187. data/windows/zlib, libpng/libpng/contrib/pngminim/decoder/pngusr.h +67 -0
  188. data/windows/zlib, libpng/libpng/contrib/pngminim/encoder/README +6 -0
  189. data/windows/zlib, libpng/libpng/contrib/pngminim/encoder/dummy_inflate.c +27 -0
  190. data/windows/zlib, libpng/libpng/contrib/pngminim/encoder/gather.sh +9 -0
  191. data/windows/zlib, libpng/libpng/contrib/pngminim/encoder/makefile.std +43 -0
  192. data/windows/zlib, libpng/libpng/contrib/pngminim/encoder/pngusr.h +66 -0
  193. data/windows/zlib, libpng/libpng/contrib/pngminus/README +153 -0
  194. data/windows/zlib, libpng/libpng/contrib/pngminus/makefile.std +65 -0
  195. data/windows/zlib, libpng/libpng/contrib/pngminus/makefile.tc3 +38 -0
  196. data/windows/zlib, libpng/libpng/contrib/pngminus/makevms.com +92 -0
  197. data/windows/zlib, libpng/libpng/contrib/pngminus/png2pnm.bat +41 -0
  198. data/windows/zlib, libpng/libpng/contrib/pngminus/png2pnm.c +430 -0
  199. data/windows/zlib, libpng/libpng/contrib/pngminus/png2pnm.sh +42 -0
  200. data/windows/zlib, libpng/libpng/contrib/pngminus/pngminus.bat +4 -0
  201. data/windows/zlib, libpng/libpng/contrib/pngminus/pngminus.sh +5 -0
  202. data/windows/zlib, libpng/libpng/contrib/pngminus/pnm2png.bat +41 -0
  203. data/windows/zlib, libpng/libpng/contrib/pngminus/pnm2png.c +533 -0
  204. data/windows/zlib, libpng/libpng/contrib/pngminus/pnm2png.sh +42 -0
  205. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn0g01.png +0 -0
  206. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn0g02.png +0 -0
  207. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn0g04.png +0 -0
  208. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn0g08.png +0 -0
  209. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn0g16.png +0 -0
  210. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn2c08.png +0 -0
  211. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn2c16.png +0 -0
  212. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn3p01.png +0 -0
  213. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn3p02.png +0 -0
  214. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn3p04.png +0 -0
  215. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn3p08.png +0 -0
  216. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn4a08.png +0 -0
  217. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn4a16.png +0 -0
  218. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn6a08.png +0 -0
  219. data/windows/zlib, libpng/libpng/contrib/pngsuite/basn6a16.png +0 -0
  220. data/windows/zlib, libpng/libpng/contrib/visupng/PngFile.c +439 -0
  221. data/windows/zlib, libpng/libpng/contrib/visupng/PngFile.h +27 -0
  222. data/windows/zlib, libpng/libpng/contrib/visupng/README.txt +58 -0
  223. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.c +961 -0
  224. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.dsp +147 -0
  225. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.dsw +29 -0
  226. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.ico +0 -0
  227. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.png +0 -0
  228. data/windows/zlib, libpng/libpng/contrib/visupng/VisualPng.rc +152 -0
  229. data/windows/zlib, libpng/libpng/contrib/visupng/cexcept.h +243 -0
  230. data/windows/zlib, libpng/libpng/contrib/visupng/resource.h +23 -0
  231. data/windows/zlib, libpng/libpng/example.c +814 -0
  232. data/windows/zlib, libpng/libpng/libpng-1.2.29.txt +2906 -0
  233. data/windows/zlib, libpng/libpng/libpng.3 +3680 -0
  234. data/windows/zlib, libpng/libpng/libpngpf.3 +274 -0
  235. data/windows/zlib, libpng/libpng/png.5 +74 -0
  236. data/windows/zlib, libpng/libpng/png.c +798 -0
  237. data/windows/zlib, libpng/libpng/png.h +3569 -0
  238. data/windows/zlib, libpng/libpng/pngbar.jpg +0 -0
  239. data/windows/zlib, libpng/libpng/pngbar.png +0 -0
  240. data/windows/zlib, libpng/libpng/pngconf.h +1481 -0
  241. data/windows/zlib, libpng/libpng/pngerror.c +343 -0
  242. data/windows/zlib, libpng/libpng/pnggccrd.c +103 -0
  243. data/windows/zlib, libpng/libpng/pngget.c +901 -0
  244. data/windows/zlib, libpng/libpng/pngmem.c +608 -0
  245. data/windows/zlib, libpng/libpng/pngnow.png +0 -0
  246. data/windows/zlib, libpng/libpng/pngpread.c +1598 -0
  247. data/windows/zlib, libpng/libpng/pngread.c +1479 -0
  248. data/windows/zlib, libpng/libpng/pngrio.c +167 -0
  249. data/windows/zlib, libpng/libpng/pngrtran.c +4292 -0
  250. data/windows/zlib, libpng/libpng/pngrutil.c +3183 -0
  251. data/windows/zlib, libpng/libpng/pngset.c +1268 -0
  252. data/windows/zlib, libpng/libpng/pngtest.c +1563 -0
  253. data/windows/zlib, libpng/libpng/pngtest.png +0 -0
  254. data/windows/zlib, libpng/libpng/pngtrans.c +662 -0
  255. data/windows/zlib, libpng/libpng/pngvcrd.c +1 -0
  256. data/windows/zlib, libpng/libpng/pngwio.c +234 -0
  257. data/windows/zlib, libpng/libpng/pngwrite.c +1532 -0
  258. data/windows/zlib, libpng/libpng/pngwtran.c +572 -0
  259. data/windows/zlib, libpng/libpng/pngwutil.c +2802 -0
  260. data/windows/zlib, libpng/libpng/projects/beos/x86-shared.proj +0 -0
  261. data/windows/zlib, libpng/libpng/projects/beos/x86-shared.txt +22 -0
  262. data/windows/zlib, libpng/libpng/projects/beos/x86-static.proj +0 -0
  263. data/windows/zlib, libpng/libpng/projects/beos/x86-static.txt +22 -0
  264. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpng.bpf +22 -0
  265. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpng.bpg +25 -0
  266. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpng.bpr +157 -0
  267. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpng.cpp +29 -0
  268. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpng.readme.txt +25 -0
  269. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpngstat.bpf +22 -0
  270. data/windows/zlib, libpng/libpng/projects/cbuilder5/libpngstat.bpr +109 -0
  271. data/windows/zlib, libpng/libpng/projects/cbuilder5/zlib.readme.txt +14 -0
  272. data/windows/zlib, libpng/libpng/projects/netware.txt +6 -0
  273. data/windows/zlib, libpng/libpng/projects/visualc6/README.txt +57 -0
  274. data/windows/zlib, libpng/libpng/projects/visualc6/libpng.dsp +472 -0
  275. data/windows/zlib, libpng/libpng/projects/visualc6/libpng.dsw +59 -0
  276. data/windows/zlib, libpng/libpng/projects/visualc6/pngtest.dsp +314 -0
  277. data/windows/zlib, libpng/libpng/projects/visualc71/PRJ0041.mak +21 -0
  278. data/windows/zlib, libpng/libpng/projects/visualc71/README.txt +57 -0
  279. data/windows/zlib, libpng/libpng/projects/visualc71/README_zlib.txt +44 -0
  280. data/windows/zlib, libpng/libpng/projects/visualc71/libpng.sln +88 -0
  281. data/windows/zlib, libpng/libpng/projects/visualc71/libpng.vcproj +702 -0
  282. data/windows/zlib, libpng/libpng/projects/visualc71/pngtest.vcproj +459 -0
  283. data/windows/zlib, libpng/libpng/projects/visualc71/zlib.vcproj +670 -0
  284. data/windows/zlib, libpng/libpng/projects/wince.txt +6 -0
  285. data/windows/zlib, libpng/libpng/scripts/CMakeLists.txt +210 -0
  286. data/windows/zlib, libpng/libpng/scripts/SCOPTIONS.ppc +7 -0
  287. data/windows/zlib, libpng/libpng/scripts/descrip.mms +52 -0
  288. data/windows/zlib, libpng/libpng/scripts/libpng-config-body.in +96 -0
  289. data/windows/zlib, libpng/libpng/scripts/libpng-config-head.in +21 -0
  290. data/windows/zlib, libpng/libpng/scripts/libpng-config.in +124 -0
  291. data/windows/zlib, libpng/libpng/scripts/libpng.icc +44 -0
  292. data/windows/zlib, libpng/libpng/scripts/libpng.pc-configure.in +10 -0
  293. data/windows/zlib, libpng/libpng/scripts/libpng.pc.in +10 -0
  294. data/windows/zlib, libpng/libpng/scripts/makefile.32sunu +254 -0
  295. data/windows/zlib, libpng/libpng/scripts/makefile.64sunu +254 -0
  296. data/windows/zlib, libpng/libpng/scripts/makefile.acorn +51 -0
  297. data/windows/zlib, libpng/libpng/scripts/makefile.aix +113 -0
  298. data/windows/zlib, libpng/libpng/scripts/makefile.amiga +48 -0
  299. data/windows/zlib, libpng/libpng/scripts/makefile.atari +51 -0
  300. data/windows/zlib, libpng/libpng/scripts/makefile.bc32 +152 -0
  301. data/windows/zlib, libpng/libpng/scripts/makefile.beos +226 -0
  302. data/windows/zlib, libpng/libpng/scripts/makefile.bor +162 -0
  303. data/windows/zlib, libpng/libpng/scripts/makefile.cygwin +299 -0
  304. data/windows/zlib, libpng/libpng/scripts/makefile.darwin +234 -0
  305. data/windows/zlib, libpng/libpng/scripts/makefile.dec +214 -0
  306. data/windows/zlib, libpng/libpng/scripts/makefile.dj2 +55 -0
  307. data/windows/zlib, libpng/libpng/scripts/makefile.elf +275 -0
  308. data/windows/zlib, libpng/libpng/scripts/makefile.freebsd +48 -0
  309. data/windows/zlib, libpng/libpng/scripts/makefile.gcc +79 -0
  310. data/windows/zlib, libpng/libpng/scripts/makefile.gcmmx +271 -0
  311. data/windows/zlib, libpng/libpng/scripts/makefile.hp64 +235 -0
  312. data/windows/zlib, libpng/libpng/scripts/makefile.hpgcc +245 -0
  313. data/windows/zlib, libpng/libpng/scripts/makefile.hpux +232 -0
  314. data/windows/zlib, libpng/libpng/scripts/makefile.ibmc +71 -0
  315. data/windows/zlib, libpng/libpng/scripts/makefile.intel +102 -0
  316. data/windows/zlib, libpng/libpng/scripts/makefile.knr +99 -0
  317. data/windows/zlib, libpng/libpng/scripts/makefile.linux +249 -0
  318. data/windows/zlib, libpng/libpng/scripts/makefile.mingw +289 -0
  319. data/windows/zlib, libpng/libpng/scripts/makefile.mips +83 -0
  320. data/windows/zlib, libpng/libpng/scripts/makefile.msc +86 -0
  321. data/windows/zlib, libpng/libpng/scripts/makefile.ne12bsd +45 -0
  322. data/windows/zlib, libpng/libpng/scripts/makefile.netbsd +45 -0
  323. data/windows/zlib, libpng/libpng/scripts/makefile.nommx +252 -0
  324. data/windows/zlib, libpng/libpng/scripts/makefile.openbsd +73 -0
  325. data/windows/zlib, libpng/libpng/scripts/makefile.os2 +69 -0
  326. data/windows/zlib, libpng/libpng/scripts/makefile.sco +229 -0
  327. data/windows/zlib, libpng/libpng/scripts/makefile.sggcc +242 -0
  328. data/windows/zlib, libpng/libpng/scripts/makefile.sgi +245 -0
  329. data/windows/zlib, libpng/libpng/scripts/makefile.so9 +251 -0
  330. data/windows/zlib, libpng/libpng/scripts/makefile.solaris +249 -0
  331. data/windows/zlib, libpng/libpng/scripts/makefile.solaris-x86 +248 -0
  332. data/windows/zlib, libpng/libpng/scripts/makefile.std +92 -0
  333. data/windows/zlib, libpng/libpng/scripts/makefile.sunos +97 -0
  334. data/windows/zlib, libpng/libpng/scripts/makefile.tc3 +89 -0
  335. data/windows/zlib, libpng/libpng/scripts/makefile.vcawin32 +99 -0
  336. data/windows/zlib, libpng/libpng/scripts/makefile.vcwin32 +99 -0
  337. data/windows/zlib, libpng/libpng/scripts/makefile.watcom +109 -0
  338. data/windows/zlib, libpng/libpng/scripts/makevms.com +144 -0
  339. data/windows/zlib, libpng/libpng/scripts/pngos2.def +257 -0
  340. data/windows/zlib, libpng/libpng/scripts/pngw32.def +238 -0
  341. data/windows/zlib, libpng/libpng/scripts/pngw32.rc +112 -0
  342. data/windows/zlib, libpng/libpng/scripts/smakefile.ppc +30 -0
  343. data/windows/zlib, libpng/zlib/ChangeLog +855 -0
  344. data/windows/zlib, libpng/zlib/FAQ +339 -0
  345. data/windows/zlib, libpng/zlib/INDEX +51 -0
  346. data/windows/zlib, libpng/zlib/Makefile +154 -0
  347. data/windows/zlib, libpng/zlib/Makefile.in +154 -0
  348. data/windows/zlib, libpng/zlib/README +125 -0
  349. data/windows/zlib, libpng/zlib/adler32.c +149 -0
  350. data/windows/zlib, libpng/zlib/algorithm.txt +209 -0
  351. data/windows/zlib, libpng/zlib/amiga/Makefile.pup +66 -0
  352. data/windows/zlib, libpng/zlib/amiga/Makefile.sas +65 -0
  353. data/windows/zlib, libpng/zlib/as400/bndsrc +132 -0
  354. data/windows/zlib, libpng/zlib/as400/compile.clp +123 -0
  355. data/windows/zlib, libpng/zlib/as400/readme.txt +111 -0
  356. data/windows/zlib, libpng/zlib/as400/zlib.inc +331 -0
  357. data/windows/zlib, libpng/zlib/compress.c +79 -0
  358. data/windows/zlib, libpng/zlib/configure +459 -0
  359. data/windows/zlib, libpng/zlib/contrib/README.contrib +71 -0
  360. data/windows/zlib, libpng/zlib/contrib/ada/buffer_demo.adb +106 -0
  361. data/windows/zlib, libpng/zlib/contrib/ada/mtest.adb +156 -0
  362. data/windows/zlib, libpng/zlib/contrib/ada/read.adb +156 -0
  363. data/windows/zlib, libpng/zlib/contrib/ada/readme.txt +65 -0
  364. data/windows/zlib, libpng/zlib/contrib/ada/test.adb +463 -0
  365. data/windows/zlib, libpng/zlib/contrib/ada/zlib-streams.adb +225 -0
  366. data/windows/zlib, libpng/zlib/contrib/ada/zlib-streams.ads +114 -0
  367. data/windows/zlib, libpng/zlib/contrib/ada/zlib-thin.adb +141 -0
  368. data/windows/zlib, libpng/zlib/contrib/ada/zlib-thin.ads +450 -0
  369. data/windows/zlib, libpng/zlib/contrib/ada/zlib.adb +701 -0
  370. data/windows/zlib, libpng/zlib/contrib/ada/zlib.ads +328 -0
  371. data/windows/zlib, libpng/zlib/contrib/ada/zlib.gpr +20 -0
  372. data/windows/zlib, libpng/zlib/contrib/asm586/README.586 +43 -0
  373. data/windows/zlib, libpng/zlib/contrib/asm586/match.S +364 -0
  374. data/windows/zlib, libpng/zlib/contrib/asm686/README.686 +34 -0
  375. data/windows/zlib, libpng/zlib/contrib/asm686/match.S +329 -0
  376. data/windows/zlib, libpng/zlib/contrib/blast/Makefile +8 -0
  377. data/windows/zlib, libpng/zlib/contrib/blast/README +4 -0
  378. data/windows/zlib, libpng/zlib/contrib/blast/blast.c +444 -0
  379. data/windows/zlib, libpng/zlib/contrib/blast/blast.h +71 -0
  380. data/windows/zlib, libpng/zlib/contrib/blast/test.pk +0 -0
  381. data/windows/zlib, libpng/zlib/contrib/blast/test.txt +1 -0
  382. data/windows/zlib, libpng/zlib/contrib/delphi/ZLib.pas +557 -0
  383. data/windows/zlib, libpng/zlib/contrib/delphi/ZLibConst.pas +11 -0
  384. data/windows/zlib, libpng/zlib/contrib/delphi/readme.txt +76 -0
  385. data/windows/zlib, libpng/zlib/contrib/delphi/zlibd32.mak +93 -0
  386. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib.build +33 -0
  387. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib.chm +0 -0
  388. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib.sln +21 -0
  389. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/AssemblyInfo.cs +58 -0
  390. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs +202 -0
  391. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/CircularBuffer.cs +83 -0
  392. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/CodecBase.cs +198 -0
  393. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/Deflater.cs +106 -0
  394. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/DotZLib.cs +288 -0
  395. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/DotZLib.csproj +141 -0
  396. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/GZipStream.cs +301 -0
  397. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/Inflater.cs +105 -0
  398. data/windows/zlib, libpng/zlib/contrib/dotzlib/DotZLib/UnitTests.cs +274 -0
  399. data/windows/zlib, libpng/zlib/contrib/dotzlib/LICENSE_1_0.txt +23 -0
  400. data/windows/zlib, libpng/zlib/contrib/dotzlib/readme.txt +58 -0
  401. data/windows/zlib, libpng/zlib/contrib/infback9/README +1 -0
  402. data/windows/zlib, libpng/zlib/contrib/infback9/infback9.c +608 -0
  403. data/windows/zlib, libpng/zlib/contrib/infback9/infback9.h +37 -0
  404. data/windows/zlib, libpng/zlib/contrib/infback9/inffix9.h +107 -0
  405. data/windows/zlib, libpng/zlib/contrib/infback9/inflate9.h +47 -0
  406. data/windows/zlib, libpng/zlib/contrib/infback9/inftree9.c +323 -0
  407. data/windows/zlib, libpng/zlib/contrib/infback9/inftree9.h +55 -0
  408. data/windows/zlib, libpng/zlib/contrib/inflate86/inffas86.c +1157 -0
  409. data/windows/zlib, libpng/zlib/contrib/inflate86/inffast.S +1368 -0
  410. data/windows/zlib, libpng/zlib/contrib/iostream/test.cpp +24 -0
  411. data/windows/zlib, libpng/zlib/contrib/iostream/zfstream.cpp +329 -0
  412. data/windows/zlib, libpng/zlib/contrib/iostream/zfstream.h +128 -0
  413. data/windows/zlib, libpng/zlib/contrib/iostream2/zstream.h +307 -0
  414. data/windows/zlib, libpng/zlib/contrib/iostream2/zstream_test.cpp +25 -0
  415. data/windows/zlib, libpng/zlib/contrib/iostream3/README +35 -0
  416. data/windows/zlib, libpng/zlib/contrib/iostream3/TODO +17 -0
  417. data/windows/zlib, libpng/zlib/contrib/iostream3/test.cc +50 -0
  418. data/windows/zlib, libpng/zlib/contrib/iostream3/zfstream.cc +479 -0
  419. data/windows/zlib, libpng/zlib/contrib/iostream3/zfstream.h +466 -0
  420. data/windows/zlib, libpng/zlib/contrib/masm686/match.asm +413 -0
  421. data/windows/zlib, libpng/zlib/contrib/masmx64/bld_ml64.bat +2 -0
  422. data/windows/zlib, libpng/zlib/contrib/masmx64/gvmat64.asm +513 -0
  423. data/windows/zlib, libpng/zlib/contrib/masmx64/gvmat64.obj +0 -0
  424. data/windows/zlib, libpng/zlib/contrib/masmx64/inffas8664.c +186 -0
  425. data/windows/zlib, libpng/zlib/contrib/masmx64/inffasx64.asm +392 -0
  426. data/windows/zlib, libpng/zlib/contrib/masmx64/inffasx64.obj +0 -0
  427. data/windows/zlib, libpng/zlib/contrib/masmx64/readme.txt +28 -0
  428. data/windows/zlib, libpng/zlib/contrib/masmx86/bld_ml32.bat +2 -0
  429. data/windows/zlib, libpng/zlib/contrib/masmx86/gvmat32.asm +972 -0
  430. data/windows/zlib, libpng/zlib/contrib/masmx86/gvmat32.obj +0 -0
  431. data/windows/zlib, libpng/zlib/contrib/masmx86/gvmat32c.c +62 -0
  432. data/windows/zlib, libpng/zlib/contrib/masmx86/inffas32.asm +1083 -0
  433. data/windows/zlib, libpng/zlib/contrib/masmx86/inffas32.obj +0 -0
  434. data/windows/zlib, libpng/zlib/contrib/masmx86/mkasm.bat +3 -0
  435. data/windows/zlib, libpng/zlib/contrib/masmx86/readme.txt +21 -0
  436. data/windows/zlib, libpng/zlib/contrib/minizip/ChangeLogUnzip +67 -0
  437. data/windows/zlib, libpng/zlib/contrib/minizip/Makefile +25 -0
  438. data/windows/zlib, libpng/zlib/contrib/minizip/crypt.h +132 -0
  439. data/windows/zlib, libpng/zlib/contrib/minizip/ioapi.c +177 -0
  440. data/windows/zlib, libpng/zlib/contrib/minizip/ioapi.h +75 -0
  441. data/windows/zlib, libpng/zlib/contrib/minizip/iowin32.c +270 -0
  442. data/windows/zlib, libpng/zlib/contrib/minizip/iowin32.h +21 -0
  443. data/windows/zlib, libpng/zlib/contrib/minizip/miniunz.c +585 -0
  444. data/windows/zlib, libpng/zlib/contrib/minizip/minizip.c +420 -0
  445. data/windows/zlib, libpng/zlib/contrib/minizip/mztools.c +281 -0
  446. data/windows/zlib, libpng/zlib/contrib/minizip/mztools.h +31 -0
  447. data/windows/zlib, libpng/zlib/contrib/minizip/unzip.c +1598 -0
  448. data/windows/zlib, libpng/zlib/contrib/minizip/unzip.h +354 -0
  449. data/windows/zlib, libpng/zlib/contrib/minizip/zip.c +1219 -0
  450. data/windows/zlib, libpng/zlib/contrib/minizip/zip.h +235 -0
  451. data/windows/zlib, libpng/zlib/contrib/pascal/example.pas +599 -0
  452. data/windows/zlib, libpng/zlib/contrib/pascal/readme.txt +76 -0
  453. data/windows/zlib, libpng/zlib/contrib/pascal/zlibd32.mak +93 -0
  454. data/windows/zlib, libpng/zlib/contrib/pascal/zlibpas.pas +236 -0
  455. data/windows/zlib, libpng/zlib/contrib/puff/Makefile +8 -0
  456. data/windows/zlib, libpng/zlib/contrib/puff/README +63 -0
  457. data/windows/zlib, libpng/zlib/contrib/puff/puff.c +837 -0
  458. data/windows/zlib, libpng/zlib/contrib/puff/puff.h +31 -0
  459. data/windows/zlib, libpng/zlib/contrib/puff/zeros.raw +0 -0
  460. data/windows/zlib, libpng/zlib/contrib/testzlib/testzlib.c +275 -0
  461. data/windows/zlib, libpng/zlib/contrib/testzlib/testzlib.txt +10 -0
  462. data/windows/zlib, libpng/zlib/contrib/untgz/Makefile +14 -0
  463. data/windows/zlib, libpng/zlib/contrib/untgz/Makefile.msc +17 -0
  464. data/windows/zlib, libpng/zlib/contrib/untgz/untgz.c +674 -0
  465. data/windows/zlib, libpng/zlib/contrib/vstudio/readme.txt +73 -0
  466. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/miniunz.vcproj +126 -0
  467. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/minizip.vcproj +126 -0
  468. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/testzlib.vcproj +126 -0
  469. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/zlib.rc +32 -0
  470. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/zlibstat.vcproj +246 -0
  471. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/zlibvc.def +92 -0
  472. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/zlibvc.sln +78 -0
  473. data/windows/zlib, libpng/zlib/contrib/vstudio/vc7/zlibvc.vcproj +445 -0
  474. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/miniunz.vcproj +566 -0
  475. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/minizip.vcproj +563 -0
  476. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/testzlib.vcproj +948 -0
  477. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/testzlibdll.vcproj +567 -0
  478. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/zlib.rc +32 -0
  479. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/zlibstat.vcproj +870 -0
  480. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/zlibvc.def +92 -0
  481. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/zlibvc.sln +144 -0
  482. data/windows/zlib, libpng/zlib/contrib/vstudio/vc8/zlibvc.vcproj +1219 -0
  483. data/windows/zlib, libpng/zlib/crc32.c +423 -0
  484. data/windows/zlib, libpng/zlib/crc32.h +441 -0
  485. data/windows/zlib, libpng/zlib/deflate.c +1736 -0
  486. data/windows/zlib, libpng/zlib/deflate.h +331 -0
  487. data/windows/zlib, libpng/zlib/example.c +565 -0
  488. data/windows/zlib, libpng/zlib/examples/README.examples +42 -0
  489. data/windows/zlib, libpng/zlib/examples/fitblk.c +233 -0
  490. data/windows/zlib, libpng/zlib/examples/gun.c +693 -0
  491. data/windows/zlib, libpng/zlib/examples/gzappend.c +500 -0
  492. data/windows/zlib, libpng/zlib/examples/gzjoin.c +448 -0
  493. data/windows/zlib, libpng/zlib/examples/gzlog.c +413 -0
  494. data/windows/zlib, libpng/zlib/examples/gzlog.h +58 -0
  495. data/windows/zlib, libpng/zlib/examples/zlib_how.html +523 -0
  496. data/windows/zlib, libpng/zlib/examples/zpipe.c +191 -0
  497. data/windows/zlib, libpng/zlib/examples/zran.c +404 -0
  498. data/windows/zlib, libpng/zlib/gzio.c +1026 -0
  499. data/windows/zlib, libpng/zlib/infback.c +623 -0
  500. data/windows/zlib, libpng/zlib/inffast.c +318 -0
  501. data/windows/zlib, libpng/zlib/inffast.h +11 -0
  502. data/windows/zlib, libpng/zlib/inffixed.h +94 -0
  503. data/windows/zlib, libpng/zlib/inflate.c +1368 -0
  504. data/windows/zlib, libpng/zlib/inflate.h +115 -0
  505. data/windows/zlib, libpng/zlib/inftrees.c +329 -0
  506. data/windows/zlib, libpng/zlib/inftrees.h +55 -0
  507. data/windows/zlib, libpng/zlib/make_vms.com +461 -0
  508. data/windows/zlib, libpng/zlib/minigzip.c +322 -0
  509. data/windows/zlib, libpng/zlib/msdos/Makefile.bor +109 -0
  510. data/windows/zlib, libpng/zlib/msdos/Makefile.dj2 +104 -0
  511. data/windows/zlib, libpng/zlib/msdos/Makefile.emx +69 -0
  512. data/windows/zlib, libpng/zlib/msdos/Makefile.msc +106 -0
  513. data/windows/zlib, libpng/zlib/msdos/Makefile.tc +94 -0
  514. data/windows/zlib, libpng/zlib/old/Makefile.riscos +151 -0
  515. data/windows/zlib, libpng/zlib/old/README +3 -0
  516. data/windows/zlib, libpng/zlib/old/descrip.mms +48 -0
  517. data/windows/zlib, libpng/zlib/old/os2/Makefile.os2 +136 -0
  518. data/windows/zlib, libpng/zlib/old/os2/zlib.def +51 -0
  519. data/windows/zlib, libpng/zlib/old/visual-basic.txt +160 -0
  520. data/windows/zlib, libpng/zlib/old/zlib.html +971 -0
  521. data/windows/zlib, libpng/zlib/projects/README.projects +41 -0
  522. data/windows/zlib, libpng/zlib/projects/visualc6/README.txt +73 -0
  523. data/windows/zlib, libpng/zlib/projects/visualc6/example.dsp +278 -0
  524. data/windows/zlib, libpng/zlib/projects/visualc6/minigzip.dsp +278 -0
  525. data/windows/zlib, libpng/zlib/projects/visualc6/zlib.dsp +609 -0
  526. data/windows/zlib, libpng/zlib/projects/visualc6/zlib.dsw +59 -0
  527. data/windows/zlib, libpng/zlib/qnx/package.qpg +141 -0
  528. data/windows/zlib, libpng/zlib/trees.c +1219 -0
  529. data/windows/zlib, libpng/zlib/trees.h +128 -0
  530. data/windows/zlib, libpng/zlib/uncompr.c +61 -0
  531. data/windows/zlib, libpng/zlib/win32/DLL_FAQ.txt +397 -0
  532. data/windows/zlib, libpng/zlib/win32/Makefile.bor +107 -0
  533. data/windows/zlib, libpng/zlib/win32/Makefile.emx +69 -0
  534. data/windows/zlib, libpng/zlib/win32/Makefile.gcc +141 -0
  535. data/windows/zlib, libpng/zlib/win32/Makefile.msc +126 -0
  536. data/windows/zlib, libpng/zlib/win32/VisualC.txt +3 -0
  537. data/windows/zlib, libpng/zlib/win32/zlib.def +60 -0
  538. data/windows/zlib, libpng/zlib/win32/zlib1.rc +39 -0
  539. data/windows/zlib, libpng/zlib/zconf.h +332 -0
  540. data/windows/zlib, libpng/zlib/zconf.in.h +332 -0
  541. data/windows/zlib, libpng/zlib/zlib.3 +159 -0
  542. data/windows/zlib, libpng/zlib/zlib.h +1357 -0
  543. data/windows/zlib, libpng/zlib/zutil.c +318 -0
  544. data/windows/zlib, libpng/zlib/zutil.h +269 -0
  545. metadata +669 -216
@@ -0,0 +1,121 @@
1
+ /*---------------------------------------------------------------------------
2
+
3
+ rpng2 - progressive-model PNG display program readpng2.h
4
+
5
+ ---------------------------------------------------------------------------
6
+
7
+ Copyright (c) 1998-2008 Greg Roelofs. All rights reserved.
8
+
9
+ This software is provided "as is," without warranty of any kind,
10
+ express or implied. In no event shall the author or contributors
11
+ be held liable for any damages arising in any way from the use of
12
+ this software.
13
+
14
+ The contents of this file are DUAL-LICENSED. You may modify and/or
15
+ redistribute this software according to the terms of one of the
16
+ following two licenses (at your option):
17
+
18
+
19
+ LICENSE 1 ("BSD-like with advertising clause"):
20
+
21
+ Permission is granted to anyone to use this software for any purpose,
22
+ including commercial applications, and to alter it and redistribute
23
+ it freely, subject to the following restrictions:
24
+
25
+ 1. Redistributions of source code must retain the above copyright
26
+ notice, disclaimer, and this list of conditions.
27
+ 2. Redistributions in binary form must reproduce the above copyright
28
+ notice, disclaimer, and this list of conditions in the documenta-
29
+ tion and/or other materials provided with the distribution.
30
+ 3. All advertising materials mentioning features or use of this
31
+ software must display the following acknowledgment:
32
+
33
+ This product includes software developed by Greg Roelofs
34
+ and contributors for the book, "PNG: The Definitive Guide,"
35
+ published by O'Reilly and Associates.
36
+
37
+
38
+ LICENSE 2 (GNU GPL v2 or later):
39
+
40
+ This program is free software; you can redistribute it and/or modify
41
+ it under the terms of the GNU General Public License as published by
42
+ the Free Software Foundation; either version 2 of the License, or
43
+ (at your option) any later version.
44
+
45
+ This program is distributed in the hope that it will be useful,
46
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
47
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48
+ GNU General Public License for more details.
49
+
50
+ You should have received a copy of the GNU General Public License
51
+ along with this program; if not, write to the Free Software Foundation,
52
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
53
+
54
+ ---------------------------------------------------------------------------*/
55
+
56
+ #ifndef TRUE
57
+ # define TRUE 1
58
+ # define FALSE 0
59
+ #endif
60
+
61
+ #ifndef MAX
62
+ # define MAX(a,b) ((a) > (b)? (a) : (b))
63
+ # define MIN(a,b) ((a) < (b)? (a) : (b))
64
+ #endif
65
+
66
+ #ifdef DEBUG
67
+ # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
68
+ #else
69
+ # define Trace(x) ;
70
+ #endif
71
+
72
+ enum rpng2_states {
73
+ kPreInit = 0,
74
+ kWindowInit,
75
+ kDone
76
+ };
77
+
78
+ typedef unsigned char uch;
79
+ typedef unsigned short ush;
80
+ typedef unsigned long ulg;
81
+
82
+ typedef struct _mainprog_info {
83
+ double display_exponent;
84
+ ulg width;
85
+ ulg height;
86
+ void *png_ptr;
87
+ void *info_ptr;
88
+ void (*mainprog_init)(void);
89
+ void (*mainprog_display_row)(ulg row_num);
90
+ void (*mainprog_finish_display)(void);
91
+ uch *image_data;
92
+ uch **row_pointers;
93
+ jmp_buf jmpbuf;
94
+ int passes; /* not used */
95
+ int pass;
96
+ int rowbytes;
97
+ int channels;
98
+ int need_bgcolor;
99
+ #if (defined(__i386__) || defined(_M_IX86) || defined(__x86_64__))
100
+ int nommxfilters;
101
+ int nommxcombine;
102
+ int nommxinterlace;
103
+ #endif
104
+ int state;
105
+ uch bg_red;
106
+ uch bg_green;
107
+ uch bg_blue;
108
+ } mainprog_info;
109
+
110
+
111
+ /* prototypes for public functions in readpng2.c */
112
+
113
+ void readpng2_version_info(void);
114
+
115
+ int readpng2_check_sig(uch *sig, int num);
116
+
117
+ int readpng2_init(mainprog_info *mainprog_ptr);
118
+
119
+ int readpng2_decode_data(mainprog_info *mainprog_ptr, uch *rawbuf, ulg length);
120
+
121
+ void readpng2_cleanup(mainprog_info *mainprog_ptr);
@@ -0,0 +1,179 @@
1
+ /*---------------------------------------------------------------------------
2
+
3
+ rpng - simple PNG display program readppm.c
4
+
5
+ ---------------------------------------------------------------------------
6
+
7
+ This is a special-purpose replacement for readpng.c that allows binary
8
+ PPM files to be used in place of PNG images.
9
+
10
+ ---------------------------------------------------------------------------
11
+
12
+ Copyright (c) 1998-2007 Greg Roelofs. All rights reserved.
13
+
14
+ This software is provided "as is," without warranty of any kind,
15
+ express or implied. In no event shall the author or contributors
16
+ be held liable for any damages arising in any way from the use of
17
+ this software.
18
+
19
+ The contents of this file are DUAL-LICENSED. You may modify and/or
20
+ redistribute this software according to the terms of one of the
21
+ following two licenses (at your option):
22
+
23
+
24
+ LICENSE 1 ("BSD-like with advertising clause"):
25
+
26
+ Permission is granted to anyone to use this software for any purpose,
27
+ including commercial applications, and to alter it and redistribute
28
+ it freely, subject to the following restrictions:
29
+
30
+ 1. Redistributions of source code must retain the above copyright
31
+ notice, disclaimer, and this list of conditions.
32
+ 2. Redistributions in binary form must reproduce the above copyright
33
+ notice, disclaimer, and this list of conditions in the documenta-
34
+ tion and/or other materials provided with the distribution.
35
+ 3. All advertising materials mentioning features or use of this
36
+ software must display the following acknowledgment:
37
+
38
+ This product includes software developed by Greg Roelofs
39
+ and contributors for the book, "PNG: The Definitive Guide,"
40
+ published by O'Reilly and Associates.
41
+
42
+
43
+ LICENSE 2 (GNU GPL v2 or later):
44
+
45
+ This program is free software; you can redistribute it and/or modify
46
+ it under the terms of the GNU General Public License as published by
47
+ the Free Software Foundation; either version 2 of the License, or
48
+ (at your option) any later version.
49
+
50
+ This program is distributed in the hope that it will be useful,
51
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
52
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
53
+ GNU General Public License for more details.
54
+
55
+ You should have received a copy of the GNU General Public License
56
+ along with this program; if not, write to the Free Software Foundation,
57
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
58
+
59
+ ---------------------------------------------------------------------------*/
60
+
61
+ #include <stdio.h>
62
+ #include <stdlib.h>
63
+
64
+ #include "readpng.h" /* typedefs, common macros, public prototypes */
65
+
66
+
67
+ ulg width, height;
68
+ int bit_depth, color_type, channels;
69
+ uch *image_data = NULL;
70
+ FILE *saved_infile;
71
+
72
+
73
+ void readpng_version_info()
74
+ {
75
+ fprintf(stderr, " Compiled without libpng, zlib or PBMPLUS/NetPBM.\n");
76
+ }
77
+
78
+
79
+ /* return value = 0 for success, 1 for bad sig, 2 for bad IHDR, 4 for no mem */
80
+
81
+ int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight)
82
+ {
83
+ static uch ppmline[256];
84
+ int maxval;
85
+
86
+
87
+ saved_infile = infile;
88
+
89
+ fgets(ppmline, 256, infile);
90
+ if (ppmline[0] != 'P' || ppmline[1] != '6') {
91
+ fprintf(stderr, "ERROR: not a PPM file\n");
92
+ return 1;
93
+ }
94
+ /* possible color types: P5 = grayscale (0), P6 = RGB (2), P8 = RGBA (6) */
95
+ if (ppmline[1] == '6') {
96
+ color_type = 2;
97
+ channels = 3;
98
+ } else if (ppmline[1] == '8') {
99
+ color_type = 6;
100
+ channels = 4;
101
+ } else /* if (ppmline[1] == '5') */ {
102
+ color_type = 0;
103
+ channels = 1;
104
+ }
105
+
106
+ do {
107
+ fgets(ppmline, 256, infile);
108
+ } while (ppmline[0] == '#');
109
+ sscanf(ppmline, "%lu %lu", &width, &height);
110
+
111
+ do {
112
+ fgets(ppmline, 256, infile);
113
+ } while (ppmline[0] == '#');
114
+ sscanf(ppmline, "%d", &maxval);
115
+ if (maxval != 255) {
116
+ fprintf(stderr, "ERROR: maxval = %d\n", maxval);
117
+ return 2;
118
+ }
119
+ bit_depth = 8;
120
+
121
+ *pWidth = width;
122
+ *pHeight = height;
123
+
124
+ return 0;
125
+ }
126
+
127
+
128
+
129
+
130
+ /* returns 0 if succeeds, 1 if fails due to no bKGD chunk, 2 if libpng error;
131
+ * scales values to 8-bit if necessary */
132
+
133
+ int readpng_get_bgcolor(uch *red, uch *green, uch *blue)
134
+ {
135
+ return 1;
136
+ }
137
+
138
+
139
+
140
+
141
+ /* display_exponent == LUT_exponent * CRT_exponent */
142
+
143
+ uch *readpng_get_image(double display_exponent, int *pChannels, ulg *pRowbytes)
144
+ {
145
+ ulg rowbytes;
146
+
147
+
148
+ /* expand palette images to RGB, low-bit-depth grayscale images to 8 bits,
149
+ * transparency chunks to full alpha channel; strip 16-bit-per-sample
150
+ * images to 8 bits per sample; and convert grayscale to RGB[A] */
151
+
152
+ /* GRR WARNING: grayscale needs to be expanded and channels reset! */
153
+
154
+ *pRowbytes = rowbytes = channels*width;
155
+ *pChannels = channels;
156
+
157
+ if ((image_data = (uch *)malloc(rowbytes*height)) == NULL) {
158
+ return NULL;
159
+ }
160
+
161
+ Trace((stderr, "readpng_get_image: rowbytes = %ld, height = %ld\n", rowbytes, height));
162
+
163
+
164
+ /* now we can go ahead and just read the whole image */
165
+
166
+ fread(image_data, 1L, rowbytes*height, saved_infile);
167
+
168
+
169
+ return image_data;
170
+ }
171
+
172
+
173
+ void readpng_cleanup(int free_image_data)
174
+ {
175
+ if (free_image_data && image_data) {
176
+ free(image_data);
177
+ image_data = NULL;
178
+ }
179
+ }
@@ -0,0 +1,684 @@
1
+ /*---------------------------------------------------------------------------
2
+
3
+ rpng - simple PNG display program rpng-win.c
4
+
5
+ This program decodes and displays PNG images, with gamma correction and
6
+ optionally with a user-specified background color (in case the image has
7
+ transparency). It is very nearly the most basic PNG viewer possible.
8
+ This version is for 32-bit Windows; it may compile under 16-bit Windows
9
+ with a little tweaking (or maybe not).
10
+
11
+ to do:
12
+ - handle quoted command-line args (especially filenames with spaces)
13
+ - have minimum window width: oh well
14
+ - use %.1023s to simplify truncation of title-bar string?
15
+
16
+ ---------------------------------------------------------------------------
17
+
18
+ Changelog:
19
+ - 1.00: initial public release
20
+ - 1.01: modified to allow abbreviated options; fixed long/ulong mis-
21
+ match; switched to png_jmpbuf() macro
22
+ - 1.02: added extra set of parentheses to png_jmpbuf() macro; fixed
23
+ command-line parsing bug
24
+ - 1.10: enabled "message window"/console (thanks to David Geldreich)
25
+ - 2.00: dual-licensed (added GNU GPL)
26
+ - 2.01: fixed improper display of usage screen on PNG error(s)
27
+
28
+ ---------------------------------------------------------------------------
29
+
30
+ Copyright (c) 1998-2008 Greg Roelofs. All rights reserved.
31
+
32
+ This software is provided "as is," without warranty of any kind,
33
+ express or implied. In no event shall the author or contributors
34
+ be held liable for any damages arising in any way from the use of
35
+ this software.
36
+
37
+ The contents of this file are DUAL-LICENSED. You may modify and/or
38
+ redistribute this software according to the terms of one of the
39
+ following two licenses (at your option):
40
+
41
+
42
+ LICENSE 1 ("BSD-like with advertising clause"):
43
+
44
+ Permission is granted to anyone to use this software for any purpose,
45
+ including commercial applications, and to alter it and redistribute
46
+ it freely, subject to the following restrictions:
47
+
48
+ 1. Redistributions of source code must retain the above copyright
49
+ notice, disclaimer, and this list of conditions.
50
+ 2. Redistributions in binary form must reproduce the above copyright
51
+ notice, disclaimer, and this list of conditions in the documenta-
52
+ tion and/or other materials provided with the distribution.
53
+ 3. All advertising materials mentioning features or use of this
54
+ software must display the following acknowledgment:
55
+
56
+ This product includes software developed by Greg Roelofs
57
+ and contributors for the book, "PNG: The Definitive Guide,"
58
+ published by O'Reilly and Associates.
59
+
60
+
61
+ LICENSE 2 (GNU GPL v2 or later):
62
+
63
+ This program is free software; you can redistribute it and/or modify
64
+ it under the terms of the GNU General Public License as published by
65
+ the Free Software Foundation; either version 2 of the License, or
66
+ (at your option) any later version.
67
+
68
+ This program is distributed in the hope that it will be useful,
69
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
70
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
71
+ GNU General Public License for more details.
72
+
73
+ You should have received a copy of the GNU General Public License
74
+ along with this program; if not, write to the Free Software Foundation,
75
+ Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
76
+
77
+ ---------------------------------------------------------------------------*/
78
+
79
+ #define PROGNAME "rpng-win"
80
+ #define LONGNAME "Simple PNG Viewer for Windows"
81
+ #define VERSION "2.01 of 16 March 2008"
82
+
83
+ #include <stdio.h>
84
+ #include <stdlib.h>
85
+ #include <string.h>
86
+ #include <time.h>
87
+ #include <windows.h>
88
+ #include <conio.h> /* only for _getch() */
89
+
90
+ /* #define DEBUG : this enables the Trace() macros */
91
+
92
+ #include "readpng.h" /* typedefs, common macros, readpng prototypes */
93
+
94
+
95
+ /* could just include png.h, but this macro is the only thing we need
96
+ * (name and typedefs changed to local versions); note that side effects
97
+ * only happen with alpha (which could easily be avoided with
98
+ * "ush acopy = (alpha);") */
99
+
100
+ #define alpha_composite(composite, fg, alpha, bg) { \
101
+ ush temp = ((ush)(fg)*(ush)(alpha) + \
102
+ (ush)(bg)*(ush)(255 - (ush)(alpha)) + (ush)128); \
103
+ (composite) = (uch)((temp + (temp >> 8)) >> 8); \
104
+ }
105
+
106
+
107
+ /* local prototypes */
108
+ static int rpng_win_create_window(HINSTANCE hInst, int showmode);
109
+ static int rpng_win_display_image(void);
110
+ static void rpng_win_cleanup(void);
111
+ LRESULT CALLBACK rpng_win_wndproc(HWND, UINT, WPARAM, LPARAM);
112
+
113
+
114
+ static char titlebar[1024];
115
+ static char *progname = PROGNAME;
116
+ static char *appname = LONGNAME;
117
+ static char *filename;
118
+ static FILE *infile;
119
+
120
+ static char *bgstr;
121
+ static uch bg_red=0, bg_green=0, bg_blue=0;
122
+
123
+ static double display_exponent;
124
+
125
+ static ulg image_width, image_height, image_rowbytes;
126
+ static int image_channels;
127
+ static uch *image_data;
128
+
129
+ /* Windows-specific variables */
130
+ static ulg wimage_rowbytes;
131
+ static uch *dib;
132
+ static uch *wimage_data;
133
+ static BITMAPINFOHEADER *bmih;
134
+
135
+ static HWND global_hwnd;
136
+
137
+
138
+
139
+
140
+ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode)
141
+ {
142
+ char *args[1024]; /* arbitrary limit, but should suffice */
143
+ char *p, *q, **argv = args;
144
+ int argc = 0;
145
+ int rc, alen, flen;
146
+ int error = 0;
147
+ int have_bg = FALSE;
148
+ double LUT_exponent; /* just the lookup table */
149
+ double CRT_exponent = 2.2; /* just the monitor */
150
+ double default_display_exponent; /* whole display system */
151
+ MSG msg;
152
+
153
+
154
+ filename = (char *)NULL;
155
+
156
+
157
+ /* First reenable console output, which normally goes to the bit bucket
158
+ * for windowed apps. Closing the console window will terminate the
159
+ * app. Thanks to David.Geldreich@realviz.com for supplying the magical
160
+ * incantation. */
161
+
162
+ AllocConsole();
163
+ freopen("CONOUT$", "a", stderr);
164
+ freopen("CONOUT$", "a", stdout);
165
+
166
+
167
+ /* Next set the default value for our display-system exponent, i.e.,
168
+ * the product of the CRT exponent and the exponent corresponding to
169
+ * the frame-buffer's lookup table (LUT), if any. This is not an
170
+ * exhaustive list of LUT values (e.g., OpenStep has a lot of weird
171
+ * ones), but it should cover 99% of the current possibilities. And
172
+ * yes, these ifdefs are completely wasted in a Windows program... */
173
+
174
+ #if defined(NeXT)
175
+ LUT_exponent = 1.0 / 2.2;
176
+ /*
177
+ if (some_next_function_that_returns_gamma(&next_gamma))
178
+ LUT_exponent = 1.0 / next_gamma;
179
+ */
180
+ #elif defined(sgi)
181
+ LUT_exponent = 1.0 / 1.7;
182
+ /* there doesn't seem to be any documented function to get the
183
+ * "gamma" value, so we do it the hard way */
184
+ infile = fopen("/etc/config/system.glGammaVal", "r");
185
+ if (infile) {
186
+ double sgi_gamma;
187
+
188
+ fgets(tmpline, 80, infile);
189
+ fclose(infile);
190
+ sgi_gamma = atof(tmpline);
191
+ if (sgi_gamma > 0.0)
192
+ LUT_exponent = 1.0 / sgi_gamma;
193
+ }
194
+ #elif defined(Macintosh)
195
+ LUT_exponent = 1.8 / 2.61;
196
+ /*
197
+ if (some_mac_function_that_returns_gamma(&mac_gamma))
198
+ LUT_exponent = mac_gamma / 2.61;
199
+ */
200
+ #else
201
+ LUT_exponent = 1.0; /* assume no LUT: most PCs */
202
+ #endif
203
+
204
+ /* the defaults above give 1.0, 1.3, 1.5 and 2.2, respectively: */
205
+ default_display_exponent = LUT_exponent * CRT_exponent;
206
+
207
+
208
+ /* If the user has set the SCREEN_GAMMA environment variable as suggested
209
+ * (somewhat imprecisely) in the libpng documentation, use that; otherwise
210
+ * use the default value we just calculated. Either way, the user may
211
+ * override this via a command-line option. */
212
+
213
+ if ((p = getenv("SCREEN_GAMMA")) != NULL)
214
+ display_exponent = atof(p);
215
+ else
216
+ display_exponent = default_display_exponent;
217
+
218
+
219
+ /* Windows really hates command lines, so we have to set up our own argv.
220
+ * Note that we do NOT bother with quoted arguments here, so don't use
221
+ * filenames with spaces in 'em! */
222
+
223
+ argv[argc++] = PROGNAME;
224
+ p = cmd;
225
+ for (;;) {
226
+ if (*p == ' ')
227
+ while (*++p == ' ')
228
+ ;
229
+ /* now p points at the first non-space after some spaces */
230
+ if (*p == '\0')
231
+ break; /* nothing after the spaces: done */
232
+ argv[argc++] = q = p;
233
+ while (*q && *q != ' ')
234
+ ++q;
235
+ /* now q points at a space or the end of the string */
236
+ if (*q == '\0')
237
+ break; /* last argv already terminated; quit */
238
+ *q = '\0'; /* change space to terminator */
239
+ p = q + 1;
240
+ }
241
+ argv[argc] = NULL; /* terminate the argv array itself */
242
+
243
+
244
+ /* Now parse the command line for options and the PNG filename. */
245
+
246
+ while (*++argv && !error) {
247
+ if (!strncmp(*argv, "-gamma", 2)) {
248
+ if (!*++argv)
249
+ ++error;
250
+ else {
251
+ display_exponent = atof(*argv);
252
+ if (display_exponent <= 0.0)
253
+ ++error;
254
+ }
255
+ } else if (!strncmp(*argv, "-bgcolor", 2)) {
256
+ if (!*++argv)
257
+ ++error;
258
+ else {
259
+ bgstr = *argv;
260
+ if (strlen(bgstr) != 7 || bgstr[0] != '#')
261
+ ++error;
262
+ else
263
+ have_bg = TRUE;
264
+ }
265
+ } else {
266
+ if (**argv != '-') {
267
+ filename = *argv;
268
+ if (argv[1]) /* shouldn't be any more args after filename */
269
+ ++error;
270
+ } else
271
+ ++error; /* not expecting any other options */
272
+ }
273
+ }
274
+
275
+ if (!filename)
276
+ ++error;
277
+
278
+
279
+ /* print usage screen if any errors up to this point */
280
+
281
+ if (error) {
282
+ int ch;
283
+
284
+ fprintf(stderr, "\n%s %s: %s\n\n", PROGNAME, VERSION, appname);
285
+ readpng_version_info();
286
+ fprintf(stderr, "\n"
287
+ "Usage: %s [-gamma exp] [-bgcolor bg] file.png\n"
288
+ " exp \ttransfer-function exponent (``gamma'') of the display\n"
289
+ "\t\t system in floating-point format (e.g., ``%.1f''); equal\n"
290
+ "\t\t to the product of the lookup-table exponent (varies)\n"
291
+ "\t\t and the CRT exponent (usually 2.2); must be positive\n"
292
+ " bg \tdesired background color in 7-character hex RGB format\n"
293
+ "\t\t (e.g., ``#ff7700'' for orange: same as HTML colors);\n"
294
+ "\t\t used with transparent images\n"
295
+ "\nPress Q, Esc or mouse button 1 after image is displayed to quit.\n"
296
+ "Press Q or Esc to quit this usage screen.\n"
297
+ "\n", PROGNAME, default_display_exponent);
298
+ do
299
+ ch = _getch();
300
+ while (ch != 'q' && ch != 'Q' && ch != 0x1B);
301
+ exit(1);
302
+ }
303
+
304
+
305
+ if (!(infile = fopen(filename, "rb"))) {
306
+ fprintf(stderr, PROGNAME ": can't open PNG file [%s]\n", filename);
307
+ ++error;
308
+ } else {
309
+ if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
310
+ switch (rc) {
311
+ case 1:
312
+ fprintf(stderr, PROGNAME
313
+ ": [%s] is not a PNG file: incorrect signature\n",
314
+ filename);
315
+ break;
316
+ case 2:
317
+ fprintf(stderr, PROGNAME
318
+ ": [%s] has bad IHDR (libpng longjmp)\n", filename);
319
+ break;
320
+ case 4:
321
+ fprintf(stderr, PROGNAME ": insufficient memory\n");
322
+ break;
323
+ default:
324
+ fprintf(stderr, PROGNAME
325
+ ": unknown readpng_init() error\n");
326
+ break;
327
+ }
328
+ ++error;
329
+ }
330
+ if (error)
331
+ fclose(infile);
332
+ }
333
+
334
+
335
+ if (error) {
336
+ int ch;
337
+
338
+ fprintf(stderr, PROGNAME ": aborting.\n");
339
+ do
340
+ ch = _getch();
341
+ while (ch != 'q' && ch != 'Q' && ch != 0x1B);
342
+ exit(2);
343
+ } else {
344
+ fprintf(stderr, "\n%s %s: %s\n", PROGNAME, VERSION, appname);
345
+ fprintf(stderr,
346
+ "\n [console window: closing this window will terminate %s]\n\n",
347
+ PROGNAME);
348
+ }
349
+
350
+
351
+ /* set the title-bar string, but make sure buffer doesn't overflow */
352
+
353
+ alen = strlen(appname);
354
+ flen = strlen(filename);
355
+ if (alen + flen + 3 > 1023)
356
+ sprintf(titlebar, "%s: ...%s", appname, filename+(alen+flen+6-1023));
357
+ else
358
+ sprintf(titlebar, "%s: %s", appname, filename);
359
+
360
+
361
+ /* if the user didn't specify a background color on the command line,
362
+ * check for one in the PNG file--if not, the initialized values of 0
363
+ * (black) will be used */
364
+
365
+ if (have_bg) {
366
+ unsigned r, g, b; /* this approach quiets compiler warnings */
367
+
368
+ sscanf(bgstr+1, "%2x%2x%2x", &r, &g, &b);
369
+ bg_red = (uch)r;
370
+ bg_green = (uch)g;
371
+ bg_blue = (uch)b;
372
+ } else if (readpng_get_bgcolor(&bg_red, &bg_green, &bg_blue) > 1) {
373
+ readpng_cleanup(TRUE);
374
+ fprintf(stderr, PROGNAME
375
+ ": libpng error while checking for background color\n");
376
+ exit(2);
377
+ }
378
+
379
+
380
+ /* do the basic Windows initialization stuff, make the window and fill it
381
+ * with the background color */
382
+
383
+ if (rpng_win_create_window(hInst, showmode))
384
+ exit(2);
385
+
386
+
387
+ /* decode the image, all at once */
388
+
389
+ Trace((stderr, "calling readpng_get_image()\n"))
390
+ image_data = readpng_get_image(display_exponent, &image_channels,
391
+ &image_rowbytes);
392
+ Trace((stderr, "done with readpng_get_image()\n"))
393
+
394
+
395
+ /* done with PNG file, so clean up to minimize memory usage (but do NOT
396
+ * nuke image_data!) */
397
+
398
+ readpng_cleanup(FALSE);
399
+ fclose(infile);
400
+
401
+ if (!image_data) {
402
+ fprintf(stderr, PROGNAME ": unable to decode PNG image\n");
403
+ exit(3);
404
+ }
405
+
406
+
407
+ /* display image (composite with background if requested) */
408
+
409
+ Trace((stderr, "calling rpng_win_display_image()\n"))
410
+ if (rpng_win_display_image()) {
411
+ free(image_data);
412
+ exit(4);
413
+ }
414
+ Trace((stderr, "done with rpng_win_display_image()\n"))
415
+
416
+
417
+ /* wait for the user to tell us when to quit */
418
+
419
+ printf(
420
+ "Done. Press Q, Esc or mouse button 1 (within image window) to quit.\n");
421
+ fflush(stdout);
422
+
423
+ while (GetMessage(&msg, NULL, 0, 0)) {
424
+ TranslateMessage(&msg);
425
+ DispatchMessage(&msg);
426
+ }
427
+
428
+
429
+ /* OK, we're done: clean up all image and Windows resources and go away */
430
+
431
+ rpng_win_cleanup();
432
+
433
+ return msg.wParam;
434
+ }
435
+
436
+
437
+
438
+
439
+
440
+ static int rpng_win_create_window(HINSTANCE hInst, int showmode)
441
+ {
442
+ uch *dest;
443
+ int extra_width, extra_height;
444
+ ulg i, j;
445
+ WNDCLASSEX wndclass;
446
+
447
+
448
+ /*---------------------------------------------------------------------------
449
+ Allocate memory for the display-specific version of the image (round up
450
+ to multiple of 4 for Windows DIB).
451
+ ---------------------------------------------------------------------------*/
452
+
453
+ wimage_rowbytes = ((3*image_width + 3L) >> 2) << 2;
454
+
455
+ if (!(dib = (uch *)malloc(sizeof(BITMAPINFOHEADER) +
456
+ wimage_rowbytes*image_height)))
457
+ {
458
+ return 4; /* fail */
459
+ }
460
+
461
+ /*---------------------------------------------------------------------------
462
+ Initialize the DIB. Negative height means to use top-down BMP ordering
463
+ (must be uncompressed, but that's what we want). Bit count of 1, 4 or 8
464
+ implies a colormap of RGBX quads, but 24-bit BMPs just use B,G,R values
465
+ directly => wimage_data begins immediately after BMP header.
466
+ ---------------------------------------------------------------------------*/
467
+
468
+ memset(dib, 0, sizeof(BITMAPINFOHEADER));
469
+ bmih = (BITMAPINFOHEADER *)dib;
470
+ bmih->biSize = sizeof(BITMAPINFOHEADER);
471
+ bmih->biWidth = image_width;
472
+ bmih->biHeight = -((long)image_height);
473
+ bmih->biPlanes = 1;
474
+ bmih->biBitCount = 24;
475
+ bmih->biCompression = 0;
476
+ wimage_data = dib + sizeof(BITMAPINFOHEADER);
477
+
478
+ /*---------------------------------------------------------------------------
479
+ Fill in background color (black by default); data are in BGR order.
480
+ ---------------------------------------------------------------------------*/
481
+
482
+ for (j = 0; j < image_height; ++j) {
483
+ dest = wimage_data + j*wimage_rowbytes;
484
+ for (i = image_width; i > 0; --i) {
485
+ *dest++ = bg_blue;
486
+ *dest++ = bg_green;
487
+ *dest++ = bg_red;
488
+ }
489
+ }
490
+
491
+ /*---------------------------------------------------------------------------
492
+ Set the window parameters.
493
+ ---------------------------------------------------------------------------*/
494
+
495
+ memset(&wndclass, 0, sizeof(wndclass));
496
+
497
+ wndclass.cbSize = sizeof(wndclass);
498
+ wndclass.style = CS_HREDRAW | CS_VREDRAW;
499
+ wndclass.lpfnWndProc = rpng_win_wndproc;
500
+ wndclass.hInstance = hInst;
501
+ wndclass.hIcon = LoadIcon(NULL, IDI_APPLICATION);
502
+ wndclass.hCursor = LoadCursor(NULL, IDC_ARROW);
503
+ wndclass.hbrBackground = (HBRUSH)GetStockObject(DKGRAY_BRUSH);
504
+ wndclass.lpszMenuName = NULL;
505
+ wndclass.lpszClassName = progname;
506
+ wndclass.hIconSm = LoadIcon(NULL, IDI_APPLICATION);
507
+
508
+ RegisterClassEx(&wndclass);
509
+
510
+ /*---------------------------------------------------------------------------
511
+ Finally, create the window.
512
+ ---------------------------------------------------------------------------*/
513
+
514
+ extra_width = 2*(GetSystemMetrics(SM_CXBORDER) +
515
+ GetSystemMetrics(SM_CXDLGFRAME));
516
+ extra_height = 2*(GetSystemMetrics(SM_CYBORDER) +
517
+ GetSystemMetrics(SM_CYDLGFRAME)) +
518
+ GetSystemMetrics(SM_CYCAPTION);
519
+
520
+ global_hwnd = CreateWindow(progname, titlebar, WS_OVERLAPPEDWINDOW,
521
+ CW_USEDEFAULT, CW_USEDEFAULT, image_width+extra_width,
522
+ image_height+extra_height, NULL, NULL, hInst, NULL);
523
+
524
+ ShowWindow(global_hwnd, showmode);
525
+ UpdateWindow(global_hwnd);
526
+
527
+ return 0;
528
+
529
+ } /* end function rpng_win_create_window() */
530
+
531
+
532
+
533
+
534
+
535
+ static int rpng_win_display_image()
536
+ {
537
+ uch *src, *dest;
538
+ uch r, g, b, a;
539
+ ulg i, row, lastrow;
540
+ RECT rect;
541
+
542
+
543
+ Trace((stderr, "beginning display loop (image_channels == %d)\n",
544
+ image_channels))
545
+ Trace((stderr, "(width = %ld, rowbytes = %ld, wimage_rowbytes = %d)\n",
546
+ image_width, image_rowbytes, wimage_rowbytes))
547
+
548
+
549
+ /*---------------------------------------------------------------------------
550
+ Blast image data to buffer. This whole routine takes place before the
551
+ message loop begins, so there's no real point in any pseudo-progressive
552
+ display...
553
+ ---------------------------------------------------------------------------*/
554
+
555
+ for (lastrow = row = 0; row < image_height; ++row) {
556
+ src = image_data + row*image_rowbytes;
557
+ dest = wimage_data + row*wimage_rowbytes;
558
+ if (image_channels == 3) {
559
+ for (i = image_width; i > 0; --i) {
560
+ r = *src++;
561
+ g = *src++;
562
+ b = *src++;
563
+ *dest++ = b;
564
+ *dest++ = g; /* note reverse order */
565
+ *dest++ = r;
566
+ }
567
+ } else /* if (image_channels == 4) */ {
568
+ for (i = image_width; i > 0; --i) {
569
+ r = *src++;
570
+ g = *src++;
571
+ b = *src++;
572
+ a = *src++;
573
+ if (a == 255) {
574
+ *dest++ = b;
575
+ *dest++ = g;
576
+ *dest++ = r;
577
+ } else if (a == 0) {
578
+ *dest++ = bg_blue;
579
+ *dest++ = bg_green;
580
+ *dest++ = bg_red;
581
+ } else {
582
+ /* this macro (copied from png.h) composites the
583
+ * foreground and background values and puts the
584
+ * result into the first argument; there are no
585
+ * side effects with the first argument */
586
+ alpha_composite(*dest++, b, a, bg_blue);
587
+ alpha_composite(*dest++, g, a, bg_green);
588
+ alpha_composite(*dest++, r, a, bg_red);
589
+ }
590
+ }
591
+ }
592
+ /* display after every 16 lines */
593
+ if (((row+1) & 0xf) == 0) {
594
+ rect.left = 0L;
595
+ rect.top = (LONG)lastrow;
596
+ rect.right = (LONG)image_width; /* possibly off by one? */
597
+ rect.bottom = (LONG)lastrow + 16L; /* possibly off by one? */
598
+ InvalidateRect(global_hwnd, &rect, FALSE);
599
+ UpdateWindow(global_hwnd); /* similar to XFlush() */
600
+ lastrow = row + 1;
601
+ }
602
+ }
603
+
604
+ Trace((stderr, "calling final image-flush routine\n"))
605
+ if (lastrow < image_height) {
606
+ rect.left = 0L;
607
+ rect.top = (LONG)lastrow;
608
+ rect.right = (LONG)image_width; /* possibly off by one? */
609
+ rect.bottom = (LONG)image_height; /* possibly off by one? */
610
+ InvalidateRect(global_hwnd, &rect, FALSE);
611
+ UpdateWindow(global_hwnd); /* similar to XFlush() */
612
+ }
613
+
614
+ /*
615
+ last param determines whether or not background is wiped before paint
616
+ InvalidateRect(global_hwnd, NULL, TRUE);
617
+ UpdateWindow(global_hwnd);
618
+ */
619
+
620
+ return 0;
621
+ }
622
+
623
+
624
+
625
+
626
+
627
+ static void rpng_win_cleanup()
628
+ {
629
+ if (image_data) {
630
+ free(image_data);
631
+ image_data = NULL;
632
+ }
633
+
634
+ if (dib) {
635
+ free(dib);
636
+ dib = NULL;
637
+ }
638
+ }
639
+
640
+
641
+
642
+
643
+
644
+ LRESULT CALLBACK rpng_win_wndproc(HWND hwnd, UINT iMsg, WPARAM wP, LPARAM lP)
645
+ {
646
+ HDC hdc;
647
+ PAINTSTRUCT ps;
648
+ int rc;
649
+
650
+ switch (iMsg) {
651
+ case WM_CREATE:
652
+ /* one-time processing here, if any */
653
+ return 0;
654
+
655
+ case WM_PAINT:
656
+ hdc = BeginPaint(hwnd, &ps);
657
+ /* dest */
658
+ rc = StretchDIBits(hdc, 0, 0, image_width, image_height,
659
+ /* source */
660
+ 0, 0, image_width, image_height,
661
+ wimage_data, (BITMAPINFO *)bmih,
662
+ /* iUsage: no clue */
663
+ 0, SRCCOPY);
664
+ EndPaint(hwnd, &ps);
665
+ return 0;
666
+
667
+ /* wait for the user to tell us when to quit */
668
+ case WM_CHAR:
669
+ switch (wP) { /* only need one, so ignore repeat count */
670
+ case 'q':
671
+ case 'Q':
672
+ case 0x1B: /* Esc key */
673
+ PostQuitMessage(0);
674
+ }
675
+ return 0;
676
+
677
+ case WM_LBUTTONDOWN: /* another way of quitting */
678
+ case WM_DESTROY:
679
+ PostQuitMessage(0);
680
+ return 0;
681
+ }
682
+
683
+ return DefWindowProc(hwnd, iMsg, wP, lP);
684
+ }