I would like to load images from disk and add them to core data. I have an attribute set as transformable
.
I would like to get directions on how I should read the images and then add them to the entity. Later I would like to show the image in an image well using bindings.
Should I read the files as NSData?
Sidenote,
I also have the base64 data for the images in a JSON. Is it better to read and add the base64 to core data? When I tested reading and adding the base64 code I got the impression that it's a slow