resizeimage questions

Everything else that doesn't fall into one of the other PB categories.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by BalrogSoft.

Hi!

I have a question about resizeimage command, because I have been trying resizeimage command, and only resize images if the original image is bigger than
resize image, but if you resize an image more big than original, dont work...

This command work right?

It would be a good idea implement the zoom in resizes.

Sorry for my bad english.
Bye, Balrog soft.

+-----------------------+
| Balrog Soft |
| Amiga and PC Coder |
| http://www.balrogsoft.8m.com |
| [url]mailto:balrog@terra.es[/url] |
+-----------------------+
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by El_Choni.

You mean, ResizeGadget() for an image gadget? Because that works for me...

Bye,

El_Choni
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by BalrogSoft.
You mean, ResizeGadget() for an image gadget? Because that works for me...

Hi Choni

The command that i refer is ResizeImage(Image,Width,Height), from Image Library and only resize images if the original image is bigger than resized image.

Bye.


+-----------------------+
| Balrog Soft |
| Amiga and PC Coder |
| http://www.balrogsoft.8m.com |
| [url]mailto:balrog@terra.es[/url] |
+-----------------------+
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by PB.

> ResizeImage [...] only resize images if the original image is bigger than
> resized image.

I don't understand you either (sorry!). When you say "bigger", do
you mean in file size, or dimension (width x height) size?


PB - Registered PureBasic Coder

Edited by - PB on 10 April 2002 15:28:26
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by BalrogSoft.

I don't understand you either (sorry!). When you say "bigger", do
you mean in file size, or dimension (width x height) size?
I say bigger about dimension (such as zoom in).

Bye

+-----------------------+
| Balrog Soft |
| Amiga and PC Coder |
| http://www.balrogsoft.8m.com |
| [url]mailto:balrog@terra.es[/url] |
+-----------------------+
Post Reply