I have seen that some issues related to ImageProcessor or ImageSharp has been fixed for the RC2 and I was hopping what these will fix my issue as well, but they didn't.
I am trying to get a crop image.
I have tried with width and height as parameters and with crop alias.
I have also tried it with the media picker 2 and 3.
It turns out after the U9 RC002 the crop URL works fine. The issue I had was a setting I had add in the startup.cs, the "app.UseStaticFiles()" . The image processor doesn't work with that!
GetCropUrl Not Working - U9
Hello,
I have seen that some issues related to ImageProcessor or ImageSharp has been fixed for the RC2 and I was hopping what these will fix my issue as well, but they didn't.
I am trying to get a crop image.
I have tried with width and height as parameters and with crop alias. I have also tried it with the media picker 2 and 3.
here is some code I used to test it
and that's the result (I have zoomed out to fit all the images in the screen)
Any help would be much appreciated!!!
Thanks, Thomas
It turns out after the U9 RC002 the crop URL works fine. The issue I had was a setting I had add in the startup.cs, the "app.UseStaticFiles()" . The image processor doesn't work with that!
Thanks Thomas. That really helped me out.
is working on a reply...