hchapman / tikzedt

Automatically exported from code.google.com/p/tikzedt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loading jpeg images

GoogleCodeExporter opened this issue · comments

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

[deleted comment]
\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

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