how to canvas resize image?

Windows specific forum
sartic
Enthusiast
Enthusiast
Posts: 143
Joined: Thu Aug 26, 2010 8:26 am

how to canvas resize image?

Post by sartic »

anyone?
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
User avatar
Kukulkan
Addict
Addict
Posts: 1407
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Re: how to canvas resize image?

Post by Kukulkan »

Did you try:
  • GetGadgetAttribute() with #PB_Canvas_Image
  • ResizeImage()
?
Fred
Administrator
Administrator
Posts: 18360
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: how to canvas resize image?

Post by Fred »

ResizeGadget() ?
sartic
Enthusiast
Enthusiast
Posts: 143
Joined: Thu Aug 26, 2010 8:26 am

Re: how to canvas resize image?

Post by sartic »

didn't catch this in gadget section, i will try it.
i was looking 4 solution in image section :)
Registered user of PB (on Linux Mint 21.1 & Win 10 64bit)
Post Reply