I use the last version of TRichView on Delphi XE2.
When I sent a email, picture is not visible.
For exemple, on my sign, we not see the picture.
You can see result on the attached file
![Image](http://img4.hostingpics.net/pics/597368mail.png)
Code: Select all
var gr: TGraphic;
bmp: TBitmap;
begin
if SaveFormat<>rvsfHTML then
exit;
if not (Graphic is TJPEGImage) and not RV_IsHTMLGraphicFormat(Graphic) then begin
bmp := TBitmap.Create;
try
[b]bmp.Assign(Graphic);[/color]
except
who mean, can't affect tjpegimage in tbitmap, I have same error with png ..impossible d'affecter tjpegimage à tbitmap