Hello friends I want to fill the page color with blue around the image of book but i could not do due to this image cover some extra white color around the book so how to fill color around the image. My MWE is
\PassOptionsToPackage{svgnames,x11names}{xcolor}
\documentclass[tikz,margin=5pt]{standalone}
\usetikzlibrary{decorations.text} % decorations.text for the text along path feature
\usepackage{phaistos,calligra}
\begin{document}
\pagecolor{green}
\fontfamily{pzd}\selectfont
\begin{tikzpicture}
\pagecolor{blue}
\node (-0.15,-5.7) {\includegraphics[scale=0.3]{book.jpg}};
\end{tikzpicture}
\end{document}





convertfrom ImageMagick can do the trick: https://stackoverflow.com/questions/9155377/set-transparent-background-using-imagemagick-and-commandline-prompt – CarLaTeX Dec 03 '17 at 17:14decodearrayfeature in thegraphicxpackage, or that might also have been used to remedy the problem. – Steven B. Segletes Dec 04 '17 at 12:42