Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.
Twitter,
Facebook, or email.
Photoshop: Blur / sharpen effect/filters that work like Adjustment Layers
Just like you can add a brightness filter on top of a layer, you should be able to create an effect filter which acts on the objects under it. Blur / sharpen would be particularly useful.
-
-
-
EMPLOYEE
1Probably never going to happen - the performance impact is much bigger than you think, and gets worse with multiple "filter layers".
Adjustment layers only work well because they don't have a support region (area) to adjust -- they can work on a single pixel at a time. -
-
Why shouldn't I be able to non-destructively blur a shape, as though it's a smart object? It would be great if I could apply effects to shapes/images etc without having to convert them into a smart object
This reply was created from a merged topic originally titled
Smart effects without smart objects.-
You can do that with a smart object because it has an explicit update step, and you don't try to apply the filter "live" with each change to the child object. Without the explicit update step, the performance is horrid (we tried it once, and, well, there isn't enough profanity to describe how bad it was).
Think about this: when you change one pixel under an adjustment layer, we have to update just that one pixel to recomposite the image. And that count doesn't change even with a large number of adjustment layers.
When you change one pixel under a radius 2.0 gaussian blur, we have to update about 300 pixels to recomposite the image. And that number grows geometrically with each added filter and it's support area -- and it would get insane with filters that do large warping (radial blur, distort, twirl, etc.). You could literally change one pixel and have to re-run every filter on the entire image area. -
-
-
-
-
That makes total sense to me. Perhaps the solution is a "render" button. So when you change something it gets reset to low fidelity until you hit render. Similar to how you handle 3D objects.
-
We have that - it's called "save" on a smart object.
Even low quality would be prohibitive for a live preview using adjustment style filter layers. -
-
-
-
-
I've been working a lot in After Effects recently and have become very comfortable with using Adjustement Layers to add effects. I enjoy using Adjustment Layers in Photoshop, too, but yet they're not the same as in AE.
Now what would be really cool to see in a future version of Photoshop:
The ability to apply Smart Filters (e.g. blur) as Adjustment Layers kind of like in AE!
This would be way more handy than having to handle multiple Smart Objects.
This reply was created from a merged topic originally titled
Photoshop: Filters as Adjustment Layers. -
-
Ah, someone has made this suggestion before.
Well, I see you're saying that it's not possible because performance would break down if filters were to be applied as adjustment layers.
But then again think of how well After Effects can handle the very same task. Even with more than one effect on each adjustment layer. I did read the article from the first comment, but please remember CS1 was released almost 9 years ago... I think the cicrcumstances are different nowadays!
I know that you people at Adobe can do it! Smart Objects are good. But in many cases not really what I want. Projects can get uncomfortably complex. I'd really love to see this happening. And I think there are many out there who think the same way.-
Remember, After Effects is dealing with images that are generally much smaller. HD video is 1920×1080px in dimension - an image size that readily fits on native monitors, thus fits in the GPU's memory space. Photoshop documents can be much, much larger 300,000 by 300,000 pixels. It's non-trivial to make the same effects apply to images that an order of magnitude larger.
-
-
And only some After Effects "effects" are live like adjustment layers - most turn off the effect when you work below the effect.
-
-
-
-
Loading Profile...

EMPLOYEE

