04-13-2016, 08:38 AM
Here's a tiny QuickBMS script that will basically copy the files minus that extra stuff:
Should work with any file since that extra junk seems to be the same size for all of them.
Code:
# Doctor Who: Legacy .png format
#
# Written by puggsoy
# script for QuickBMS http://quickbms.aluigi.org
get SIZE asize
math SIZE -= 0x19
get NAME filename
log NAME 0x19 SIZE
Should work with any file since that extra junk seems to be the same size for all of them.