Skip to content

Commit

Permalink
Note that -r ignores -i
Browse files Browse the repository at this point in the history
  • Loading branch information
ISSOtm committed Sep 3, 2024
1 parent b38fddd commit ea1ddbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions man/rgbgfx.1
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ may not generate an identical palette set for this image as for its input tilese
See
.Sx EXAMPLES
for examples of how to use this option.
.Pp
This option is ignored in
.Sx REVERSE MODE .
.It Fl L Ar slice , Fl \-slice Ar slice
Only process a given rectangle of the image.
This is useful for example if the input image is a sheet of some sort, and you want to convert each cel individually.
Expand Down
4 changes: 0 additions & 4 deletions src/gfx/reverse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ void reverse() {
);
}

if (!options.inputTileset.empty()) {
// TODO: check that the tile data is contained within the tileset
}

// By default, assume tiles are not deduplicated, and add the (allegedly) trimmed tiles
size_t const nbTiles = tiles.size() / tileSize;
options.verbosePrint(Options::VERB_INTERM, "Read %zu tiles.\n", nbTiles);
Expand Down

0 comments on commit ea1ddbe

Please sign in to comment.