rsrcdump
rsrcdump copied to clipboard
Fix reported mypy issues
In this pull request, we fix type issues as reported by mypy.
Thank you for these fixes!
There seems to be an issue somewhere in the PR that prevents PICT resources from being converted. For example, Nanosaur 1's Application.rsrc has 3 PICT resources (128, 129, 130). On the master branch, rsrcdump -x Application.rsrc can convert these to PNG files, but this doesn't work anymore. Could you please look into it?
(Sorry for the inconvenience – I really ought to write a proper test suite for this tool.)