Skip to content

Commit

Permalink
add TODO comment for tiles API
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Jul 19, 2024
1 parent 9c2b57b commit 3abe86f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libheif/api/libheif/heif.h
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,7 @@ struct heif_image_tiling
LIBHEIF_API
struct heif_image_tiling heif_image_handle_get_image_tiling(const struct heif_image_handle* handle);

// TODO: we may also need the valid area of the tile because it may be partly cut off at the image border
LIBHEIF_API
heif_item_id heif_image_handle_get_image_tile_id(const struct heif_image_handle* handle, uint32_t tile_x, uint32_t tile_y);

Expand Down

0 comments on commit 3abe86f

Please sign in to comment.