Hi
I have a pass-thru html text on my form that looks like this:
it works but the size of the pictuire remains very large, it does not decrease when I change the width and height.
What must I do to make the picture smaller?
Regards
Hi
I have a pass-thru html text on my form that looks like this:
it works but the size of the pictuire remains very large, it does not decrease when I change the width and height.
What must I do to make the picture smaller?
Regards
Subject: You must resize the image before attaching it to the Notes document…
…or you can perhaps create a new sub-document of the original where you have extracted the image and resized the new one to the correct size?
There are several possibilities out there, such as using Java agents to resize the image for you, or shell out to the freeware ImageMagik. If you opt in for a third-party solution, take a look at my Import Image 2 Lotus Notes (II2LN). That is a highliy effecient image processing DLL which you can import and resize your images in one go.
Bob, author of II2LN
Subject: Making a picture smaller on the document
Is the image a 1/1 aspect ratio? I think if the pixels you’ve specified breaks the aspect ratio, the image won’t resize.
You could try just specifying the width, and also try it in terms of % of size.
HTH
Andrew