what are the best practices to process images in enterptices web applications.
I mean
- storing
- assign with entity
- fast loading/caching
- delayed / ajax loading
- suitable format (png, jpeg)
- on fly editing (resizing, compress)
- free libs/helpers
- image watermarking/copyrighting on fly
Especially, appreciated already production approaches!
I use ImageMagickObject in my mvc projects. It can:
fast loading/caching: may be memcached?
delayed / ajax loading: jquery is a good solution
assign with entity: Entity Framework can work with almost all databases
storing: hard question. all depend to the functionality