Convert image to 8bit 256 colors (windows only)

Share your advanced PureBasic knowledge/code with the community.
User avatar
Keya
Addict
Addict
Posts: 1890
Joined: Thu Jun 04, 2015 7:10 am

Re: Convert image to 8bit 256 colors (windows only)

Post by Keya »

netmaestro wrote:

Code: Select all

Repeat
  ev = WaitWindowEvent()
Until ev=#WM_CLOSE
Just at the end of the example, the window refuses to close unless i changed #WM_CLOSE to #PB_Event_CloseWindow (and yes im using Windows)
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: Convert image to 8bit 256 colors (windows only)

Post by netmaestro »

Yeah, forgot that one. I changed it on my computer to run the test but I never uploaded the test prg. Fixed, thanks for the reminder.
BERESHEIT
Post Reply