From 09560a5c61935826dc7597a89ae5ca0fe83b9e1c Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Fri, 17 Jan 2025 17:41:32 +1100 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a317393..cc68f58 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ file-jbig2pdf has only been tested on Linux. It requires [jbig2enc](https://gith **Important:** file-jbig2pdf requires *jbig2topdf.py* to have support for ‘standalone’ JBIG2 images, which was implemented in jbig2enc commit [bc9ec13](https://github.com/agl/jbig2enc/commit/bc9ec13d64657ff52dca79964acdc9ed1ff0ee30). At the time of writing (November 2024), this is available only in the git version of jbig2enc (e.g. Arch Linux [jbig2enc-git](https://aur.archlinux.org/packages/jbig2enc-git)). -Install *file-jbig2pdf.py* and *jbig2topdf_lossless.py* under *$HOME/.config/GIMP/3.0/plug-ins/file-jbig2pdf/* and ensure that *file-jbig2pdf.py* is executable. +Install *file-jbig2pdf.py* at *$HOME/.config/GIMP/3.0/plug-ins/file-jbig2pdf/file-jbig2pdf.py* and ensure that the file is executable. Set up your GIMP image as desired in the standard fashion for PDF export (one layer per page, bottom layer first) and under *File* → *Export As…*, expand *Select File Type (By Extension)* and select *Portable Document Format (JBIG2)*. @@ -19,6 +19,4 @@ Copyright © 2024 Lee Yingtong Li (RunasSudo) *file-jbig2pdf.py* loosely adapted from GIMP file-openraster.py – Copyright © 2009 by Jon Nordby \, licensed under the GPLv3\ In turn based on MyPaint source code by Martin Renold -*jbig2topdf_lossless.py* adapted from jbig2enc by Adam Langley - Copyright (C) 2006 Google Inc., licensed under Apache v2 - The file-jbig2pdf project is licensed under the GNU General Public License version 3 or later.