I'm reading the help file for the [iem_image] object and I see a way to change the position of a hosted gif (using 'delta' and 'pos') but no way to change its size I do see that you can see the size of a file is there a command to set the size of a gif with [iem_image]?
If you are trying to scale the image, I am guessing it doesn't do that. You could scale the image using something like ImageMagick or whatever and resave it as a new file.
.hc
On Wed, 2010-09-15 at 17:18 -0700, Kim Cascone wrote:
I'm reading the help file for the [iem_image] object and I see a way to change the position of a hosted gif (using 'delta' and 'pos') but no way to change its size I do see that you can see the size of a file is there a command to set the size of a gif with [iem_image]?
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On Wed, 15 Sep 2010, Kim Cascone wrote:
I'm reading the help file for the [iem_image] object and I see a way to change the position of a hosted gif (using 'delta' and 'pos') but no way to change its size I do see that you can see the size of a file is there a command to set the size of a gif with [iem_image]?
If you do it with png files and [#see] instead, you can do all the modifications you want on the picture at load time or later run time, using any pixel-processing objects from GF, GEM and/or PDP.
| Mathieu Bouchard ------------------------------ Villeray, Montréal, QC
as always, thank you for your invaluable information! :) perfect!
Mathieu Bouchard wrote:
On Wed, 15 Sep 2010, Kim Cascone wrote:
I'm reading the help file for the [iem_image] object and I see a way to change the position of a hosted gif (using 'delta' and 'pos') but no way to change its size I do see that you can see the size of a file is there a command to set the size of a gif with [iem_image]?
If you do it with png files and [#see] instead, you can do all the modifications you want on the picture at load time or later run time, using any pixel-processing objects from GF, GEM and/or PDP.
| Mathieu Bouchard ------------------------------ Villeray, Montréal, QC