Hacker News new | ask | show | jobs
by bad_user 5154 days ago
That's the Gimp philosophy.

For instance Gimp also doesn't have "smart sharpening", a very useful filter that Photoshop users will recognize immediately.

Applying this filter in Gimp is more complicated, involving several steps (do a search on Google for tutorials), but in the process of applying such filters you'll learn a lot about image composition and about various tricks you can mix and match for other effects.

And the nice thing about it is that Gimp is so extensible that you can write a plugin for it, so you don't have to repeat those steps every time. You can do so with Python or Scheme. Heck, if you search around, somebody else probably wrote a good one.

So when using Gimp, don't expect a Photoshop clone, because it isn't.

1 comments

Hey. Why doesn't someone turn that tutorial into a plugin. It's a really common workflow...

They could bundle it with Gimp and call it 'Smart Sharpen'...

Oh wait.

[seriously - if there's 20 tutorials for a something then it needs to be a built-in]