Github Repository: https://github.com/LeviFiction/PSP2SVG
Download Link: https://github.com/LeviFiction/PSP2SVG/ ... master.zip
Compatibility: 9 - 2022
Requirements: Place in Scripts-Trusted Folder
Description:
This script attempts to make up for a distinct lack of functionality in PSP. Exporting vectors to a common modern format. At the moment only the most basic elements are supported with hopes to add more functionality as time goes on. This script goes through the whole image and exports only Vector layers. Other layer types are ignored.
I've used this script to make icons for Android Apps and websites. I've tried it with various complex lists of objects and gradients but I haven't tested everything. So let me know if you experience any problems.
Supported Features:
- Paths
- Rectangles
- Ellipses
- Gradients
- Solid colors
- Basic Line Styles
- Layer Opacity
1 - Text and Symmetric Shapes are converted to Path objects.
2 - Line Styles don't support PSP end caps. (might be able to work around but not right now)
3 - Line Style stroke size and gaps don't match in SVG to how PSP displays them.
4 - Patterns and textures are not supported yet (textures probably won't be but patterns need to be embedded which makes files large)
5 - Layer Styles are not implemented
6 - Blend modes are not implemented
History
[*] 9-11-2022 - Fixed bug preventing export if fill or stroke were transparent.
