This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > PainShop Pro Scripting > August 2006 > New Script: Fix White Sky Photo problems





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author New Script: Fix White Sky Photo problems
Fuzzie Dice

2006-06-27, 9:08 pm

I added a new script to my site - Sky Fix:

http://cgi.bytebin.net/main/index.p...=fileinfo&id=63

Or just go to ByteBin.Net - it's in the Paint Shop Pro section in Scripts,
Photo Enhancement.

I kinda whipped this up tonight after going through some older photos I want
to put on my site. It uses a mask and lets you adjust things (preserving
your original as well) after the script is run, so you can change the
gradient (to say, a sunset), or adjust opacity, blend mode, whatever you
wish. I hope you'll find it as handy as I do.


Tom

2006-06-27, 9:09 pm

I downloaded Sky Fix into Restricted Files in PSP 9. When I attempt to try
it on a photo at window opened advising me I needed to operate with it in
Trusted Files. Is there a reason it needs to be in Trusted Files and does
it work in PSP 9?
Tom
"Fuzzie Dice" <fuzziedice@[ihaveadomain].com> wrote in message
news:4498bce4$1_2@cnews...
>I added a new script to my site - Sky Fix:
>
> http://cgi.bytebin.net/main/index.p...=fileinfo&id=63
>
> Or just go to ByteBin.Net - it's in the Paint Shop Pro section in Scripts,
> Photo Enhancement.
>
> I kinda whipped this up tonight after going through some older photos I
> want to put on my site. It uses a mask and lets you adjust things
> (preserving your original as well) after the script is run, so you can
> change the gradient (to say, a sunset), or adjust opacity, blend mode,
> whatever you wish. I hope you'll find it as handy as I do.
>
>



Fuzzie Dice

2006-06-27, 9:09 pm

Tom wrote:
> I downloaded Sky Fix into Restricted Files in PSP 9. When I attempt
> to try it on a photo at window opened advising me I needed to operate
> with it in Trusted Files. Is there a reason it needs to be in
> Trusted Files and does it work in PSP 9?



Unfortunately, the only version of PSP I have installed is 10. I uninstalled
8.10 and stored the CD and docs away. So I'll need folks like you to tell me
if it works or not. :-)

I am not sure why it would want it to be in the Trusted folder. I ran the
script from the "Restricted" folder which was where it was saved. Looking at
the script, it does not write anything to the computer. All it does is use
PSP's different effects:

- Duplicates layer
- Colorize
- Adjust brightness and contrast
- Gaussian blur
- Creates a new layer
- fills the layer with a gradient that everyone should already have (as the
gradient comes installed with PSP)
- Creates a new mask layer
- selects layers
- copies and pastes image from a layers
- Deselects selection
- Deletes a layer
- Adjusts a layer's properties (ie. blend mode and opacity)

The only thing I think it could be is you'd have to open the script in a
text editor and change the line near the top that says:

'Host': u'Paint Shop Pro X',

to:

'Host': u'Paint Shop Pro 9',

Be sure to keep the line indented exactly as it originally was (Python
relies on proper indentation). If you're up to doing this, and testing it
for me, let me know if this works for you so I can change those scripts I
created in PSP X so they'd work in earlier versions. If this doesn't work,
I'm not sure how to make it work (maybe someone here can also examine the
script and offer suggestions)?



SuzShook

2006-06-27, 9:09 pm

Open the script in a text editor and change the first line from this:
from PSPApp import *
to this:
from JascApp import *

Then it will work in PSP 9, from the Scripts-Restricted folder. Suz

Tom wrote:[color=darkred]
> I downloaded Sky Fix into Restricted Files in PSP 9. When I attempt
> to try it on a photo at window opened advising me I needed to operate
> with it in Trusted Files. Is there a reason it needs to be in
> Trusted Files and does it work in PSP 9?
> Tom
> "Fuzzie Dice" <fuzziedice@[ihaveadomain].com> wrote in message
> news:4498bce4$1_2@cnews...


