11-10-2015, 11:51 AM
An unsheeter would be far too difficult for me to reasonably hope to attempt. It would require image recognition (requires high-level math I don't even know anything about), figuring out different sheeting methods, sheet parameters, animations... yuck. For the time being, if you want to go back and edit a sheet in my program, start from scratch and be sure to save a .sheet file, since that contains all the data for the sheet for editing purposes -- which is why I made the .sheet file format in the first place.
As for animated .gif files, Qt doesn't have support for that as-is, which I find rather silly. Digging around through other libraries, I think I found one that I've used before that should work for doing that. It might take a little while, but it looks doable. I'll add it to the TODO list.
As for animated .gif files, Qt doesn't have support for that as-is, which I find rather silly. Digging around through other libraries, I think I found one that I've used before that should work for doing that. It might take a little while, but it looks doable. I'll add it to the TODO list.