rmennes / tikzedt

Automatically exported from code.google.com/p/tikzedt
0 stars 0 forks source link

Loading jpeg images #63

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Is it possible to load jpeg images and trace the picture in tikz

What is the expected output? What do you see instead?

I want the jpeg image to be visible in tikzedt screen.

For compilation problems: What is the error pdflatex reports? You find the
latex output in the textbox at the bottom of the TikzEdt main window. (You
can switch between Status/Latex output/Error list.)

No output image

What operating system and Latex distribution (Miktex/Texlive) are you
using?

Please provide any additional information below.

Original issue reported on code.google.com by a.sivas...@gmail.com on 25 Apr 2014 at 5:08

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
\begin{tikzpicture}
    \node[anchor=south west,inner sep=0] at (0,0) {\includegraphics[width=3cm]{some_image.jpg}};
%    \draw[red,ultra thick,rounded corners] (7.5,5.3) rectangle (9.4,6.2);
\end{tikzpicture}

Original comment by a.sivas...@gmail.com on 25 Apr 2014 at 5:14

GoogleCodeExporter commented 8 years ago
Solution

http://tex.stackexchange.com/questions/173372/loading-external-jpeg-images-in-ti
kzedt

Original comment by a.sivas...@gmail.com on 9 May 2014 at 5:02