GLBasic forum

Main forum => GLBasic - en => Topic started by: Szantai on 2012-Sep-22

Title: How to read/write into the external bmp or any pictures format / pixel?
Post by: Szantai on 2012-Sep-22
please help  my :)
Title: Re: How to read/write into the external bmp or any pictures format / pixel?
Post by: Crivens on 2012-Sep-22
This is something I posted here a while back. It takes an image, loads it into memory, resizes it based on screen size and then saves it back as a new image. It's better than a straight sprite grab because it retains all the alpha values so full transparency settings are kept.
http://www.glbasic.com/forum/index.php?topic=6415.msg51359#msg51359 (http://www.glbasic.com/forum/index.php?topic=6415.msg51359#msg51359)

It manipulates an image completely (by removing pixels from it) so you should be able to change the code for what you want to do.

Cheerse
Title: Re: How to read/write into the external bmp or any pictures format / pixel?
Post by: Szantai on 2012-Sep-22
ok thanks :)