EvgenNoskov / Elfinder.NET

ASP.NET MVC connector for elfinder 2.x version http://elfinder.org/
Other
13 stars 7 forks source link

Image operations Are having out of memory exception? #4

Open aloksharma1 opened 6 years ago

aloksharma1 commented 6 years ago

Hi,

i am trying to use elfinder in my project but all image related operations are throwing Out of memory exception, i traced the issue back using source code for the library and using rotate function, the problem is when i try to apply/save as on a image processing request (crop/rotate/resize) it creates a new empty file and tries to call GetImageDimension on length file, the command passinf through elfinder is mkfilebut i believe it should use duplicate file before trying crop or similar function to remove this error.

i also wish to contribute with the project, let me know how i can fix this problem. i have the code for archive/unarchive ready with me.

EvgenNoskov commented 6 years ago

Hi, Please create a pull request (just like #3 ) and I will merge your bugfixes and new features into this repository.