linux - Is it possible to fix PNG files corrupted by ASCII conversion? -
linux - Is it possible to fix PNG files corrupted by ASCII conversion? -
i've accidentally downloaded png images ascii files. original files deleted have downloaded files. possible prepare png files corrupted ascii conversion?
it depends. kind of convertion done? ( \r\n -> \n
? or reverse?). if image small, there probability of successful recovery blindly doing reverse convertion. see eg fixgz. otherwise should seek alternatives, can lot. fact png structured in fixed length chunk can help, take work.
linux png ascii file-conversion
Comments
Post a Comment