Search found 12 matches
- March 13th, 2024, 1:43 pm
- Forum: Picture Window Support
- Topic: Update Available - Version 8.0.423
- Replies: 2
- Views: 2057
Re: Update Available - Version 8.0.423
Just tried to download. Same virus message from edge and chrome. I guess it's fake, but anyway. No problem downloading the entire installer.
- February 22nd, 2021, 3:55 pm
- Forum: Picture Window Support
- Topic: Enhancement Request: Lookup tables
- Replies: 4
- Views: 3263
Re: Enhancement Request: Lookup tables
Winfried Sorry to bring in this, but I think it's related to lookup tables. At least some of the tools in google edition of Nik Collection works that way, I think. That few years old collections, are still available and free from google. Link can be found at bottom of this page. Look for the text go...
- December 11th, 2020, 10:40 am
- Forum: Picture Window Tips
- Topic: Picture Window Pro 8 and linux
- Replies: 1
- Views: 13059
Picture Window Pro 8 and linux
Just in case anyone wondered, the new Picture window 8 works great with linux. It is so quick and all transformation I have tested works great. The new “Quick Pick” gives a very quick workflow. Thumbs up. I installed it like this. winetricks vcrun2019 wine msiexec /i Picture\ Window\ Pro.msi The ope...
- April 26th, 2015, 8:15 am
- Forum: Picture Window Tips
- Topic: Picture window 5.0 on ubuntu linux
- Replies: 15
- Views: 232716
Re: Picture window 5.0 on ubuntu linux
Just a quick update since this post is linked on the download page. There is a working install solution here. Tested this today. :-) http://dl-c.com/board/viewtopic.php?p=4621#p4621 It's like this: 1. Download the PWP7 setup.exe to an empty folder 2. Open a terminal, change directory to the director...
- November 11th, 2010, 4:02 pm
- Forum: Picture Window Tips
- Topic: Picture window 5.0 on ubuntu linux
- Replies: 15
- Views: 232716
Re: Picture window 5.0 on ubuntu linux
Just a little patch to the PW luncher script described here. The commandline PROGRAMFILES=$(wine cmd /c echo "%ProgramFiles%") should no read PROGRAMFILES=$(wine cmd /c echo "%ProgramFiles%"|tr -d '\r') the tr -d '\r' removes a linebreak that suddenly appeared some months ago. So...
- January 11th, 2010, 8:11 am
- Forum: Picture Window Support
- Topic: Bibble5 Postprocessing with Picture Window Pro
- Replies: 3
- Views: 4429
Re: Bibble5 Postprocessing with Picture Window Pro
I'm pretty sure it works here. I will recheck when I’m back home from office, if it also open pw the first time. I run pw under linux but I don’t think that’s matter in this case. It sounds like a bibble problem to me, or something with your batch queue settings. If my setup works, I will post my ba...
- December 18th, 2009, 6:08 am
- Forum: Picture Window Tips
- Topic: Picture window 5.0 on ubuntu linux
- Replies: 15
- Views: 232716
Re: Picture window 5.0 on ubuntu linux
Here is a screenshoot from nautilus. This is the first run and I have right clicked on the image and chosen "open with" and "other application" http://img13.imageshack.us/img13/748/firstruny.jpg Next time I right click on a jpg file I can select "open with" and find the...
- December 18th, 2009, 3:38 am
- Forum: Picture Window Tips
- Topic: Picture window 5.0 on ubuntu linux
- Replies: 15
- Views: 232716
Creating a startup launcher
In this post I will explain how to create a startup launcher that can be used from command line or from a filemanager. I'm really exited that I got this working and it is very useful, at least to my working style. First I create a file called /usr/local/bin/pw with this content. If you are unsure ho...
- October 5th, 2009, 7:48 am
- Forum: Picture Window Tips
- Topic: Picture window 5.0 on ubuntu linux
- Replies: 15
- Views: 232716
Re: Picture window 5.0 on ubuntu linux
I have justed tested this instructions with a livecd to be sure I was starting from scratsh. There was some problems. First I forgot to mention that the universe repository need to be enabled to install wine. Its done with system-administration-software source and enable the universe repository. The...
- October 5th, 2009, 5:59 am
- Forum: Picture Window Tips
- Topic: Picture window 5.0 on ubuntu linux
- Replies: 15
- Views: 232716
Re: Picture window 5.0 on ubuntu linux
Couldn't get these two lines to do their stuff: wget http://www.kegel.com/wine/winetricks sh winetricks gdiplus vcrun2005 They are two separate instructions, aren't they? What was the error messages? The first line require the program wget. So maybe the source of your problem is missing that progra...