Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyvips/vimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -1673,8 +1673,8 @@ def atan2(self, other):
def get_n_pages(self):
"""Get the number of pages in an image file, or 1.

This is the number of pages in the file the image was loaded from, not
the number of pages in the image.
This is the number of pages in the image file, not the number of pages
that have been loaded into image.

To get the number of pages in an image, divide the image height by
the page height.
Expand Down