Goal:
I have lots of pictures in many sizes (both dimensions and file size)
I'd like to convert these files twice:
- thumbnail-size pictures
- pictures that will look OK on a web page and will be as close to a full screen as possible... and keeping the file size under 500KB.
HTML Questions:
A. What is the best file format to use (jpg, png or other) ?
B. What is the best configuration for web ... as small as possible file size with reasonable quality
C# Questions
A Is there a qulity way to achieve this conversion with C# code (if yes how)?