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 7006089
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:25:58+00:00 2026-05-27T21:25:58+00:00

Same question as last time but I will provide more detail. I am currently

  • 0

Same question as last time but I will provide more detail.
I am currently rotating images using:

 int rotateNum //in main class

 double rotationRequired = Math.toRadians(rotateNum);

    double locationX = img.getWidth(this) / 2;
    double locationY = img.getHeight(this) / 2;
    AffineTransform tx = AffineTransform.getRotateInstance(rotationRequired, locationX, locationY);
    AffineTransformOp op = new AffineTransformOp(tx, AffineTransformOp.TYPE_BILINEAR);


    g2d.drawImage(op.filter((BufferedImage)img, null), imgX, imgY, null);

And then I am actually rotating the image using:

double deltaX = (double)(imgY - otherImg.imgY);
double deltaY = (double)(imgX - otherImg.imgX);
rotateNum = (int)(180 * Math.atan2(deltaY, deltaX) / Math.PI);

My images vary in size. The smaller images don’t get cut off (meaning cut off with white space) but the larger ones do, on the left or right side. Resizing the images doesn’t work, and I clipped out the white rectangle around the image using the
GIMP.

Example Images:
Before(ignore the grey area to the left)

After:
See the cutoff at the side

  • 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-27T21:25:59+00:00Added an answer on May 27, 2026 at 9:25 pm

    I imagine that it’s not the size of the image that matters but rather its eccentricity: images that are more square-like have less of a problem then images that are either more fat or more thin.

    I think that your problem is that your center of rotation shouldn’t be [width / 2, height / 2] — it’s not that simple. Instead think of the image residing in the left upper portion of a large square the length of the square’s side will be the image’s width or height, whichever is larger. This is what gets rotated whenever you rotate your image.

    For example, please see my reply here: https://stackoverflow.com/a/8720123/522444

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is the same question as this but I'm looking for a classic ASP
I have the same question as #1895500 , but with PostgreSQL not MySQL. How
I have asked the same question for some days on oracle forums, but no
http://jsbin.com/ilemoy/2/edit I've build some code but the animation runs at the same time. My
Same question , different langauge. How do you do it in Java? Do you
Same question for Windows Server 2003. Do I need to direct people to install
I saw this same question for VIM and it has been something that I
I had the same question as was asked in this thread , i.e. I
I've posted the same question here a few days ago( Java reading standard output
I have the same question problem as described here How to purge a cached

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.