> Is there a way to print a huge image accross several sheets.
You could crop it into as many pieces as you need, each piece in a different file, or you could manipulate it in the Print Layout dialogue, printing it in phases.
Then you can piece it all together with glue or sticky tape...
> Or play around with Contrast/Brightness (Ctrl+B) until you're happy with it.
My apologies -- that should be Shift+B.
____________________________________________________
Nikon D200 RawShooter PaintShopProXI Python ooReXX MySQL
Or play around with Contrast/Brightness (Ctrl+B) until you're happy with it.
Or Flood Fill with white, remembering to fill closed loops individually.
____________________________________________________
Nikon D200 RawShooter PaintShopProXI Python ooReXX MySQL
Have you tried Effects/ Distortion/ Warp?
You'll need to put some work in to get it right, but then you can record a script and use that.
____________________________________________________
Nikon D200 RawShooter PaintShopProXI Python ooReXX MySQL
Is there a way to use the XP clipboard in a none-oo way in ooRexx?
____________________________________________________
Nikon D200 RawShooter PaintShopProXI Python ooReXX MySQL
Moara: I just opened a new file in PSP-XI, and entered some text. Left-align was set. The text was aligned to the left and wrapped at the document width.
After applying the text, you can reposition and/or resize the text box, which also rewraps the text in the box to suit. Is this not enough...
Search for Wrap in the Help facility, and look at Fitting Text to a Path.
____________________________________________________
Nikon D200 RawShooter PaintShopProXI Python ooReXX MySQL
> Is there any other command to remove empty lines in general?
I can tell you that the "empty" lines consist of two control characters, namely 0D0A in hex (decimal 013 010).
If you can feed that string to the find command, that should solve your problem.
I've tried putting them between...
> I want to blow up an image into different pieces. is there an effect for this?
Not that I know of. It could be done by hand, with selections, but that might be a lot of work.
I'll give it some thought.
____________________________________________________
Nikon D200 RawShooter...
Thanks, ArizonaG.
I could have sworn I'd tried clearing private data without success, but now it works. Senior moment.
____________________________________________________
Nikon D200 RawShooter PaintShopProXI Python ooReXX MySQL
It must be possible to get rid of whatever it is that provides the list of previous searches when you type a single letter in the Google search box, but I just can't figure it out.
It doesn't seem to be anything in Firefox.
Anyone know?
____________________________________________________...
Adjust\ Add/Remove Noise\ JPEG ... might help a little, but I guess your final images are too small to look good.
What do they look like if you just do the size reduction, with no other processing and no compression?
Perhaps it would be handy if you put the originals online.
(The background...
There are some serious problems with PSP-X1 and Exif data, especially with Maker Notes. Is that fixed in X2? If not, I won't bother "upgrading".
____________________________________________________
Nikon D200 RawShooter PaintShopProXI Python ooReXX MySQL
> the number plates are eligible
Eligible for what? Selling on eBay?
I'm sorry I don't know the answers to your questions, but don't newspapers publish photos including people and even number-plates every day of the week?
____________________________________________________
Nikon D200...
Does anyone know what the situation is with passwords on HP laptop hard-disks? I can't find anything useful in the HP help information. This is a relatively recent Pavilion DV5000.
I guess the main question is, "Is a password-protected hard-disk secure if installed in another machine?"...
> Running Windows XP, after a long period of working, the operating system starts to interpret <ctrl>key commands as <ctrl><alt>key commands. Often the keyboard won't accept any input and only the mouse works.
I don't have a solution, but I wish I did. I've seen this behaviour on two laptops...
> Do you know how to turn this off?
Take a look at http://www.udel.edu/fllt/mediactr/xpkey.html
I think the answer is there, or at least one possible answer.
____________________________________________________
Nikon D200 RawShooter PaintShopProXI Python ooReXX MySQL
> Your original routine worked because you were getting data from STDIN not the Queue.
Right. I get it now. If the queue is empty, PULL pulls lines from STDIN, which is what the Ref manual does indeed say.
Further investigation seems to show that if a pipe has been opened, PULL doesn't...
> do while lines()= 1
Thank you, RxUsr. Combining your answer with linein() does the trick. (But I'd say do while lines().)
Which still leaves the question, why did my original code partially work?
Why did it work at all?
Why should parse pull work when queued() says the queue is empty?
Is...
> What do you suppose is loading the queue such that 'queued()' might find something there?
Good question, Frank. Something is clearly producing stuff that parse pull is finding, even though queued() detects nothing.
I don't know much about pipes in Windoze, but it would appear to be the pipe...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.