diff --git a/README.md b/README.md index 02862fb..cb1046f 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,6 @@ This creates a file `.base64` containning a copy of the raw image dat **Note:** It is desiged for Unix systems and it requires the command line tool `base64` installed. Compilation calls `base64 -d .img.base64 > .img`. -Configuration -============= - -If you need an other command to decode base64 encoding, redefine the command `\imageencoder`: - - \newcommand{\imageencoder}[1]{base64 -d #1.img.base64 > #1.img} - - Example ======= diff --git a/examples/example.pdf b/examples/example.pdf index 74d37a6..f8f48fa 100644 Binary files a/examples/example.pdf and b/examples/example.pdf differ diff --git a/inline-images.sty b/inline-images.sty index b4339d0..8268df9 100644 --- a/inline-images.sty +++ b/inline-images.sty @@ -5,8 +5,6 @@ \RequirePackage{graphicx} -\newcommand{\imageencoder}[1]{base64 -d #1.img.base64 > #1.img} - \newcommand{\inlineimg}[2]{ \newwrite\tempfile \immediate\openout\tempfile=#1.base64 diff --git a/screenshots/example.jpg b/screenshots/example.jpg index 2636e3a..b8d0f77 100644 Binary files a/screenshots/example.jpg and b/screenshots/example.jpg differ