aoles / EBImage

:art: Image processing toolbox for R
71 stars 28 forks source link

Ask/suggestion Multiple resizing #49

Open LucaWRGF opened 5 years ago

LucaWRGF commented 5 years ago

Hi,

First of all, thanks for sharing this project !

I would like to know if in case of two or more images, the resize function can be applied for each image seperatly ?

For example, imageA (200x200px) and imageB (200x200px) represents two birds, bird B is two times bigger than A. So, we resize only image B (400x400), or inverse image A set to (100x100).

Thanks in advance for your reply,

Sincerely Luca

aoles commented 4 years ago

Hi Luca,

than you for your inquiry! Did you mean whether it is possible to scale each image frame separately within an image stack? This, unfortunately, is not possible unless you have the images as separate objects and apply the scaling individually.

If you have any further questions don't hesitate to contact me.

Cheers, Andrzej