shrink a Image in TRichviewEdit

General TRichView support forum. Please post your questions here
Post Reply
WLemmermeyer
Posts: 11
Joined: Fri Jun 06, 2014 5:32 am
Location: Germany

shrink a Image in TRichviewEdit

Post by WLemmermeyer »

Hallo,

I use the stardard actions for my TRichViewEdit. I changed TrvActionInsertPicture.MaxImageSize to 650 px but this only scales down the image and don't reduce the size of a image.

Is it possible to shrink a image or get a Event like OnInsertImage (OnImportPicture is not fired) to shrik the image manually?!?

Best regards
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Do you want to insert a modified image instead of stretched displaying?
WLemmermeyer
Posts: 11
Joined: Fri Jun 06, 2014 5:32 am
Location: Germany

Post by WLemmermeyer »

Sergey Tkachenko wrote:Do you want to insert a modified image instead of stretched displaying?
yes, this could be a solution.... how can I do this?
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I'll add this option to RichViewActions in the next update.
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Included in RichViewAction 6.5 (available for registered users), the event is called OnInserting
Post Reply