You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/common.h and src/common.cc show that limitInputPixels is an int, but pixel counts can certainly exceed this (e.g. inputs for tile()) while still perhaps being worthy of some limiting, so ideally you could still set limits above 2^31 or 2^32.