Pillow icon indicating copy to clipboard operation
Pillow copied to clipboard

Treat IFDRational with zero denominator using math.inf

Open epou opened this issue 7 months ago • 0 comments

Fixes https://github.com/python-pillow/Pillow/issues/8965. Alternative to https://github.com/python-pillow/Pillow/pull/8970 and https://github.com/python-pillow/Pillow/pull/8966

Changes proposed in this pull request:

  • Override __float__ method in IFDRational
  • Make IFDRational behave more like a float when the denominator.

epou avatar May 26 '25 07:05 epou