Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6471487
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:13:46+00:00 2026-05-25T06:13:46+00:00

I implemented a zoom-in and out function, but every time I zoom, I clear

  • 0

I implemented a zoom-in and out function, but every time I zoom, I clear the whole canvas, scale and translate it, and then redraw everything again.
the problem, is that redrawing takes a long time (I have a lot of objects on the canvas).

is there a way I can just copy the whole scene, scale and translate the canvas, and then just paste
it without ltoosing quality all?

thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T06:13:47+00:00Added an answer on May 25, 2026 at 6:13 am

    yes. You can copy the canvas using drawImage to a temp image and then redraw later. This thing I’m working on has a resize function. Have a look:

    http://mtcanvas.com/mem/pencilman/

    just for ref this is the main part:

        function resizeCanvas(){
    
          cWidth = widthInput.val();
          cHeight = heightInput.val();
    
          jtmp.width = cWidth;
          jtmp.height = cHeight;
          clear(ctmp);
          ctmp.drawImage(jc, 0, 0);
    
    
          frame.css({width : cWidth});
          canvas.attr({width : cWidth, height : cHeight});
          clear(c);
          c.drawImage(jtmp, 0, 0);
          win.trigger("resize");
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I implemented OpenID support for an ASP.Net 2.0 web application and everything seems to
Having implemented CLogClass to make decent logging I also defined macro, but it works
i wrote a code to zoom in, and zoom out an image using smartGWT.
Is it possible to scale (or zoom) a QTextEdit area? I believe I read
I have implemented the Google map successfully. But one more thing has left to
We had previously implemented tapping to zoom and now we've decided to use icons
Here I am again worrying about how to Zoom in and out a QGraphicsPixmapItem
I have successfully implemented the mandelbrot set as described in the wikipedia article, but
I am trying to implement multi touch zoom in and zoom out functionality to
I successfully implemented a pinch a zoom of a view. However, the view doesn't

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.