FreeImage: Cannot Save
BlitzMax Forums/Brucey's Modules/FreeImage: Cannot Save
| ||
Edit: Solved, I used conflicting format and quality flags. |
| ||
I think you need to do :If p2.save( tgt+f, FIF_JPEG , JPEG_QUALITYSUPERB ) |
| ||
;-) You fixed it. |
|
| ||
Edit: Solved, I used conflicting format and quality flags. |
| ||
I think you need to do :If p2.save( tgt+f, FIF_JPEG , JPEG_QUALITYSUPERB ) |
| ||
;-) You fixed it. |