JoeB

2006-06-27, 9:09 pm

"Fuzzie Dice" <fuzziedice@[ihaveadomain].com> wrote in
news:449942e1$1_2@cnews:

> Tom wrote:
attempt[color=darkred]
operate[color=darkred]
>
>
> Unfortunately, the only version of PSP I have installed is 10.

I
> uninstalled 8.10 and stored the CD and docs away. So I'll need

folks
> like you to tell me if it works or not. :-)
>
> I am not sure why it would want it to be in the Trusted folder.

I ran
> the script from the "Restricted" folder which was where it was

saved.
> Looking at the script, it does not write anything to the

computer. All
> it does is use PSP's different effects:
>
> - Duplicates layer
> - Colorize
> - Adjust brightness and contrast
> - Gaussian blur
> - Creates a new layer
> - fills the layer with a gradient that everyone should already

have
> (as the gradient comes installed with PSP)
> - Creates a new mask layer
> - selects layers
> - copies and pastes image from a layers
> - Deselects selection
> - Deletes a layer
> - Adjusts a layer's properties (ie. blend mode and opacity)
>
> The only thing I think it could be is you'd have to open the

script in
> a text editor and change the line near the top that says:
>
> 'Host': u'Paint Shop Pro X',
>
> to:
>
> 'Host': u'Paint Shop Pro 9',
>
> Be sure to keep the line indented exactly as it originally was

(Python
> relies on proper indentation). If you're up to doing this, and

testing
> it for me, let me know if this works for you so I can change

those
> scripts I created in PSP X so they'd work in earlier versions.

If this
> doesn't work, I'm not sure how to make it work (maybe someone

here can
> also examine the script and offer suggestions)?
>


Also, as Suz pointed out, change the PSPApp to JascApp in the top
line. These changes will generally allow v.X scripts to run on
v.9 unless a script uses something not available in v.9 or that
has to be accessed in a different way.

Regards,

JoeB
Spandex Rutabaga

2006-06-27, 9:09 pm

Tom wrote:
>
> I downloaded Sky Fix into Restricted Files in PSP 9. When I attempt to try
> it on a photo at window opened advising me I needed to operate with it in
> Trusted Files. Is there a reason it needs to be in Trusted Files and does
> it work in PSP 9?


No, but the error message also said the problem is in line 1, which
is the line that imports a library. Importing an unknown library is
a danger, which is why you are told to use the trusted folder. You
need to make two changes.

Change the beginning of the script from this:

from PSPApp import *

def ScriptProperties():
return {
'Author': u'Tika Carr',
'Copyright': u'(c) 2006 Tika Carr',
'Description': u'Fixes complex white sky in photos.',
'Host': u'Paint Shop Pro X',
'Host Version': u'10.03'
}

To this:

from JascApp import *

def ScriptProperties():
return {
'Author': u'Tika Carr',
'Copyright': u'(c) 2006 Tika Carr',
'Description': u'Fixes complex white sky in photos.',
'Host': u'Paint Shop Pro X',
'Host Version': u''
}

Note that the changes are in the first and last lines of this
subsection of the script. If you omit the second change the script
will run but will complain about being from a newer version of
PSP.
Fuzzie Dice

2006-06-27, 9:09 pm

SB - What about the 'Host': line? Could I put it as 'Host': u'Paint shop Pro
8', so that even PSP 8 would run it? Since these things are simple things
that haven't changed much? I think I'll update the script but I'd first want
to check and see if changing the "host" is OK too.

