Is there any possibility to convert an image file into TikZ/qTikZ code? May be I can give the image I want.
Not only this picture, I have to convert lot. Because if we are working with JPG files it is giving so large file when we are going for a book and all.
And if we are working with TikZ fils its easy to work with and its giving less memory file only.

jpgtosvg, then there is this post: http://tex.stackexchange.com/questions/60422/how-to-export-svg-to-tikz discussed convertingsvgtotikz. The result may not be too good though. – Francis Oct 12 '15 at 06:41\node {\includegraphics{image.jpg};but of course this does not "convert" the image in tikz code, only allows you to mix it with more tikz code. – JLDiaz Oct 13 '15 at 08:12