Change the resolution of an image file

Last post 07-25-2012, 8:13 AM by Kenneth. 5 replies.
Sort Posts: Previous Next
  •  07-16-2012, 11:09 AM 74145

    Change the resolution of an image file

    Can I change the resolution of an image file uploading it (in Cute Editor 6.6 free version)?
    For example, from 2000x1500 to 800x600.
    Thanks.
     
  •  07-16-2012, 1:29 PM 74147 in reply to 74145

    Re: Change the resolution of an image file

    Armand66,
     
    You can use the thumbnail button or image editor inside the insert image dialog.
     
     You can also use the 'Automatic Image Resize' function.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  07-19-2012, 2:23 AM 74169 in reply to 74147

    Re: Change the resolution of an image file

    The order
    Editor1.Setting("security:AutoResizeUploadedImages")= "true"
    does not works.
    How can I change the option "Automatic Auto Resize" (on or off) in CuteEditor by VB Code?
    Thanks.
     
  •  07-19-2012, 7:07 AM 74172 in reply to 74169

    Re: Change the resolution of an image file

    Hi Armand66,
     
    Please try the example below
     
    1. <%@ Page Language="VB" %>  
    2.   
    3. <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>  
    4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    5.   
    6. <script runat="server">  
    7.     Protected Sub Page_Load(ByVal sender As ObjectByVal e As System.EventArgs)  
    8.         editor1.Setting("security:AutoResizeUploadedImages") = "false"  
    9.     End Sub  
    10. </script>  
    11.   
    12. <html xmlns="http://www.w3.org/1999/xhtml">  
    13. <head runat="server">  
    14.     <title>example</title>  
    15. </head>  
    16. <body>  
    17.     <form id="form1" runat="server">  
    18.         <div>  
    19.             <CE:Editor ID="editor1" runat="server">  
    20.             </CE:Editor>  
    21.         </div>  
    22.     </form>  
    23. </body>  
    24. </html>  
    Regards,
     
    Ken 
  •  07-24-2012, 11:06 PM 74236 in reply to 74172

    Re: Change the resolution of an image file

    Is it posible that if the version of Cute Editor is free now in my computer, the option "AutoResizeUploadedImages" does not work?
    Thanks.
     
  •  07-25-2012, 8:13 AM 74241 in reply to 74236

    Re: Change the resolution of an image file

    Hi Armand66,
     
    The trial version had the full functions. This is not the license problem. Did you try the page code I sent? Same problem?
     
    Regards,
     
    Ken 
View as RSS news feed in XML