Directory macros/latex2e/contrib/graphicxpsd
README.md
graphicxpsd Package
LaTeX: Adobe Photoshop Data format (PSD) support for the graphicx package via PSD-to-PDF conversion
This package provides Adobe Photoshop Data format (PSD) support for the graphicx package using the sips (Darwin/macOS) or magick (ImageMagick) commands.
- Supported major drivers:
dvipdfmx,xetex,pdftex,luatex
Requirements
- A modern TeX Live environment (requires an up-to-date
expl3/l3kernel) - macOS (uses the pre-installed
sipscommand) or ImageMagick
Installation
Copy graphicxpsd.sty to your local TeX tree: $TEXMF/tex/latex/graphicxpsd/
Usage
Load the graphicxpsd package after loading the graphicx package.
~latex usepackage{graphicx} usepackagemagick,cache=true{graphicxpsd} % Example with caching enabled begin{document} includegraphics{example.psd} end{document} ~
License
This package is licensed under the terms of the MIT License.
Munehiro Yamamoto https://github.com/munepi
Download the contents of this package in one zip archive (727.2k).