converter script cannot be configured
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user