Copy link to clipboard
Copied
One of my client has lost the source file (cptx) but he still have HTML5 folder. I wanted to extract all the resources (images + voice over) but I have noticed that all the images in HTML5 are in json , Now I'm looking for a way to turn them to PNG, I'm asking for help to do this convertion.
I have found the easiest way to retrieve the images. I have used chrome browser and navigate to DevTool>Network>Images.
Copy link to clipboard
Copied
Don't know which one is best, but just googling delvered me tons of conversion tools:
Copy link to clipboard
Copied
Thanks for your quick response, I have tried that already. If you will open the .json file you will notice that those images can't be converted without parser because more than one image is referenced in a single json file.
Copy link to clipboard
Copied
I'm sorry, hope someone else has a better idea.
The audio files will be compressed to mp3 as well in the output file subfolder ar.
Copy link to clipboard
Copied
Sure, I have managed to get all the audio files. The issue is how to get the images.
Copy link to clipboard
Copied
I have found the easiest way to retrieve the images. I have used chrome browser and navigate to DevTool>Network>Images.
Copy link to clipboard
Copied
Great idea, thanks for posting this!