I imported a bitmap with white spaces at the borders whithout trimming
it. That's right, it's gone fine, i have my image with the white
spaces. But when i do
member("image").picture=member("imagewithspaces"). picture
the trim options is auto activated in member("image") and my damn
picture is trimmed, also if i don't want to do it. Yes the solution
may be to put a grey pixel on the corner, but do you know that in 256
colors mode the "not so white" becomes white? And the damn image is
trimmed!! YES!!! Neither use trimwhitespace=false is useful, because
if i do it after the trimming, it (of course) remains trimmed. Is
there any way to don't get it trimmed?