Hello,
I am finding some difficulties to deal with vector files in PSP. I would appreciate some help to understand:
a) When reading=> I saved several .SVG files from Inkscape software and PSP isn’t able to open the files (I could open them through GIMP). The “SVG import” dialog box opens in PSP, but when I click in “ok” a message mentions “this is not a valid SVG file”. What could be happening? What is the better/compatible vector file format that PSP is able to handle?
b) When writing=> I created a vector logo with text and drop shadow in layer style. I would like to send it to other people that don’t have PSP. So, is there any vector file format which PSP is able to write/save? I tried to save it in .WMF and .EMF, but the output isn’t good (the definition isn’t good, the shadow doesn’t appear, when I insert the logo in Word the text character changed to japonese character).
Thanks in advance,
Cadu
Vector file formats in PSP
Moderator: Kathy_9
-
LindaSue
- Posts: 515
- Joined: Tue May 24, 2011 1:40 pm
- System_Drive: C
- 32bit or 64bit: 32 Bit
- motherboard: Gigabyte
- processor: 2.71GHz AMD Athlon II X2 215 processor
- ram: 3 GB
- Video Card: ATI Radeon HD 4350
- sound_card: Realtek AC97 Audio [onboard]
- Hard_Drive_Capacity: 1320 GB
- Monitor/Display Make & Model: Asus MX279 HDMI 27-inch
- Corel programs: Paint Shop Pro X2, X4, X6
Re: Vector file formats in PSP
I found this in Inkscape's FAQ:
Are Inkscape's SVG documents valid SVG?
Yes. Inkscape does not yet support all features of SVG, but all files it generates are valid SVG (with the partial and temporary exception of flowed text, see below). All standard-conformant SVG renderers show them the same as in Inkscape. If they do not, it's a bug. If this bug is in Inkscape, we will fix it (especially if you help us by reporting it!).
Using Paint Shop Pro versions 5, 6, 7, 8, 9, 12, 14, 16
-
LeviFiction
- Advisor
- Posts: 6831
- Joined: Thu Oct 02, 2008 1:07 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: Alienware M17xR4
- processor: Intel Core i7-3630QM CPU - 2_40GH
- ram: 6 GB
- Video Card: NVIDIA GeForce GTX 660M
- sound_card: Sound Blaster Recon3Di
- Hard_Drive_Capacity: 500GB
- Corel programs: PSP: 8-2023
- Location: USA
Re: Vector file formats in PSP
a) Emf and Wmf are PSP's best supported vector file formats outside of it's own PSPImage format. It's support for SVG is very limited, I don't know what the requirements are but even if it does open the SVG (and I suspect they are using a much older SVG standard than Inkscape does) it barely renders it out as a raster image. So you have two potential areas of problems:
1)Inkscape has Inkscape SVG and regular SVG - PSP would probably only be familiar with the normal SVG
2)SVG supports features that PSP doesn't and might get confused on so if the SVG is saved out in a version or with features PSP doesn't recognize it's going to balk at it.
b) Again WMF and EMF are the best. But they don't support drop-shadow layer styles. Or any PSP layer styles for that matter. The big problem is that PSP is not a vector program it's a graphics program with vector options. Any functionality that is non-vector functionality won't be saved with vectors. Even if WMF and EMF had functionality to fake a drop-shadow PSP isn't going to calculate that conversion based on set layer styles.
1)Inkscape has Inkscape SVG and regular SVG - PSP would probably only be familiar with the normal SVG
2)SVG supports features that PSP doesn't and might get confused on so if the SVG is saved out in a version or with features PSP doesn't recognize it's going to balk at it.
b) Again WMF and EMF are the best. But they don't support drop-shadow layer styles. Or any PSP layer styles for that matter. The big problem is that PSP is not a vector program it's a graphics program with vector options. Any functionality that is non-vector functionality won't be saved with vectors. Even if WMF and EMF had functionality to fake a drop-shadow PSP isn't going to calculate that conversion based on set layer styles.
https://levifiction.wordpress.com/
Re: Vector file formats in PSP
Thanks everybody for information!
