Page 1 of 1

shrink a Image in TRichviewEdit

Posted: Mon Jun 27, 2016 7:16 am
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

Posted: Mon Jun 27, 2016 4:12 pm
by Sergey Tkachenko
Do you want to insert a modified image instead of stretched displaying?

Posted: Wed Jun 29, 2016 8:48 am
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?

Posted: Wed Jun 29, 2016 9:05 am
by Sergey Tkachenko
I'll add this option to RichViewActions in the next update.

Posted: Sun Jul 03, 2016 9:20 am
by Sergey Tkachenko
Included in RichViewAction 6.5 (available for registered users), the event is called OnInserting