This is a migrated thread and some comments may be shown as answers.

Automatically resize image

3 Answers 177 Views
ImageEditor
This is a migrated thread and some comments may be shown as answers.
Wired_Nerve
Top achievements
Rank 2
Wired_Nerve asked on 07 May 2015, 09:27 PM

When the user selects an image and the image editor displays it, I need the editor to automatically re-size the image from what ever default size it was on the users computer to a width of 400 and height of 100.

 

I tried the following and it did not work...  Any suggestions?

//<![CDATA[
 
    function RadImageEditor1_ImageLoad(sender,args)
    {
        setTimeout(function () {sender.resizeImage(50, 50, true);}, 300);
    }
//]]>

3 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 08 May 2015, 01:30 PM
Hi Warren,

Please, review the following forum thread providing detailed information on how to achieve the desired dynamic resizing functionality: EditableImage resize and let me know whether any further assistance will be needed.

Regards,
Vessy
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
lee
Top achievements
Rank 1
answered on 17 Sep 2015, 12:56 PM
How about resizing images with the help of some 3rd party toolkts? Any suggestion will be appreciated. Thanks in advance.
0
Vessy
Telerik team
answered on 17 Sep 2015, 04:24 PM
Hi lee,

Unfortunately we are not acquainted of the way the pqStan libraries work, neither the ImageEditor has been tested with them. This is why I would advice that you contact the http://www.pqscan.com support services as they will be more competent in the way their product works and how to use it.

Regards,
Vessy
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ImageEditor
Asked by
Wired_Nerve
Top achievements
Rank 2
Answers by
Vessy
Telerik team
lee
Top achievements
Rank 1
Share this question
or