TileImage(), CropImage(), ...

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

TileImage(), CropImage(), ...

Post by Psychophanta »

Well, i just request :) (i think there was not requested before) :? :

-TileImage(#Image,Width, Height) to convert #Image to same but tiled to reach that Width and Height.

-CropImage(#Image,Width, Height) to cut out image to become that Width and Height.

-Or maybe TileCropImage() (or wahtever name) to do both things in one.

I've noticed ResizeImage() rinses the image each time is called, and it is too slow for PB.