Pergunta

I am working in asp.net webapi. I have 30 to 40 images in my resource folder. Is there anyway I could compress my images programatically instead of manually, resizing the images in resources?

Foi útil?

Solução

If you're talking about resizing images, there are plenty of tutorials on the Internet, and a good answer on SO:

ASP.NET Image uploading with Resizing

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top