converter script cannot be configured

master
Marc Wäckerlin 6 years ago
parent 42ecd4f8e6
commit 727f77ebd5
  1. 8
      README.md
  2. BIN
      examples/example.pdf
  3. 2
      inline-images.sty
  4. BIN
      screenshots/example.jpg

@ -16,14 +16,6 @@ This creates a file `<filename>.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 <filename>.img.base64 > <filename>.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
=======

Binary file not shown.

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Loading…
Cancel
Save