gambas-source-code/main/lib/image
Oddjobz f1ee924a55 [GB.IMAGE]
* BUG: Comment out line to enable compilation - work still to do on "Convert" !
* BUG: Fix memory allocation bug that was causing all the crashes ..
  Turns out the conversion code was calculating the size of width * height * sizeof(uint)
  and IMAGE_size was using width * height * (3 or 4 depending on image format)
  which caused a lack of memory in the image conversion routines ...



git-svn-id: svn://localhost/gambas/trunk@1813 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-01-23 11:54:26 +00:00
..
CImage.c [GB.IMAGE] 2009-01-21 19:57:53 +00:00
CImage.h [INTERPRETER] 2009-01-16 23:12:10 +00:00
CImageStat.c [GB.IMAGE] 2009-01-13 00:45:06 +00:00
CImageStat.h [GB.IMAGE] 2009-01-13 00:45:06 +00:00
gb.image.component [INTERPRETER] 2009-01-16 23:12:10 +00:00
gb.image.h [GB.IMAGE] 2009-01-23 08:22:03 +00:00
image.c [GB.IMAGE] 2009-01-23 11:54:26 +00:00
image.h [GB.IMAGE] 2009-01-23 08:22:03 +00:00
image_stat.c [INTERPRETER] 2009-01-16 23:12:10 +00:00
image_stat.h [INTERPRETER] 2009-01-16 23:12:10 +00:00
main.c [GB.IMAGE] 2009-01-23 08:22:03 +00:00
main.h [INTERPRETER] 2009-01-16 23:12:10 +00:00
Makefile.am [GB.IMAGE] 2009-01-17 01:11:36 +00:00