I’m taking images from the camera or the camera roll and I’m saving them to core data using an ImageToDataTransformer class. I need to use these saved images in two different places in my app: 250×250 imageview and 50×50 imageview.
First, should I use png format for both imageviews?
Second, can I compress the image before I save it to core data, and what’s the best way?
Third, should I save two different images, one for the big image and another for the thumbnail in a different view?
1 Answer