Hello.
I am uploading a jpg image.
I use IEV_Load.Proc.ClearSel(true);
The function does not make the background transparent.
But.
I am uploading a jpg image.
First I apply IEV_Load.Proc.CropSel(true);
and then IEV_Load.Proc.ClearSel(true);
the background will be transparent.
You can do IEV_Load.Proc.ClearSel(true);
made the background blank from the first application.
Thank you.
Rudolf