Spandex Rutabaga wrote:
> No, but the error message also said the problem is in line 1, which
> is the line that imports a library. Importing an unknown library is
> a danger, which is why you are told to use the trusted folder. You
> need to make two changes.
>
> Change the beginning of the script from this:
>
> from PSPApp import *
>
> def ScriptProperties():
> return {
> 'Author': u'Tika Carr',
> 'Copyright': u'(c) 2006 Tika Carr',
> 'Description': u'Fixes complex white sky in photos.',
> 'Host': u'Paint Shop Pro X',
> 'Host Version': u'10.03'
> }
>
> To this:
>
> from JascApp import *
>
> def ScriptProperties():
> return {
> 'Author': u'Tika Carr',
> 'Copyright': u'(c) 2006 Tika Carr',
> 'Description': u'Fixes complex white sky in photos.',
> 'Host': u'Paint Shop Pro X',
> 'Host Version': u''
> }
>
> Note that the changes are in the first and last lines of this
> subsection of the script. If you omit the second change the script
> will run but will complain about being from a newer version of
> PSP.



SuzShook

2006-06-27, 9:09 pm

What I usually do when I want my scripts to work for all versions is set the
Host to 'Paint Shop Pro', and leave the Host Version blank, like this:
'Host': u'Paint Shop Pro',
'Host Version': u''

You also need to add these lines at the beginning of the script, as PSP 8
does not recognize True and False:
True = App.Constants.Boolean.true
False = App.Constants.Boolean.false

And of course, change the first line of the script from PSPApp to JascApp,
as noted below. That will pretty much make your scripts "all versions
compatible", unless you are using commands new to one of the later versions,
or text, which requires additional "manipulations" to "look" right in PSP X.
Suz

Fuzzie Dice wrote:[color=darkred]
> SB - What about the 'Host': line? Could I put it as 'Host': u'Paint
> shop Pro 8', so that even PSP 8 would run it? Since these things are
> simple things that haven't changed much? I think I'll update the
> script but I'd first want to check and see if changing the "host" is
> OK too.
> Spandex Rutabaga wrote:


Tom

2006-06-27, 9:09 pm

JoeB

2006-06-27, 9:09 pm

"SuzShook" <suzshook@adelphia.net> wrote in news:4499abd7$1_3
@cnews:

> What I usually do when I want my scripts to work for all

versions is
> set the Host to 'Paint Shop Pro', and leave the Host Version

blank,
> like this:
> 'Host': u'Paint Shop Pro',
> 'Host Version': u''
>
> You also need to add these lines at the beginning of the

script, as
> PSP 8 does not recognize True and False:
> True = App.Constants.Boolean.true
> False = App.Constants.Boolean.false
>


First, thanks for that knowledge! Next, I believe Fuzzie doesn't
have v.8 installed so can't test the script, and so I made the
change to the script you suggested and ran v.8.1, it stopped at
line 108 with the following error:

