Graphics, Figures & Tables ⇒ Embed Image
Embed Image
\begin{figure}[H]
\centering
\includegraphics[width=3in,height=3in]{sceneRM.png}
\caption{Figure 4-6 Re-watermarking scenario}
\label{re-wm}
\end{figure}
Problem:
In \includegraphics I have to give width and height of image. This makes the image appearance so bad somewhat enlarged image or blurred images.
what should i do? should i use some other mechanism in which there is no resizing required?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Embed Image
Due to the relation between postscript point (or big point) and pixel you will need a certain scale in every case to make the image appear properly.sabahmed wrote:[…] should i use some other mechanism in which there is no resizing required?
Code: Select all
\includegraphics[scale=0.75]{sceneRM}
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Embed Image
Thanks a lot for ur kind helplocalghost wrote:Due to the relation between postscript point (or big point) and pixel you will need a certain scale in every case to make the image appear properly.sabahmed wrote:[…] should i use some other mechanism in which there is no resizing required?And by the way, it would be very kind if you use the code button when posting code. It just keeps your post clear and legible.Code: Select all
\includegraphics[scale=0.75]{sceneRM}
Thorsten
my prb solved
