Find answers from the community

Updated 3 months ago

Encode

when we load an image using SimpleDirectoryReader , does it encode the image? if so, what encoding type does it use?

img = SimpleDirectoryReader("/content/drive/images").load_data()
L
1 comment
It's encoded into bytes

Unless you meant png/jpeg/etc, it's kept the same as whatever the file originally was I think
Add a reply
Sign up and join the conversation on Discord