Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Blind resizing

From: patrick:philipot:laposte at: 10-Oct-2003 9:13

Hello Anton, Friday, October 10, 2003, 6:27:47 AM, you wrote: AR> img: load %my-image.png AR> img2: to-image layout [origin 0 image 50x50 img] AR> save/png %my-image2.png img2 AR> Anton. Thank you Anton, exactly what I was looking for. The trick is to use 'layout to perform the resizing. -- Best regards, Patrick