Download Link: https://drive.google.com/file/d/1YLeTvr ... sp=sharing
Compatability: X6 - 2018 (, 2018)
Requirements: Place in Scripts-Trusted Folder
Description:
So, the WebP format supports Animated Frames. However, PSP does not support loading these kinds of images.
This script makes use of some command line tools provided by Google to convert the frames of an animated webP image into individual PNG images and then load each frame as a layer onto an existing image.
Installation Instructions:
1) First you need to download the libwebp library of programs - https://developers.google.com/speed/webp/download
2) Unzip the folder somewhere you will remember
3) Make note of the path to the bin folder inside the libwebp folder e.g. c:\\libwebp\\bin\\
4) Install Script into the Scripts-Trusted folder of your installation
5) Open the script in a text editor like Notepad or Notepad++. Look for the line that says
Code: Select all
################################################################
# Set Directory of libwebp tools
################################################################
wd = "C:\\Users\\<YourUsername>\\<Folder>\\libwebp\\bin\\"
6) Run the script
I usually include a video to go with this for more visual learners. But I'm exhausted and my mobile hotspot is running out of data. So maybe later.
