home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2005 July
/
PCpro_2005_07.ISO
/
files
/
freeware
/
hardcopy
/
hcf.exe
/
basic
/
Basic_Image_012_Resample.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
2003-11-26
|
235 b
|
8 lines
' Example fixed width + height
' Image( 0 ).Resample( 400, 500 )
' Example fixed width, proportional height
newWidth = 400
newHeight = newWidth * Image( 0 ).Height / Image( 0 ).Width
Image( 0 ).Resample( newWidth, newHeight )