Restored from previous forum. Originally posted by Paul.
It would be nice to have a SaveImage command
Result = SaveImage(#Image, FileName$)
so we can easily load an image, draw on it and then save back to disk.
[Implemented] SaveImage()
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by fred.
Done. Updated lib can be found on http://www.purebasic.com/update/Image
Fred - AlphaSND
Done. Updated lib can be found on http://www.purebasic.com/update/Image
Fred - AlphaSND
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by Paul.
Hey Fred,
I have a BMP that is 900kb (640x480)
When I save it to disk using SaveImage() the resulting file is 1200kb and is unreadable by PhotoShop. MS Paintbrush will read it but what's with the extra 300kb ?? (is it trying to save Alpha info?)
Hey Fred,
I have a BMP that is 900kb (640x480)
When I save it to disk using SaveImage() the resulting file is 1200kb and is unreadable by PhotoShop. MS Paintbrush will read it but what's with the extra 300kb ?? (is it trying to save Alpha info?)
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm