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
For packages like ImageIO where we are emitting Arrays, there should be an option for TiffImages to load the file in a simplified and compatible way, i.e. only the largest slice in a pyramidal image, etc. This would insulate users of those packages from TiffImages types and complexity.
This would be more efficient/more general than doing the conversion post-hoc.
For packages like
ImageIO
where we are emittingArray
s, there should be an option forTiffImages
to load the file in a simplified and compatible way, i.e. only the largest slice in a pyramidal image, etc. This would insulate users of those packages fromTiffImages
types and complexity.This would be more efficient/more general than doing the conversion post-hoc.
Originally posted by @tlnagy in JuliaIO/ImageIO.jl#25 (comment)
The text was updated successfully, but these errors were encountered: