Graphics, Figures & TablesAspect Ratio of included Graphics File changes

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
vita001
Posts: 17
Joined: Sun Mar 20, 2011 1:04 am

Aspect Ratio of included Graphics File changes

Post by vita001 »

Hi,

the image is 640x640 (the image file is attached.), and it contains a circle. But when I insert the figure using the following code, the circle looks like an elongated ellipse.

Code: Select all

\documentclass[12pt]{report}
\usepackage{graphics}
\usepackage{graphicx}

\begin{document}
  \includegraphics[scale=0.3]{pics/Msnowflake8000.jpg}
\end{document}
What causes this problem? any way to fix it?
Attachments
Msnowflake8000.jpg
Msnowflake8000.jpg (13.14 KiB) Viewed 6636 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Aspect Ratio of included Graphics File changes

Post by Stefan Kottwitz »

Hi,

welcome to the board!

My output of your code with this picture is:
circle.png
circle.png (15.41 KiB) Viewed 6623 times
How is your output?

Btw. remove this line

Code: Select all

\usepackage{graphics}
since loading graphicx is sufficient.

Stefan
LaTeX.org admin
Frits
Posts: 169
Joined: Wed Feb 02, 2011 6:02 pm

Re: Aspect Ratio of included Graphics File changes

Post by Frits »

I tried the provided code and nothing happens to the aspect ratio of the figure; I see the circle, just scaled down.
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
vita001
Posts: 17
Joined: Sun Mar 20, 2011 1:04 am

Re: Aspect Ratio of included Graphics File changes

Post by vita001 »

Thank you for the quick reply.
It turns out that it's not a problem of latex. I connected my macbook to a wide screen monitor and the aspect ratio is changed for some reason.
Post Reply