Debabrata Mandal

Results 24 comments of Debabrata Mandal

> I suggest to stick to TIFF as reference implementation for this issue. @mloskot If I guess correctly , I think this would address the issue above , but while...

@mloskot So, I tried debugging as you had instructed; these are my observations Read from a image generated from external source(matlab imwrite) ([al_255.png](https://user-images.githubusercontent.com/32168969/75980183-fb13a580-5f07-11ea-8acf-7cfc367e0c1c.png) , it is a 20x20 white(all pixels(16...

Yeah, no problem @mloskot . Anyways I would be a little busy these days preparing my GSoC proposal and delaying working on this issue is better for me. Thanks.

Yes sure @Wikunia. ``` using Javis function ground(args...) background("white") # canvas background sethue("black") # pen color end myvideo = Video(500, 500; dev_mode=true) Background(1:70, ground) red_ball = Object(1:70, (args...)->object(O, "red"), Point(100,0))...

`:latest` is to signify to re-compute/draw only the frames which are thought to be different. If not specified, it should work just like it was doing before. I tried it...

Will try that @Sov-trotter, thanks for the suggestion 😃

@Wikunia I tried the approach of storing the frames in memory. In a crude way, there is a performance speed up of 25% when I try with examples generating 300...

@Wikunia @TheCedarPrince Can I work on this issue?

@Wikunia @TheCedarPrince Can I work on this issue?

Sure, will do that. Thanks!