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
To create mupdf.FzDefaultColorspaces with m_internal=null, need to
do mupdf.FzDefaultColorspaces(None). [FzDefaultColorspaces() uses
fz_new_default_colorspaces().]
To create mupdf.FzImage with m_internal=null, need to do `FzImage()`
[FzImage(0) will fail because ambiguous with single-arg constructors that takes
a buffer or a string.]
0 commit comments