 |
|
 |
|
Next: Using Photoshop to blur the background (like shal..
|
| Author |
Message |
External

Since: Jul 27, 2007 Posts: 604
|
(Msg. 61) Posted: Thu Dec 27, 2007 4:59 pm
Post subject: Re: Photoshop blur tool Vs expensive lenses [Login to view extended thread Info.] Archived from groups: rec>photo>digital (more info?)
|
|
|
John Navas wrote:
> On Thu, 27 Dec 2007 09:19:27 GMT, "David J Taylor"
> <david-taylor DeleteThis @blueyonder.not-this-bit.nor-this-bit.co.uk> wrote in
> <z6Kcj.68527$c_1.35012@text.news.blueyonder.co.uk>:
>
>> John Navas wrote:
>> []
>>> Any good Windows defragger uses the Windows Defrag API to move
>>> files. The problem with this is that prior to Vista, Windows didn't
>>> have the concept of I/O priority.
>>
>> Eh? Have you looked at task scheduling and scheduler states in
>> Windows?
>
> What I wrote is well-documented by Microsoft; e.g.,
> <http://www.microsoft.com/technet/technetmag/issues/2007/02/VistaKernel/>
>
> While Windows has always supported prioritization of CPU usage, it
> hasn't included the concept of I/O priority. Without I/O priority,
> background activities like search indexing, virus scanning, and disk
> defragmenting can severely impact the responsiveness of foreground
> operations. A user launching an app or opening a document while
> another process is performing disk I/O, for example, experiences
> delays as the foreground task waits for disk access. The same
> interference also affects the streaming playback of multimedia
> content like songs from a hard disk.
>
> Windows Vista introduces two new types of I/O prioritization in
> order to help make foreground I/O operations get preference:
> priority on individual I/O operations and I/O bandwidth
> reservations. ...
Thanks for that pointer. It may explain one reason why I'm starting to
like Vista more the more I use it. I'm sure that a well-written defrag
program can take steps to alleviate such issues.
>>> Thus if a background defragger tells Windows
>>> XP to move a 4 GB file, which requires well over 100,000 reads and
>>> writes,
>>
>> so only 40KB per I/O operation? Wrong!
>
> 64 KB. Ibid:
>
> One final change in the I/O system worth mentioning relates to the
> size of I/O operations. Since the first version of Windows NT, the
> Memory Manager and the I/O system have limited the amount of data
> processed by an individual storage I/O request to 64KB. Thus, even
> if an application issues a much larger I/O request, it's broken into
> individual requests having a maximum size of 64KB. Each I/O incurs
> an overhead for transitions to kernel-mode and initiating an I/O
> transfer on the storage device, so in Windows Vista storage I/O
> request sizes are no longer capped. Several Windows Vista user-mode
> components have been modified to take advantage of the support for
> larger I/Os, including Explorer's copy functionality and the command
> prompt's Copy command, which now issue 1MB I/Os.
Precisely my point: 4GB in 64K chunks is 64K read and 64K write
operations, Not "over 100,000". Although perhaps you meant 128K total?
However, there are optimisations which can be done, at least on the read
operations, to reduce the overhead. Some of the device drivers, and even
the disk hardware can reduce the impact.
Thanks to the Vista pointers, though. It was either so long ago that I
had forgotten about them, or perhaps I never read about them in the first
place!
>>> the disk is going to be very busy for a long period of time no
>>> matter what the CPU priority of the background defragger task,
>>> severely impacting any foreground task that needs the same disk.
>>
>> Who says the defragger would want to move such a file in one
>> continuous operation. Maybe on such a large file it moves it in
>> chunks?
>
> No -- it's a limitation of the Windows Defrag API. Haven't you
> noticed how long it sometimes takes to pause or stop a defragger?
I've not looked in detail at the Defrag API. Of course, once again it
points you to having an understanding of what your system is doing - my
40GB daily throughput consists of files only up to about 30MB. If you
were editing large AVI files you might choose different options.
>>> This is part of why I personally prefer to run defrag as a scheduled
>>> task or screen saver utility. You can still be locked out of the
>>> disk for an extended period of time whenever a huge file is being
>>> moved, but the problem is much easier to avoid.
>>
>> This is highly system dependant. In my systems, even when the
>> screen-saver is running the background processing of the 40GB/day
>> throughput continues, so "defrag only during screen save" would be a
>> poor choice. A number of us have tested MST Defrag under these high
>> throughput conditions, and found that there is no perceptible
>> degradation during interactive operation, nor is there any
>> interference with the highly time sensitive continuous throughput.
>
> That's at odds with the review I posted, and with how the technology
> works. There is no magic.(c) Perhaps you're just not seeing the
> impact of very large files, or your I/O is spread over multiple
> drives. The impact is nonetheless real for any version of Windows
> prior to Vista (and Vista has its own performance issues).
Yes, the system is set up with multiple drives, to minimise performance
issues. And I don't have large files, just thousands of small ones!
Cheers,
David >> Stay informed about: Photoshop blur tool Vs expensive lenses |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 1328
|
(Msg. 62) Posted: Thu Dec 27, 2007 4:59 pm
Post subject: Re: Photoshop blur tool Vs expensive lenses [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Thu, 27 Dec 2007 16:48:03 GMT, "David J Taylor"
<david-taylor.RemoveThis@blueyonder.not-this-bit.nor-this-bit.co.uk> wrote in
<7HQcj.68727$c_1.56284@text.news.blueyonder.co.uk>:
>John Navas wrote:
>[]
>> I mean that background defragging is problematic,
>> as the reviewer noted, and as I explain in another post:
>
>OK, but I haven't seen these issues.
I would agree that background defragging works well much of the time,
particularly if you don't normally manipulate huge multi-GB files (e.g.,
DVD images) like I do.
>> In fact it can be a big issue for defraggers, many of which perform
>> poorly (or not at all) with a low percentage of free space.
>>
>> There should be no significant impact of system performance as long as
>> the system doesn't run out of free disk space, so perhaps I don't
>> understand what you're saying.
>
>It's good practice - keeping the disk 70% full can reduce the likelihood
>of fragmentation in the first place, although it's OS dependant.
I'd say it's more dependent on file creation and deletion patterns, and
on how well applications are written. Much fragmentation occurs when
applications do a poor job of initial file sizing, for which there is no
real solution other than defragging.
--
Best regards,
John Navas
Panasonic DMC-FZ8 (and several others) >> Stay informed about: Photoshop blur tool Vs expensive lenses |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 1328
|
(Msg. 63) Posted: Thu Dec 27, 2007 5:10 pm
Post subject: Re: Photoshop blur tool Vs expensive lenses [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Thu, 27 Dec 2007 16:59:42 GMT, "David J Taylor"
<david-taylor.DeleteThis@blueyonder.not-this-bit.nor-this-bit.co.uk> wrote in
<2SQcj.68731$c_1.9045@text.news.blueyonder.co.uk>:
>John Navas wrote:
>> <http://www.microsoft.com/technet/technetmag/issues/2007/02/VistaKernel/>
>>
>> While Windows has always supported prioritization of CPU usage, it
>> hasn't included the concept of I/O priority. Without I/O priority,
>> background activities like search indexing, virus scanning, and disk
>> defragmenting can severely impact the responsiveness of foreground
>> operations. A user launching an app or opening a document while
>> another process is performing disk I/O, for example, experiences
>> delays as the foreground task waits for disk access. The same
>> interference also affects the streaming playback of multimedia
>> content like songs from a hard disk.
>>
>> Windows Vista introduces two new types of I/O prioritization in
>> order to help make foreground I/O operations get preference:
>> priority on individual I/O operations and I/O bandwidth
>> reservations. ...
>
>Thanks for that pointer. It may explain one reason why I'm starting to
>like Vista more the more I use it. I'm sure that a well-written defrag
>program can take steps to alleviate such issues.
Unfortunately, not even the best defraggers can really get around the
issue without some sort of I/O prioritization, which just doesn't exist
prior to Vista.
>>>> Thus if a background defragger tells Windows
>>>> XP to move a 4 GB file, which requires well over 100,000 reads and
>>>> writes,
Note "reads and writes".
>>> so only 40KB per I/O operation? Wrong!
>>
>> 64 KB. Ibid:
>>
>> One final change in the I/O system worth mentioning relates to the
>> size of I/O operations. Since the first version of Windows NT, the
>> Memory Manager and the I/O system have limited the amount of data
>> processed by an individual storage I/O request to 64KB. Thus, even
>> if an application issues a much larger I/O request, it's broken into
>> individual requests having a maximum size of 64KB. Each I/O incurs
>> an overhead for transitions to kernel-mode and initiating an I/O
>> transfer on the storage device, so in Windows Vista storage I/O
>> request sizes are no longer capped. Several Windows Vista user-mode
>> components have been modified to take advantage of the support for
>> larger I/Os, including Explorer's copy functionality and the command
>> prompt's Copy command, which now issue 1MB I/Os.
>
>Precisely my point: 4GB in 64K chunks is 64K read and 64K write
>operations, Not "over 100,000". Although perhaps you meant 128K total?
I did mean total -- see above.
>However, there are optimisations which can be done, at least on the read
>operations, to reduce the overhead. Some of the device drivers, and even
>the disk hardware can reduce the impact.
There's really nothing that can be done to reduce the OS overhead -- all
that can be done is to minimize seek overhead (through ordering), but
that's ineffective when moving a large file on the same physical disk.
>Thanks to the Vista pointers, though. It was either so long ago that I
>had forgotten about them, or perhaps I never read about them in the first
>place!
Be warned that Vista has some nasty performance issues; e.g.,
<http://www.theregister.co.uk/2007/12/20/more_vista_copying_problems/>
I'd personally wait until AT LEAST SP1 (as I would with ANY current
operating system).
>> No -- it's a limitation of the Windows Defrag API. Haven't you
>> noticed how long it sometimes takes to pause or stop a defragger?
>
>I've not looked in detail at the Defrag API. Of course, once again it
>points you to having an understanding of what your system is doing - my
>40GB daily throughput consists of files only up to about 30MB. If you
>were editing large AVI files you might choose different options.
That's my issue, and why I'm not happy with background defragging -- we
have different system characteristics.
--
Best regards,
John Navas
Panasonic DMC-FZ8 (and several others) >> Stay informed about: Photoshop blur tool Vs expensive lenses |
|
| Back to top |
|
 |  |
External

Since: Aug 25, 2005 Posts: 1476
|
(Msg. 64) Posted: Thu Dec 27, 2007 5:10 pm
Post subject: Re: Photoshop blur tool Vs expensive lenses [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
John Navas wrote:
> On Thu, 27 Dec 2007 16:59:42 GMT, "David J Taylor"
> There's really nothing that can be done to reduce the OS overhead -- all
> that can be done is to minimize seek overhead (through ordering), but
> that's ineffective when moving a large file on the same physical disk.
>
>> Thanks to the Vista pointers, though. It was either so long ago that I
>> had forgotten about them, or perhaps I never read about them in the first
>> place!
>
> Be warned that Vista has some nasty performance issues; e.g.,
> <http://www.theregister.co.uk/2007/12/20/more_vista_copying_problems/>
> I'd personally wait until AT LEAST SP1 (as I would with ANY current
> operating system).
What a surprise! One doesn't need wait for nasty surprises on Macs
running OS X, and defragging isn't needed as it's done "in house".
But why are you two prating on and on about PCs???
Cordially, with all due repect, etc. etc.
--
John McWilliams
>> Stay informed about: Photoshop blur tool Vs expensive lenses |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 1328
|
(Msg. 65) Posted: Fri Dec 28, 2007 12:22 am
Post subject: Re: Photoshop blur tool Vs expensive lenses [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
External

Since: Feb 16, 2006 Posts: 656
|
(Msg. 66) Posted: Fri Dec 28, 2007 12:22 am
Post subject: Re: Photoshop blur tool Vs expensive lenses [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <2vf8n313hvk4jlrm6dcam3lhr4em920o98.RemoveThis@4ax.com>, John Navas
<spamfilter1.RemoveThis@navasgroup.com> wrote:
> >and defragging isn't needed as it's done "in house".
>
> I'll pass on background defragging, thanks.
it doesn't do background defragging. your welcome. >> Stay informed about: Photoshop blur tool Vs expensive lenses |
|
| Back to top |
|
 |  |
External

Since: Aug 25, 2005 Posts: 1476
|
(Msg. 67) Posted: Fri Dec 28, 2007 12:22 am
Post subject: Re: Photoshop blur tool Vs expensive lenses [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
John Navas wrote:
> On Thu, 27 Dec 2007 16:12:01 -0800, John McWilliams <jpmcw DeleteThis @comcast.net>
> wrote in <8_GdnVoy343MounanZ2dnUVZ_v3inZ2d DeleteThis @comcast.com>:
>
>> John Navas wrote:
>
>>> Be warned that Vista has some nasty performance issues; e.g.,
>>> <http://www.theregister.co.uk/2007/12/20/more_vista_copying_problems/>
>>> I'd personally wait until AT LEAST SP1 (as I would with ANY current
>>> operating system).
>> What a surprise! One doesn't need wait for nasty surprises on Macs
>> running OS X,
>
> Oh really? LOL!
> http://www.theregister.co.uk/2007/11/02/leopard_security_analysis/
> http://www.theregister.co.uk/2007/11/06/leopard_dataloss_bug_uncovered/
> http://www.theregister.co.uk/2007/11/20/leopard_reintroduces_security_vuln/
> http://www.reghardware.co.uk/2007/11/21/eb_leopard_downgrade/
> http://www.regdeveloper.co.uk/2007/11/28/java_six_os_x/
>
>> and defragging isn't needed as it's done "in house".
>
> I'll pass on background defragging, thanks.
>
>> But why are you two prating on and on about PCs???
>
> Best tool for what we need to do.
>
>> Cordially, with all due repect, etc. etc.
>
> Likewise.
>
> Follow-up to alt.mac.advocacy.inappropriate_and_boring
Nah. PC talk is boring, and that's why I twitted you and David.
As to links: Rubbish. Brit rubbish at that. Anecdotal. There's hardly
been a piece of software released that some folks have seemed to have
trouble with. Bugs, they say. Sometimes, of course, esp if it's MS drool.
Anyway, I wrote because you two were way OT for a long time, and here I
am doing it even worse.
--
WBR, your humble and obedient servant,
John McWilliams >> Stay informed about: Photoshop blur tool Vs expensive lenses |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 1328
|
(Msg. 68) Posted: Fri Dec 28, 2007 12:45 am
Post subject: Re: Photoshop blur tool Vs expensive lenses [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Thu, 27 Dec 2007 19:27:32 -0500, nospam <nospam.TakeThisOut@nospam.invalid> wrote
in <271220071927325788%nospam@nospam.invalid>:
>In article <2vf8n313hvk4jlrm6dcam3lhr4em920o98.TakeThisOut@4ax.com>, John Navas
><spamfilter1.TakeThisOut@navasgroup.com> wrote:
>
>> >and defragging isn't needed as it's done "in house".
>>
>> I'll pass on background defragging, thanks.
>
>it doesn't do background defragging. your welcome.
Only because Apple calls it "optimization" (and other mumbo jumbo).
Direct quote from Apple: "Mac OS X 10.3 Panther can also automatically
defragment such slow-growing files. This process is sometimes known as
'Hot-File-Adaptive-Clustering.'"
--
Best regards,
John Navas
Panasonic DMC-FZ8 (and several others) >> Stay informed about: Photoshop blur tool Vs expensive lenses |
|
| Back to top |
|
 |  |
External

Since: Feb 16, 2006 Posts: 656
|
(Msg. 69) Posted: Fri Dec 28, 2007 12:45 am
Post subject: Re: Photoshop blur tool Vs expensive lenses [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <njh8n3d6eg3dmb4eisr5jpljkecf2q32oj DeleteThis @4ax.com>, John Navas
<spamfilter1 DeleteThis @navasgroup.com> wrote:
> >> >and defragging isn't needed as it's done "in house".
> >>
> >> I'll pass on background defragging, thanks.
> >
> >it doesn't do background defragging. your welcome.
>
> Only because Apple calls it "optimization" (and other mumbo jumbo).
what apple calls optimization is something entirely unrelated to disk
defragmenting. >> Stay informed about: Photoshop blur tool Vs expensive lenses |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 1328
|
(Msg. 70) Posted: Fri Dec 28, 2007 12:49 am
Post subject: Re: Photoshop blur tool Vs expensive lenses [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Fri, 28 Dec 2007 00:45:21 GMT, John Navas
<spamfilter1 DeleteThis @navasgroup.com> wrote in
<njh8n3d6eg3dmb4eisr5jpljkecf2q32oj DeleteThis @4ax.com>:
>On Thu, 27 Dec 2007 19:27:32 -0500, nospam <nospam DeleteThis @nospam.invalid> wrote
>in <271220071927325788%nospam@nospam.invalid>:
>
>>In article <2vf8n313hvk4jlrm6dcam3lhr4em920o98 DeleteThis @4ax.com>, John Navas
>><spamfilter1 DeleteThis @navasgroup.com> wrote:
>>
>>> >and defragging isn't needed as it's done "in house".
>>>
>>> I'll pass on background defragging, thanks.
>>
>>it doesn't do background defragging. your welcome.
>
>Only because Apple calls it "optimization" (and other mumbo jumbo).
>
>Direct quote from Apple: "Mac OS X 10.3 Panther can also automatically
>defragment such slow-growing files. This process is sometimes known as
>'Hot-File-Adaptive-Clustering.'"
<http://www.macattorney.com/ts.html#Anchor-31774>
Maintenance Myth #4: Most folks with an opinion will probably tell
you that Mac's running OS X never need to have their hard drives
defragmented.
Here is a quote from a MicroMat technician, that I think is very
insightful:
The claim that installations of Mac OS X on HFS+ volumes do not
fragment is a myth believed by people who do not have disk optimizers
that allow them to see how much fragmentation their disks have. It is
an example of ignorance that is not able to be removed by any amount
of evidence. I think theologians call that "invincible ignorance." It
is now a widespread form of the pollution of information space.
[Read the rest]
--
Best regards,
John Navas
Panasonic DMC-FZ8 (and several others) >> Stay informed about: Photoshop blur tool Vs expensive lenses |
|
| Back to top |
|
 |  |
External

Since: Feb 16, 2006 Posts: 656
|
(Msg. 71) Posted: Fri Dec 28, 2007 12:49 am
Post subject: Re: Photoshop blur tool Vs expensive lenses [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <7rh8n3pirnqjbe8lh3t0fcufio73evk218 RemoveThis @4ax.com>, John Navas
<spamfilter1 RemoveThis @navasgroup.com> wrote:
> <http://www.macattorney.com/ts.html#Anchor-31774>
>
> Maintenance Myth #4: Most folks with an opinion will probably tell
> you that Mac's running OS X never need to have their hard drives
> defragmented.
>
> Here is a quote from a MicroMat technician, that I think is very
> insightful:
> The claim that installations of Mac OS X on HFS+ volumes do not
> fragment is a myth believed by people who do not have disk optimizers
> that allow them to see how much fragmentation their disks have. It is
> an example of ignorance that is not able to be removed by any amount
> of evidence. I think theologians call that "invincible ignorance." It
> is now a widespread form of the pollution of information space.
macattorney.com? you trust the words of a lawyer?
micromat *sells* defragmenting tools. they're a very biased source.
a far better resource is from amit singh, who wrote a phenomenal book
called mac os internals, a systems approach, a book so thorough that
apple itself uses it for a reference.
here's what he has to say about it, including his test methodology &
results:
<http://www.kernelthread.com/mac/apme/fragmentation/>
the reality is that fragmentation is simply a non-issue on macs. he
concludes:
Defragmentation on HFS+ volumes should not be necessary at all, or
worthwhile, in most cases, because the system seems to do a very good
job of avoiding/countering fragmentation.
however, there are some scenarios in which it may make a difference,
such as high end video, where an errant disk seek might mean dropped
frames, but that's the exception rather than the rule. >> Stay informed about: Photoshop blur tool Vs expensive lenses |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 1328
|
(Msg. 72) Posted: Fri Dec 28, 2007 6:20 am
Post subject: Re: Photoshop blur tool Vs expensive lenses [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Fri, 28 Dec 2007 00:25:40 -0500, nospam <nospam.DeleteThis@nospam.invalid> wrote
in <281220070025402660%nospam@nospam.invalid>:
>In article <njh8n3d6eg3dmb4eisr5jpljkecf2q32oj.DeleteThis@4ax.com>, John Navas
><spamfilter1.DeleteThis@navasgroup.com> wrote:
>
>> >> >and defragging isn't needed as it's done "in house".
>> >>
>> >> I'll pass on background defragging, thanks.
>> >
>> >it doesn't do background defragging. your welcome.
>>
>> Only because Apple calls it "optimization" (and other mumbo jumbo).
>
>what apple calls optimization is something entirely unrelated to disk
>defragmenting.
In fact that's just what it is.
--
Best regards,
John Navas
Panasonic DMC-FZ8 (and several others) >> Stay informed about: Photoshop blur tool Vs expensive lenses |
|
| Back to top |
|
 |  |
External

Since: Jul 27, 2007 Posts: 604
|
(Msg. 73) Posted: Fri Dec 28, 2007 7:39 am
Post subject: Re: Photoshop blur tool Vs expensive lenses [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
nospam wrote:
[]
> however, there are some scenarios in which it may make a difference,
> such as high end video, where an errant disk seek might mean dropped
> frames, but that's the exception rather than the rule.
... and this is just the area where John and I found that our needs
differed. For me, with continuous, small-file throughput, a low-cost
background defragmenter does all that I need (and of course, if Microsoft
built that into the OS they would be accused of locking out third-party
vendors!). For John, with 4GB files being used interactively,
defragmentation requires a somewhat different approach. Same with Apple.
David >> Stay informed about: Photoshop blur tool Vs expensive lenses |
|
| Back to top |
|
 |  |
External

Since: Jul 27, 2007 Posts: 604
|
(Msg. 74) Posted: Fri Dec 28, 2007 7:43 am
Post subject: Re: Photoshop blur tool Vs expensive lenses [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
John McWilliams wrote:
[]
> Anyway, I wrote because you two were way OT for a long time, and here
> I am doing it even worse.
Yes, off the thread topic, I agree, but as digital photographs can fill up
hard disks, and processing can be exhaustive of memory (especially panos
and movies), understanding what the limitations of disks and operating
systems are, and how to get the best performance out of your computer, is
directly on-topic for this group.
Cheers,
David >> Stay informed about: Photoshop blur tool Vs expensive lenses |
|
| Back to top |
|
 |  |
External

Since: Aug 25, 2005 Posts: 1476
|
(Msg. 75) Posted: Fri Dec 28, 2007 9:46 am
Post subject: Re: Photoshop blur tool Vs expensive lenses [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
David J Taylor wrote:
> John McWilliams wrote:
> []
>> Anyway, I wrote because you two were way OT for a long time, and here
>> I am doing it even worse.
>
> Yes, off the thread topic, I agree, but as digital photographs can fill up
> hard disks, and processing can be exhaustive of memory (especially panos
> and movies), understanding what the limitations of disks and operating
> systems are, and how to get the best performance out of your computer, is
> directly on-topic for this group.
But of course.
Chairs!
--
John McWilliams >> Stay informed about: Photoshop blur tool Vs expensive lenses |
|
| Back to top |
|
 |  |
| Related Topics: | Photoshop CS2 and RAM? - Hi, I'm thinking of buying CS2 (I have PS6). I'm concerned about RAM requirements. I have a 2.4GHz P4 with 512Mb RAM. I suspect a memory upgrade may be tricky due to the age of the PC. Is anyone out there running CS2 on a similar spec machine? Also is...
Using Photoshop To Get The Best Out Of RAW Images - I have quite a few RAW images on my PC, however I haven't learnt how to get the best out of them when converting them yet. Any recommendations on good Photoshop books (focusing more on the photography side of things) for learning how to mainly get the...
Photoshop CS2 vs. Photoshop Elements - I am slowly becoming comfortable with basic operations Photoshop CS2. Can someone please tell me what features Photoshop Elements has that aren't in Photoshop CS2? Bob
Photoshop CS2 vs. Photoshop Elements - I am slowly becoming comfortable with basic operations in Photoshop CS2. Can someone please tell me what features Photoshop Elements has that aren't in Photoshop CS2? Bob
support for Photoshop - I recently subscribed to Adobe Expert service for$159 per year.It was great. But that same service is now over a $1000. So I'm looking for a number of the best forums for a newbie Photoshop CS person Could you please let me know the forum that has bee... |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|