PicToPainting with Paint Shop pro 2019
Moderator: Kathy_9
Re: PicToPainting with Paint Shop pro 2019
LeviFiction,
This worked perfectly. Also, the Send and Close button was not visible, but your video on editing the screen took care of that problem.
I filed a ticket with Customer Support last August and after 6 weeks of exchanged emails, it still didn't work. So needless to say, I'm more than impressed with your fix.
Many thanks.
This worked perfectly. Also, the Send and Close button was not visible, but your video on editing the screen took care of that problem.
I filed a ticket with Customer Support last August and after 6 weeks of exchanged emails, it still didn't work. So needless to say, I'm more than impressed with your fix.
Many thanks.
-
CreativeCAT4ME
- Posts: 3
- Joined: Tue Jan 22, 2019 11:00 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- processor: Intel Core i5-5250U CPU 1.60 ghz 4 Core
- ram: 8 Gig
- Video Card: Intel HD Graphics 6000
- Hard_Drive_Capacity: 750 G
- Monitor/Display Make & Model: Leader Companion 504 Win 7 Professional Dec 17 New
- Corel programs: PSPX9Ultimate, PSP2019 Ultimate (problem
Re: PicToPainting with Paint Shop pro 2019
Actually have found a cheat solution. Get the effect you want but confirm never arrives so take a snip and save as jpg.
Did not think would run on mine as have 1 yr old Leader (Australian company) with Windows 7 Professionally installed.
Attachment is Slumber effect.
Did not think would run on mine as have 1 yr old Leader (Australian company) with Windows 7 Professionally installed.
Attachment is Slumber effect.
-
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: PicToPainting with Paint Shop pro 2019
What do you mean "Confirm never arrives"? Sounds like a separate problem from the others mentioned so far. Just so you know, the image that you see is actually saved to your harddrive so you could probably get a better result if you just imported that image instead of doing a screenshot.
However, because they do scale it down for the preview it still won't be as good as full sized.
Preview image is saved here: C:\Users\YourUserName\AppData\Local\Temp\PicToPainting\input\preview.png
However, because they do scale it down for the preview it still won't be as good as full sized.
Preview image is saved here: C:\Users\YourUserName\AppData\Local\Temp\PicToPainting\input\preview.png
https://levifiction.wordpress.com/
-
spitfrog
- Posts: 37
- Joined: Wed Aug 08, 2012 11:46 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: NZXT N7-490
- processor: Intel I5-10600K 6C 12T 4_8GHz
- ram: 32 Go DDR4
- Video Card: Radeon RX 6750 XT 12GB
- sound_card: AE-5 Plus
- Hard_Drive_Capacity: 6To
- Monitor/Display Make & Model: AOC Q3277 + Wacom Intuos 3 A4
- Corel programs: PaintShop
- Location: Beyond the Channel
- Contact:
Re: PicToPainting with Paint Shop pro 2019
Many thanks LeviFiction, your tweak about replacing tensorflow folder works perfectly 
-
JCBrown
- Posts: 68
- Joined: Tue Mar 10, 2015 7:42 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: 2A9C 1.0
- processor: 2.80 gigahertz Intel Core i7 860
- ram: 16GB
- Video Card: AMD Radeon HD 5700 Series
- sound_card: Realtek High Definition Audio
- Hard_Drive_Capacity: 15TB
- Monitor/Display Make & Model: HP 2710 [Monitor] (27.2"vis)
- Corel programs: PSP 2020U, PhotoMirage
- Location: Montreal
Re: PicToPainting with Paint Shop pro 2019
@LeviFiction,
Thank you, the Tensorflow folder update fixed the problem. Rhetorical question - why hasn't Corel fixed this?
Thank you, the Tensorflow folder update fixed the problem. Rhetorical question - why hasn't Corel fixed this?
John CB
PSP 2020 Ult
PSP 2020 Ult
-
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: PicToPainting with Paint Shop pro 2019
Unnecessary response to rhetorical question: *shrug* I dunno. xD
I can probably assume that they have a very good reason for using the version of tensorflow that they do. It does support newer cpu commands that older versions of tensorflow do not. And using this older version may get the plugin working but might have unforeseen drawbacks. It's hard to say really. The idea for going back to an older version of tensorflow came from stack-overflow questions that mentioned the same error LindaLB and iraisok reported. And that recommendation was to go back to version 1.6 not 1.5. We found out 1.5 worked for iraisok and not 1.6 by trying several versions of tensorflow with including the far newer 1.12. Only version 1.5 worked. No idea why.
Technically, if they didn't mind slowing things down, they could use tensorflow.js and avoid all of this nonsense. The software they use to present the UI is called Electron and it uses javascript (node.js) and HTML(chromium) to run the application. They would need to convert their trained models to the open format that tensorflow.js uses. But they wouldn't have to use separate compiled python programs to get the job done. Just do it all inside electron using javascript.
I can probably assume that they have a very good reason for using the version of tensorflow that they do. It does support newer cpu commands that older versions of tensorflow do not. And using this older version may get the plugin working but might have unforeseen drawbacks. It's hard to say really. The idea for going back to an older version of tensorflow came from stack-overflow questions that mentioned the same error LindaLB and iraisok reported. And that recommendation was to go back to version 1.6 not 1.5. We found out 1.5 worked for iraisok and not 1.6 by trying several versions of tensorflow with including the far newer 1.12. Only version 1.5 worked. No idea why.
Technically, if they didn't mind slowing things down, they could use tensorflow.js and avoid all of this nonsense. The software they use to present the UI is called Electron and it uses javascript (node.js) and HTML(chromium) to run the application. They would need to convert their trained models to the open format that tensorflow.js uses. But they wouldn't have to use separate compiled python programs to get the job done. Just do it all inside electron using javascript.
https://levifiction.wordpress.com/
-
lastshadow
- Posts: 1
- Joined: Wed Mar 06, 2019 1:12 am
- System_Drive: F
- 32bit or 64bit: 64 Bit
- processor: Intel Core i7 3.33 Ghz
- ram: 16 Gb
- Hard_Drive_Capacity: 12 Tb
- Monitor/Display Make & Model: Dell 27 inch
- Corel programs: PaintShopPro 2019
Re: PicToPainting with Paint Shop pro 2019
I upgraded to PSP 2019 today and downloaded the Pic2Pinting plugin. I'm having the same issue the others posted about - P2P hangs when sending to PSP or even trying to preview.
Any help?
Any help?
-
JoeB
- Posts: 2778
- Joined: Fri Mar 28, 2008 10:04 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: LENOVO 4524PE4 ThinkCentre M91p
- processor: 3.10 gigahertz Intel Quad Core i5-2400
- ram: 8 GB
- Hard_Drive_Capacity: 4.6 TB
- Corel programs: PSP 9, X7 to 2019, 32 & 64-bit
- Location: Canada
Re: PicToPainting with Paint Shop pro 2019
Have you tried the Tensorflow fix that is mentioned throughout this thread?lastshadow wrote:I upgraded to PSP 2019 today and downloaded the Pic2Pinting plugin. I'm having the same issue the others posted about - P2P hangs when sending to PSP or even trying to preview.
Any help?
Regards,
JoeB
Using PSP 2019 64bit
JoeB
Using PSP 2019 64bit
-
beaner2u
- Posts: 12
- Joined: Sun Sep 11, 2011 4:34 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: lenovo
- processor: I7 2600 3.4 GHz
- ram: 8 GB
- Video Card: NIVIDA
- sound_card: NIVIDA
- Hard_Drive_Capacity: 1TB
- Monitor/Display Make & Model: ACER S211HL LCD
- Location: OH
Re: PicToPainting with Paint Shop pro 2019
I am running Win 10, Corel PSP 2019, installed the PicToPaining, used the feature, liked the results, but there was no button to send the finnished shot to PSP. The window showed the three steps to transform a photo, but no send button.
Roger,
Roger,
- hartpaul
- Advisor
- Posts: 2893
- Joined: Tue Mar 20, 2012 3:38 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: ASUSTeK P7P55D STRIX B240F GAMING
- processor: IntelCore i7 7700 3.60 Ghz
- ram: 8 Gb
- Video Card: Nvidia GeForce GTX 1050
- sound_card: Nvidia High Definition Audio
- Hard_Drive_Capacity: 1000 Gb
- Monitor/Display Make & Model: AOC
- Corel programs: PSP8,X2 to X9,2018,2019,2020
- Location: Australia
Re: PicToPainting with Paint Shop pro 2019
Read through the whole of this thread and I think your problem is answered on teh page 2 about halfway down - use the Tab key to get to the hidden confirm and send. Or Levifiction has suggested a way of changing the interface to make it fit smaller screens.
Systems available Win7, Win 8.1,Win 10 Version 1607 Build 14393.2007 & version 20H2 Build 19042.867
-
josephlin
- Alludo
- Posts: 162
- Joined: Mon Jul 12, 2010 2:44 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: Intel Z490 chipset
- processor: Intel Core i9-10900K
- ram: 32GB
- Video Card: nVidia RTX 2070S
- sound_card: Realtek ALC892
- Hard_Drive_Capacity: SSD 1TB
- Monitor/Display Make & Model: Dell
Re: PicToPainting with Paint Shop pro 2019
Hello All,
To the user who still encountered the image loading issue on Pic-to-Painting program.
I'm glad to inform a new Pic-to-Painting version (v1.1) was updated on Welcome tab of PSP2019 now. Please uninstall existed Pic-to-Painting at first then go to download and install the new version. Here is the change of this version:
1. Increase the system compatibility support with the low-end machine. This change can get better support for image loading case.
2. Overall performance was enhanced.
3. Introduce new control behavior of "Paint Style".
PS: Please noted the minimum resolution support for Pic-to-Painting is 1680x1050. If your system resolution is lower than that then an unexpected UI problem may occur.
We hope this new version can help you to enjoy Pic-to-Painting plugin again.
To the user who still encountered the image loading issue on Pic-to-Painting program.
I'm glad to inform a new Pic-to-Painting version (v1.1) was updated on Welcome tab of PSP2019 now. Please uninstall existed Pic-to-Painting at first then go to download and install the new version. Here is the change of this version:
1. Increase the system compatibility support with the low-end machine. This change can get better support for image loading case.
2. Overall performance was enhanced.
3. Introduce new control behavior of "Paint Style".
PS: Please noted the minimum resolution support for Pic-to-Painting is 1680x1050. If your system resolution is lower than that then an unexpected UI problem may occur.
We hope this new version can help you to enjoy Pic-to-Painting plugin again.
Last edited by josephlin on Mon Mar 25, 2019 4:29 am, edited 1 time in total.
Cheers
Joseph Lin
Sr. Program Manager,
Corel PaintShop Pro / AfterShot Pro / VideoStudio
- iraisok
- Posts: 133
- Joined: Wed Nov 29, 2017 4:12 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: Dell 0X501H
- processor: Intel i7 960 Quad Core
- ram: 24GB
- Video Card: ATI Radeon HD 5870
- sound_card: Creative Sound Blaster X-Fi Titanium
- Hard_Drive_Capacity: 4.5 TB
- Monitor/Display Make & Model: Dell U2410 24" Wide, Dell 1905FP 19"
- Corel programs: PSP2019U, PhotoZoom7 Topaz Remask
- Location: Southern California
Re: PicToPainting with Paint Shop pro 2019
Thanks Josephine and Corel. I look forward for Levi to report result.
I assume I could rename the current PictoPaintimg folder, then install ver 1.1 from the Welcome section. If I experience problems, return to the original version?
I assume I could rename the current PictoPaintimg folder, then install ver 1.1 from the Welcome section. If I experience problems, return to the original version?
Ira
PSP 2019U on my desktop with Win 10 Pro; PSP2023U on my laptop with Win 11 Home, each with GFRX, PicToPaint, Topaz ReMask, BenVista PhotoZoom 7 and a few personal scripts.
PSP 2019U on my desktop with Win 10 Pro; PSP2023U on my laptop with Win 11 Home, each with GFRX, PicToPaint, Topaz ReMask, BenVista PhotoZoom 7 and a few personal scripts.
-
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: PicToPainting with Paint Shop pro 2019
Why would I report? I don't have the issues you and others did, so I wouldn't be able to tell you anything. I do like the new cacheing method they are using. Given time it'll just auto-generate all of the previews for you, so you can just hit the "Preview style" button and it'll pop up almost immediately. Though I'm not seeing new paint styles. Not sure what's up with that.
The software is installed in the new location, the Program Files folder instead of Program Files (x86). The important part will be the plugin file in the Corel PSP folder as it'll point to the new install.
If you're concerned that the new one won't work (which, hopefully it should), then I would recommend backing up the Pic to painting folder and the plugin file and then doing an uninstall.
The plugin file is located here:
C:\Program Files\Corel\Corel PaintShop Pro 2019 (64-bit)\PlugIns\EN\PicToPaintingPlugin_x64.8bf
and if you have PSP 32 bit installed
C:\Program Files (x86)\Corel\Corel PaintShop Pro 2019\PlugIns\EN\PicToPaintingPlugin_Win32.8bf
Then uninstall it. Just to be safe.
The software is installed in the new location, the Program Files folder instead of Program Files (x86). The important part will be the plugin file in the Corel PSP folder as it'll point to the new install.
If you're concerned that the new one won't work (which, hopefully it should), then I would recommend backing up the Pic to painting folder and the plugin file and then doing an uninstall.
The plugin file is located here:
C:\Program Files\Corel\Corel PaintShop Pro 2019 (64-bit)\PlugIns\EN\PicToPaintingPlugin_x64.8bf
and if you have PSP 32 bit installed
C:\Program Files (x86)\Corel\Corel PaintShop Pro 2019\PlugIns\EN\PicToPaintingPlugin_Win32.8bf
Then uninstall it. Just to be safe.
https://levifiction.wordpress.com/
- iraisok
- Posts: 133
- Joined: Wed Nov 29, 2017 4:12 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: Dell 0X501H
- processor: Intel i7 960 Quad Core
- ram: 24GB
- Video Card: ATI Radeon HD 5870
- sound_card: Creative Sound Blaster X-Fi Titanium
- Hard_Drive_Capacity: 4.5 TB
- Monitor/Display Make & Model: Dell U2410 24" Wide, Dell 1905FP 19"
- Corel programs: PSP2019U, PhotoZoom7 Topaz Remask
- Location: Southern California
Re: PicToPainting with Paint Shop pro 2019
Levi,LeviFiction wrote:Why would I report? I don't have the issues you and others did, so I wouldn't be able to tell you anything. I do like the new cacheing method they are using. Given time it'll just auto-generate all of the previews for you, so you can just hit the "Preview style" button and it'll pop up almost immediately. Though I'm not seeing new paint styles. Not sure what's up with that.
The software is installed in the new location, the Program Files folder instead of Program Files (x86). The important part will be the plugin file in the Corel PSP folder as it'll point to the new install.
If you're concerned that the new one won't work (which, hopefully it should), then I would recommend backing up the Pic to painting folder and the plugin file and then doing an uninstall.
The plugin file is located here:
C:\Program Files\Corel\Corel PaintShop Pro 2019 (64-bit)\PlugIns\EN\PicToPaintingPlugin_x64.8bf
and if you have PSP 32 bit installed
C:\Program Files (x86)\Corel\Corel PaintShop Pro 2019\PlugIns\EN\PicToPaintingPlugin_Win32.8bf
Then uninstall it. Just to be safe.
I, of course, worked with you and thanked you for discovering a wonderful work around. I was simply thinking that you would be curious to try it, if for no other reason but for the additional features or whatever was added. I generally stick with what works, too. However, your response provided a good method to try new and be able able to get back to my working ver 1 that you so kindly helped MAKE WORK. Accept my looking to you as a complement.
Thanks again,
Ira
PSP 2019U on my desktop with Win 10 Pro; PSP2023U on my laptop with Win 11 Home, each with GFRX, PicToPaint, Topaz ReMask, BenVista PhotoZoom 7 and a few personal scripts.
PSP 2019U on my desktop with Win 10 Pro; PSP2023U on my laptop with Win 11 Home, each with GFRX, PicToPaint, Topaz ReMask, BenVista PhotoZoom 7 and a few personal scripts.
-
LFSchelin
- Posts: 2
- Joined: Sat Dec 08, 2018 6:18 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: ABIT AN78GS
- processor: ADM Phenom 8650
- ram: 8GB
- sound_card: PolkAudio
- Hard_Drive_Capacity: 1.5TB
- Monitor/Display Make & Model: Samsung 30"
- Corel programs: Paintshop Pro 2019 Ultimate
Re: PicToPainting with Paint Shop pro 2019
I have Paintshop Pro 2018 Ultimate which has PicToPainting. My tower system runs 64 bit Windows 10. It has 6GB of Ram with tons of disk space. Every time I try to use PicToPaint the program it continues to run trying to complete its task, yet to no avail. I have let it run for up to ½ hour and still no results. Any suggestions would be helpful
