summaryrefslogtreecommitdiff
path: root/2d/wrappers/freeimage.scm
Commit message (Collapse)AuthorAgeFilesLines
* Change license to GPLv3+.David Thompson2014-03-081-8/+8
|
* Tidy up freeimage module.David Thompson2013-08-241-21/+36
|
* Add (ice-9 format) module to imports for freeimage and ftglPieter Slabbert2013-08-231-1/+2
| | | | | | | | | | | | | | | | | freeimage.scm and ftgl.scm were throwing warnings when running make about a unsupported format option GEN 2d/wrappers/freeimage.go 2d/wrappers/freeimage.scm:120:6: warning: "<freeimage-bitmap ~x width: ~d height: ~d bpp: ~d>": unsupported format option ~x, use (ice-9 format) instead wrote `2d/wrappers/freeimage.go' GEN 2d/wrappers/ftgl.go 2d/wrappers/ftgl.scm:62:6: warning: "<ftgl-font ~x>": unsupported format option ~x, use (ice-9 format) instead 2d/wrappers/ftgl.scm:100:6: warning: "<ftgl-simple-layout ~x>": unsupported format option ~x, use (ice-9 format) instead wrote `2d/wrappers/ftgl.go' GEN 2d/wrappers/gl.go wrote `2d/wrappers/gl.go' adding the modules to the module definition of each file fixes it
* Move define-enumeration into util module.David Thompson2013-08-171-16/+2
|
* Fix freeimage-load procedure that was not passing enough arguments.David Thompson2013-08-151-4/+3
| | | | | | This was a fucking pain to track down. freeimage-get-bits was randomly failing to load. Sometimes the program would run, sometimes it would crash with a null pointer dereference error.
* Add wrapper for FreeImage_FlipVertical.David Thompson2013-08-151-0/+12
|
* Add freeimage wrapper.David Thompson2013-08-141-0/+250