Open lgrcia opened 1 year ago
version 3.1.0
When saving an image in which Image.epsf is an Image, the Image.epsf is not loaded
Image.epsf
Image
To load manually any Image in the Image.computed, like:
Image.computed
image = Image.load("...") image.epsf = Image(**image.epsf)
recursive function in Image.load
Image.load
When saving an image in which
Image.epsf
is anImage
, theImage.epsf
is not loadedTemporary solution
To load manually any Image in the
Image.computed
, like:Possible fix
recursive function in
Image.load