Storing images in file system and returning URLs or virtually resizing and returning byte arrays?
- by ismaelf
I need to create a REST web service to manage user submitted images and displaying them all in a website. There are multiple websites that are going to use this service to manage and display images. The requirements are to have 5 pre-defined image sizes available.
The 2 options I see are the following:
The web service will create the 5 images,…