Traceback (most recent call last):
File "C:\Documents and Settings\Joe Belland\My Documents\My PSP
Files\Scripts-Restricted\Fuzzie\SkyFix1.PspScript", line 108, in
Do
App.Do( Environment, 'Fill', {
AttributeError: Gradient


I do have PSP8 File locations pointed to the same gradient files
that PSP9 points to (the script works fine in v.9, of course).

Regards,

JoeB








> And of course, change the first line of the script from PSPApp

to
> JascApp, as noted below. That will pretty much make your

scripts "all
> versions compatible", unless you are using commands new to one

of the
> later versions, or text, which requires additional

"manipulations" to
> "look" right in PSP X. Suz
>
> Fuzzie Dice wrote:
u'Paint[color=darkred]
things are[color=darkred]
the[color=darkred]
"host" is[color=darkred]
which[color=darkred]
library is[color=darkred]
folder. You[color=darkred]
script[color=darkred]
of[color=darkred]
>
>
>


MonicaW

2006-06-27, 9:09 pm

Tom said the following on 6/21/2006 3:48 PM:
>[snipped again]

Now if I just
> had a nice tube with some fleecy white clouds I would be all set.
> Thanks again Spandex and Fuzzie Dice.
> Tom
>
> [snipped for brevity]


Can't answer your other question, but for clouds in your version(PSP9):

The tube tool should have clouds as an option.
If it doesn't,
You likely can find the old cloud tubes from the assorted websites:
7 components:
http://www.corel.com/servlet/Satell...d=1047024332033
or http://tinyurl.com/6qzhs for space considerations

PSP8 Components:
http://www.jasc.com/support/custome...8components.asp
or http://tinyurl.com/2czft

PSP9 additional components:
http://www.jasc.com/support/custome...9components.asp
or http://tinyurl.com/54pvo

If you choose the 7 version, keep in mind you will need to convert the
various tubes and possibly other items to version 9 format- due to
changes in 9 and 8.

You can adjust clouds to whiter or grayer via "Gamma Correct".
You can also recolor them for sunrises or other scenes with several
different methods.

If you prefer to create clouds yourself, the brushes are worth
experimenting with.
Otherwise, MuRa (http://www.geocities.com/murakuma/) has a free cloud
generator which can be used for many other endeavors.

MonicaW
MonicaW

2006-06-27, 9:09 pm

MonicaW said the following on 6/21/2006 4:34 PM:
> Tom said the following on 6/21/2006 3:48 PM:
> Now if I just
>
> Can't answer your other question, but for clouds in your version(PSP9):
>
> The tube tool should have clouds as an option.
> If it doesn't,
> You likely can find the old cloud tubes from the assorted websites:
> 7 components:
> http://www.corel.com/servlet/Satell...d=1047024332033
>
> or http://tinyurl.com/6qzhs for space considerations
>
> PSP8 Components:
> http://www.jasc.com/support/custome...8components.asp
> or http://tinyurl.com/2czft
>
> PSP9 additional components:
> http://www.jasc.com/support/custome...9components.asp
> or http://tinyurl.com/54pvo
>
> If you choose the 7 version, keep in mind you will need to convert the
> various tubes and possibly other items to version 9 format- due to
> changes in 9 and 8.
>
> You can adjust clouds to whiter or grayer via "Gamma Correct".
> You can also recolor them for sunrises or other scenes with several
> different methods.
>
> If you prefer to create clouds yourself, the brushes are worth
> experimenting with.
> Otherwise, MuRa (http://www.geocities.com/murakuma/) has a free cloud
> generator which can be used for many other endeavors.
>
> MonicaW


And found another Cloud tube buried in the newsletter archive.
Newsletter has at least one tube and frame link included every month.
clouds are here:
http://www.jasc.com/minisites/newsl...05_segment6.asp
or tiny url: http://tinyurl.com/httkz
SuzShook

2006-06-27, 9:09 pm

Looks like there's a parameter name change in PSP 9 in the Fill command for
Gradients. To make the script work in all versions, you'll have to change
this line in the Fill command:
'GradientType': App.Constants.Gradient.Linear,

to this:
'GradientType': App.Constants.GradientType.Linear,

Never noticed this before tonight! How distressing! Suz

JoeB wrote:[color=darkred]
> "SuzShook" <suzshook@adelphia.net> wrote in news:4499abd7$1_3
> @cnews:
>
>
> First, thanks for that knowledge! Next, I believe Fuzzie doesn't
> have v.8 installed so can't test the script, and so I made the
> change to the script you suggested and ran v.8.1, it stopped at
> line 108 with the following error:
>
> Traceback (most recent call last):
> File "C:\Documents and Settings\Joe Belland\My Documents\My PSP
> Files\Scripts-Restricted\Fuzzie\SkyFix1.PspScript", line 108, in
> Do
> App.Do( Environment, 'Fill', {
> AttributeError: Gradient
>
>
> I do have PSP8 File locations pointed to the same gradient files
> that PSP9 points to (the script works fine in v.9, of course).
>
> Regards,
>
> JoeB
>
>
>
>
>
>
>
>


Tom

2006-06-27, 9:09 pm

Fuzzie Dice

2006-06-27, 9:09 pm

SuzShook wrote:
> What I usually do when I want my scripts to work for all versions is
> set the Host to 'Paint Shop Pro', and leave the Host Version blank,
> like this: 'Host': u'Paint Shop Pro',
> 'Host Version': u''
>
> You also need to add these lines at the beginning of the script, as
> PSP 8 does not recognize True and False:
> True = App.Constants.Boolean.true
> False = App.Constants.Boolean.false
>
> And of course, change the first line of the script from PSPApp to
> JascApp, as noted below. That will pretty much make your scripts
> "all versions compatible", unless you are using commands new to one
> of the later versions, or text, which requires additional
> "manipulations" to "look" right in PSP X. Suz


Thanks for the info. :-) I'll change the SkyFix script tomorrow and let
everyone know when the new version is online. I do appreciate everyone's
help in this.



Spandex Rutabaga

2006-06-27, 9:09 pm

Fuzzie Dice wrote:
>
> SB - What about the 'Host': line?


What about it indeed? PSP doesn't seem to care about the contents.

> Could I put it as 'Host': u'Paint shop Pro
> 8', so that even PSP 8 would run it?


You can put in anything you like. If I put:
'Host': u'Vegetable Patch',
'Host Version': u''
}
the script runs just fine in PSP 9 with a bogus host and an empty
version number field.

> Since these things are simple things
> that haven't changed much?


You need to pay attention to version numbers when a script uses new
features. Setting the version to blank or to 8.0 isn't going to work
if your script uses the PSP X Toothbrush tool. (Of course if it does
you should be ashamed of yourself, but that's another story :)

> I think I'll update the script but I'd first want
> to check and see if changing the "host" is OK too.


Change away. I would leave it because (1) it doesn't seem to matter
what is there and (2) someone looking at the script later will know
what version it was made in even if the version number was changed.
JoeB

2006-06-27, 9:09 pm

"SuzShook" <suzshook@adelphia.net> wrote in news:4499db33$1_2
@cnews:

> Looks like there's a parameter name change in PSP 9 in the Fill
> command for Gradients. To make the script work in all

versions,
> you'll have to change this line in the Fill command:
> 'GradientType': App.Constants.Gradient.Linear,
>
> to this:
> 'GradientType': App.Constants.GradientType.Linear,
>
> Never noticed this before tonight! How distressing! Suz
>



One hopes Fuzzie keeps following the thread to get your answer.
I don't really need it to work in v.8 but Fuzzie had asked about
another issue to make it work in v.8 so might want to know this.
Also, after making that change the script works in both v.8 and
v.9 so with luck will also work in v.X, so a separate script
won't be needed for different versions. The v.8 script is
"upwardly mobile" :-)

Regards,

JoeB



> JoeB wrote:
versions is[color=darkred]
blank,[color=darkred]
script, as[color=darkred]
doesn't[color=darkred]
at[color=darkred]
PSP[color=darkred]
in[color=darkred]
files[color=darkred]
PSPApp to[color=darkred]
scripts[color=darkred]
to one[color=darkred]
u'Paint[color=darkred]
things[color=darkred]
update[color=darkred]
the[color=darkred]
1,[color=darkred]
unknown[color=darkred]
trusted[color=darkred]
photos.',[color=darkred]
photos.',[color=darkred]
this[color=darkred]
script[color=darkred]
of[color=darkred]
>
>
>


Fuzzie Dice

2006-06-27, 9:09 pm

JoeB wrote:

> First, thanks for that knowledge! Next, I believe Fuzzie doesn't
> have v.8 installed so can't test the script, and so I made the
> change to the script you suggested and ran v.8.1, it stopped at
> line 108 with the following error:
>
> Traceback (most recent call last):
> File "C:\Documents and Settings\Joe Belland\My Documents\My PSP
> Files\Scripts-Restricted\Fuzzie\SkyFix1.PspScript", line 108, in
> Do
> App.Do( Environment, 'Fill', {
> AttributeError: Gradient
>
>
> I do have PSP8 File locations pointed to the same gradient files
> that PSP9 points to (the script works fine in v.9, of course).


You're right, my PSP 8 disc is in my storage downstairs. :-) I uninstalled
it and put PSP X in as I didn't expect I'd need an earlier version.

Check in your gradients folder to see if DuoTone Light Blue is in there
(check that it's the same filename that is in the script). I assumed since
it came with PSP X (and I do remember it was in PSP 8 as well) that most
everyone would have that one. I can't distribute it. However, maybe I could
have it set up a custom gradient using foreground-background colors.

Something else I'll look into tomorrow. Maybe even install PSP 8 for testing
purposes (if they 'play well' together on the same machine, that is. :-) )


Spandex Rutabaga

2006-06-27, 9:09 pm

SuzShook wrote:
>
> Looks like there's a parameter name change in PSP 9 in the Fill command for
> Gradients. To make the script work in all versions, you'll have to change
> this line in the Fill command:
> 'GradientType': App.Constants.Gradient.Linear,
>
> to this:
> 'GradientType': App.Constants.GradientType.Linear,
>
> Never noticed this before tonight! How distressing! Suz


Just another thing to document.
Fuzzie Dice

2006-06-27, 9:09 pm

SuzShook wrote:
> Looks like there's a parameter name change in PSP 9 in the Fill
> command for Gradients. To make the script work in all versions,
> you'll have to change this line in the Fill command:
> 'GradientType': App.Constants.Gradient.Linear,
>
> to this:
> 'GradientType': App.Constants.GradientType.Linear,
>
> Never noticed this before tonight! How distressing! Suz


Wow! There are some real differences in these scripts, isn't there? I know I
had to alter my Flask and Jug Vase because of this, since it didn't want to
work in PSP X due to differences in the way the displacement map is called.

I do have all the API guides around though. But I think I'll install PSP 8
and test and if it works, I can make PSP 8 and PSP X compatible scripts.


JoeB

2006-06-27, 9:09 pm

"Tom" <n.a.n.c.y@comcast.net> wrote in news:4499dfb4_3@cnews:

>
> ------=_NextPart_001_00D3_01C6956E.F2E430E0
> Thanks Monica. I downloaded some cloud tubes from the sites you
> suggested but found them a little too artificial. Ended up
> experimenting with making them myself using the airbrush set at

low
> opacity and density. Here is my experimentation to this point.

Tom
>


Well done, Tom. Now I hope you created them on a transparent
background and created your own tube, and didn't just paint them on
the image!

Regards,

JoeB


[snipped for brevity]
Fuzzie Dice

2006-06-27, 9:09 pm

"Tom" <n.a.n.c.y@comcast.net> wrote in message news:4499b024_1@cnews...

> Yes, the procedure for correcting the script worked fine.
> Kept my fingers crossed as I had never changed a downloaded
> script before. Now it works all right in PSP 9.


Good deal. :-)

> Note the difference it made from picture 1 to picture 2 below
> (which I shot in Germany many, many years ago). I found that
> the blue originally bled onto everything light in exposure in
> the photo (the metal half roof of the second house down, for example).
> I corrected that by touching the pale sky with the magic wand,
> running the script, then erasing the blue from the objects not
> intended to have the blue. Is there a more efficient way of doing
> this? Now if I just had a nice tube with some fleecy white clouds I
> would be all set. Thanks again Spandex and Fuzzie Dice.


Hmmm... I don't know about the roof thing. I can see where it would pose
problems for some images. Guess it's not for every image. I'm not sure about
hot to correct it. Though you could select the area as you did before, but
then go into the mask area and just flood fill that area with black or white
(whichever masks, I forgot which) on any part that got the blue and
shouldn't. Or even use a paintbrush or airbrush on the mask itself.


Spandex Rutabaga

2006-06-27, 9:09 pm

> Tom wrote:
>
> Yes, the procedure for correcting the script worked fine. Kept my
> fingers crossed as I had never changed a downloaded script before.
> Now it works all right in PSP 9. Note the difference it made from
> picture 1 to picture 2 below (which I shot in Germany many, many years
> ago). I found that the blue originally bled onto everything light in
> exposure in the photo (the metal half roof of the second house down,
> for example) . I corrected that by touching the pale sky with the
> magic wand, running the script, then erasing the blue from the objects
> not intended to have the blue. Is there a more efficient way of doing
> this? Now if I just had a nice tube with some fleecy white clouds I
> would be all set. Thanks again Spandex and Fuzzie Dice.


I fix skies like this. I duplicate the image layer and introduce
a new layer between the original image and duplicate. Then I
erase the sky from the top layer with the Background Eraser and
fill the new layer with a sky gradient. Finally I lower the
opacity on the filled layer a little to let some of the original
sky show through for a more natural look. The layer palette looks
like this:

Duplicate of original - sky erased with BGE
New layer - filled with gradient and opacity lowered
Original layer - unchanged

I don't use scripts since they can't be made smart enough to meet
the requirements of arbitrary images. As an alternative to filling
with a gradient I may use a sky from a related image, e.g. a
picture of the same scene at a lower exposure or a picture of a
sky that I took. I will often use Auto Color Balance or Black and
White Points on the original and the sky image to make sure the
lighting is consistent across both images so the sky layer looks
like it "belongs" when it is added. The Manual Color Correction
filter also has a collection of sky colors in its Sky category
that can be used to colorize a white layer for instance.
Spandex Rutabaga

2006-06-27, 9:09 pm

> Tom wrote:
>
> Thanks Monica. I downloaded some cloud tubes from the sites you
> suggested but found them a little too artificial. Ended up
> experimenting with making them myself using the airbrush set at low
> opacity and density. Here is my experimentation to this point.


This site has a collection of cloud pictures which you can use as
a reference when painting yours
http://www.weather-photography.com/index.php
Fuzzie Dice

2006-06-27, 9:09 pm

underprocessable
JoeB

2006-06-27, 9:09 pm

"Fuzzie Dice" <fuzziedice@[ihaveadomain].com> wrote in
news:4499e5c0$1_3@cnews:

> JoeB wrote:
>
doesn't[color=darkred]
at[color=darkred]
PSP[color=darkred]
in[color=darkred]
files[color=darkred]
>
> You're right, my PSP 8 disc is in my storage downstairs. :-) I
> uninstalled it and put PSP X in as I didn't expect I'd need an

earlier
> version.
>
> Check in your gradients folder to see if DuoTone Light Blue is

in
> there (check that it's the same filename that is in the

script). I
> assumed since it came with PSP X (and I do remember it was in

PSP 8 as
> well) that most everyone would have that one. I can't

distribute it.
> However, maybe I could have it set up a custom gradient using
> foreground-background colors.
>


Yes, see my exchange of posts with Suz. The script worked in 9
and v.8 was pointed to the same gradients. Suz found the problem
and, once I edited to correct it, your script works in 8 and 9
(and likely X).
JoeB

2006-06-27, 9:09 pm

"Tom" <n.a.n.c.y@comcast.net> wrote in news:4499dfb4_3@cnews:

>
> ------=_NextPart_001_00D3_01C6956E.F2E430E0
> Thanks Monica. I downloaded some cloud tubes from the sites

you
> suggested but found them a little too artificial. Ended up
> experimenting with making them myself using the airbrush set at

low
> opacity and density. Here is my experimentation to this point.

Tom
>


Here's another link to clouds if you want to do mostly wispy
clouds rather than thunderstorm type clouds. Ulead provides its
Particle Plugin v.1.0 for free which comes with 8 filters, one of
which is Clouds. Not only does it make natural looking wispy
clouds but you can use the same filter to make very wispy fog or
mist effects (like mist rising from water, for example). The
sliders allow you to change density, opacity, etc., and you can
restrict the effect to a selection you previously make on an
image. Might be worth trying (it is free), and you can get it
from the "Freeware" part of their Free Goodies page (about
halfway down the page) here:

http://www.ulead.com/download/freegoodies.htm

So far, it's the best filter I've found for natural looking wispy
(and not so wispy) cloud and mist/fog effects - especially for
the price - or lack thereof!

Regards,

JoeB






[snipped]
MonicaW

2006-06-27, 9:09 pm

Tom said the following on 6/21/2006 7:11 PM:
> Thanks Monica. I downloaded some cloud tubes from the sites you
> suggested but found them a little too artificial. Ended up
> experimenting with making them myself using the airbrush set at low
> opacity and density. Here is my experimentation to this point.
> Tom


Yes, depending on what you had visualized, they could be artificial.
Playing with layer blend modes and opacities as well as editing their
color has helped me in the past, as has creating my own from scratch.
Looks like you created just what you needed this time and you should be
proud of yourself.
Please tell me you created them on a new layer and saved a copy of them
as a tube. Odds are, you'll be wanting those again.
[color=darkred]
> "MonicaW" <monica@wallek.com <mailto:monica@wallek.com>> wrote in
> message news:4499baef$1_2@cnews...
> http://www.corel.com/servlet/Satell...d=1047024332033
> <http://www.corel.com/servlet/Satell...d=1047024332033>
SuzShook

2006-06-27, 9:09 pm

Spandex Rutabaga wrote:
> Fuzzie Dice wrote:
>
> What about it indeed? PSP doesn't seem to care about the contents.
>
>
> You can put in anything you like. If I put:
> 'Host': u'Vegetable Patch',
> 'Host Version': u''
> }
> the script runs just fine in PSP 9 with a bogus host and an empty
> version number field.
>
>
> You need to pay attention to version numbers when a script uses new
> features. Setting the version to blank or to 8.0 isn't going to work
> if your script uses the PSP X Toothbrush tool. (Of course if it does
> you should be ashamed of yourself, but that's another story :)
>
>
> Change away. I would leave it because (1) it doesn't seem to matter
> what is there and (2) someone looking at the script later will know
> what version it was made in even if the version number was changed.


It is important to note that there can be potentially disconcerting effects
if the Host Version is changed in a script that writes text, and runs in PSP
X. For more information, see the thread entitled "More on PSP X and Text"
started on June 10th. There are consequences to changing that parameter if
the version running is PSP X. Suz


SuzShook

2006-06-27, 9:09 pm

** snipped **

>
> It is important to note that there can be potentially disconcerting
> effects if the Host Version is changed in a script that writes text,
> and runs in PSP X. For more information, see the thread entitled
> "More on PSP X and Text" started on June 10th. There are
> consequences to changing that parameter if the version running is PSP
> X. Suz


Make that June 9th.....


Kim

2006-08-02, 12:10 pm

Fuzzie,

Thank you so very very much for this script!! Being from Colorado and
having a lot of my digital photos come out with a white sky this is going to
be a life saver. Thank you again.

Kat


"Fuzzie Dice" <fuzziedice@[ihaveadomain].com> wrote in message
news:4498bce4$1_2@cnews...
>I added a new script to my site - Sky Fix:
>
> http://cgi.bytebin.net/main/index.p...=fileinfo&id=63
>
> Or just go to ByteBin.Net - it's in the Paint Shop Pro section in Scripts,
> Photo Enhancement.
>
> I kinda whipped this up tonight after going through some older photos I
> want to put on my site. It uses a mask and lets you adjust things
> (preserving your original as well) after the script is run, so you can
> change the gradient (to say, a sunset), or adjust opacity, blend mode,
> whatever you wish. I hope you'll find it as handy as I do.
>
>



Sponsored Links


Copyright 2003 - 2009 forum4designers.com  Software forum  Computer Hardware reviews