Fix 4-bit 16 color palette

This commit is contained in:
Milan Nikolic
2026-06-23 04:39:03 +02:00
parent 59bc2b7a1e
commit 09630243fb
4 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -87,7 +87,7 @@ type Converter struct {
Workdir string
// Number of files
Nfiles int
// Index of current file
// Index of the current file
CurrFile int
// Number of contents in archive/document
Ncontents int
@@ -486,7 +486,7 @@ func (c *Converter) Preview(fileName string, fileInfo os.FileInfo, width, height
return img, nil
}
// Convert converts comic book.
// Convert converts a comic book.
func (c *Converter) Convert(fileName string, fileInfo os.FileInfo) error {
c.CurrFile++