imageprocessor Questions

5

Solved

I'm attempting to figure out an issue that has been raised with my ImageProcessor library here where I am getting intermittent file access errors when adding items to the cache. System.IO.IOExce...
Stairwell asked 30/6, 2015 at 12:20

5

Solved

What's the best way to read EXIF info of a picture in Asp.Net Core. I am using ImageProcessorCore alpha from myget to rotate pictures but i haven't found a way to read exif data is there a in libra...
Stop asked 21/7, 2016 at 13:29

1

I am using ImageProcessor to process images in my website. I have this resize function: public Image ResizePhoto6version(Image img, int width, int height) { using (var ms = new MemoryStream())...
Bonehead asked 11/7, 2018 at 8:40

3

Solved

I have written the following resizing algorithm which can correctly scale an image up or down. It's far too slow though due to the inner iteration through the array of weights on each loop. I'm f...
Weiss asked 14/1, 2016 at 4:22

1

Solved

I have an ASP.NET MVC 5 web application which runs locally on IIS 8.5 and after deployment, on Azure Websites - on both cases, the behavior that will be later described is the same. I configured i...
Infirm asked 6/5, 2015 at 11:28
1

© 2022 - 2024 — McMap. All rights reserved.