briandonahue / FluxJpeg.Core

Clone of fjcore library that seems to be stagant on google code
http://code.google.com/p/fjcore/
20 stars 10 forks source link

GC-9: ProgressChanged event never fires on ImageResizer? #15

Closed anders9ustafsson closed 8 years ago

anders9ustafsson commented 8 years ago

From @GoogleCodeExporter on January 20, 2016 12:59

What steps will reproduce the problem?
1. instantiate an ImageResizer
2. attach a handler to the resizer's ProgressChanged event
3. Resize an image

What is the expected output? What do you see instead?
Expected progress updates via the event, but it was never thrown.

Please provide any additional information below.
Looking at the ImageResizer source, it seems like the ResizeProgressChanged
handler event is never attached/thrown, so it would never report progress.
Is this something that may come in future versions?

Original issue reported on code.google.com by brian%pi...@gtempaccount.com on 10 Aug 2009 at 9:28

Copied from original issue: #9

anders9ustafsson commented 8 years ago

From @GoogleCodeExporter on January 20, 2016 12:59

FYI, this was an easy fix as well.  The ImageResizer's "ResizeProgressChanged" 
Event
Handler was never being attached to the resizeFilter.ProgressChanged event.

Original comment by brian%pi...@gtempaccount.com on 13 Aug 2009 at 4:02

anders9ustafsson commented 8 years ago

Has been resolved in 0.7.0.