Skip to content

Commit

Permalink
BINDINGS/C++: Update comment on bytes_per_line_auto()
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Nov 1, 2023
1 parent 93c6fee commit b11a20a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bindings/sail-c++/image.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ class SAIL_EXPORT image
* Returns the bytes per line.
*
* LOAD: Set by SAIL to a positive length of a row of pixels in bytes.
* SAVE: Must be set by a caller to a positive number of bytes per line. A caller could set
* it with bytes_per_line_auto() if scan lines are not padded to a certain boundary.
* SAVE: Must be set by a caller to a positive number of bytes per line.
*/
unsigned bytes_per_line() const;

Expand Down

0 comments on commit b11a20a

Please sign in to comment.