scribblemaniac

Results 157 comments of scribblemaniac

I have not taken the time to review the code or functionality of this, just the discussion here. I want to say that I think the idea of doing a...

> Sorry, I don't quite get it. Could you explain more about the corrupted project? What could be inconsistent if the auto save does save all the changed frames? You've...

> However, modifications may not come only from users. One example is BitmapImage::autoCrop(). It could potentially modify the image at any time. Well those operations can go through the statemanager...

I attempted to implement this but came upon a big roadblock. Gifs have two main ways of displaying a new frame: clear the image and then display the new frame,...

@Jose-Moreno Still haven't submitted it. Will try again soon hopefully.

It's more complicated than that as not all releases will be able to use 4.2+ (namely the legacy versions). So the ffmpeg version will have to be detected and the...

~~Based on the changes in this PR, it seems like numtiles would just be equal to `math.ceil(original.shape[0] / s) * math.ceil(original.shape[1] / s)`, which would be faster and cleaner than...

@Zikoel I just resolved the conflict but you'll probably have to pull my branch if you want to use the feature. This change would have been merged long ago if...

I see. Well there are few other conclusions one can draw when their PR sits open for over a year with absolutely no feedback. It would be useful to know...

Maybe there should be a "library" section in the readme to help find these.