[Implemented] PB_Ignore for ResizeImage

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
jamirokwai
Enthusiast
Enthusiast
Posts: 796
Joined: Tue May 20, 2008 2:12 am
Location: Cologne, Germany
Contact:

[Implemented] PB_Ignore for ResizeImage

Post by jamirokwai »

Dear PB-Team,

I'd like to see the possibility of using #PB_Ignore for ResizeImage() also.
So you could load an image e.g. 200x160 and resize it to 100x160 with ResizeImage(0,100,#PB_Ignore).
Regards,
JamiroKwai
AND51
Addict
Addict
Posts: 1040
Joined: Sun Oct 15, 2006 8:56 pm
Location: Germany
Contact:

Re: PB_Ignore for ResizeImage

Post by AND51 »

Yeah, this would improve readability of source codes.
PB 4.30

Code: Select all

onErrorGoto(?Fred)
Post Reply