Skip to content

Commit

Permalink
use 'tiles' instead of 'images'
Browse files Browse the repository at this point in the history
The name tile is more specific as it implies that it's part of a grid
  • Loading branch information
dukesook committed May 31, 2024
1 parent e35c599 commit 1392198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/context.h
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ class HeifContext : public ErrorBuffer
enum heif_image_input_class input_class,
std::shared_ptr<Image>& out_image);

Error encode_grid(const std::vector<std::shared_ptr<HeifPixelImage>>& images,
Error encode_grid(const std::vector<std::shared_ptr<HeifPixelImage>>& tiles,
uint16_t rows,
uint16_t columns,
struct heif_encoder* encoder,
Expand Down

0 comments on commit 1392198

Please sign in to comment.