Giter Site home page Giter Site logo

Comments (2)

bootchk avatar bootchk commented on June 4, 2024 3

Yes, I would certainly consider it.

An architectural issue is that it fundamentally is a search algorithm, in a random order. It doesn’t process pixels in scanline order. Tiling does little to improve its performance. (If that is pertinent, I am not that familiar with GEGL.)

Another issue is that there are many alternative “in-painting” algorithms, for example OpenCV has one. It might be easier to hook that into GEGL. Or it might be better to hook Resynthesizer into OpenCV, then hook GEGL into that.

Another issue might be political, related to why Resynthesizer is not already part of the GIMP distribution. It is much code, for a filter. The coding style doesn’t meet the standard. At one time, it was C++. Does GEGL have a build system that accommodates 3rd party libraries (if the Resynthesizer is a library, with a GEGL wrapper?)

A while ago, I looked at plugging Resynthesizer into the Krita plugin framework. I just never got past the learning curve for a new plugin framework that has only brief documentation.

Re context aware crop. I am not sure that requires Resynthesizer. Another of my repositories is a Gimp plugin for “saliency” and a library for same. (I might have left it in a broken state, at least not easy to build.) Saliency is glorified edge detection. I have given some thought to its use in automatic cropping. Again, I think you could write a Gimp plugin for automatic cropping, but it wouldn’t necessarily need Resynthesizer, it could use a saliency filter and other filters (segmentation?) from OpenCV.

I do sometimes read the literature and consider other uses for Resynthesizer.

On Jun 28, 2016, at 9:55 AM, Alexandre Prokoudine [email protected] wrote:

Hi Lloyd,

Would you be interested in implementing Resynthesizer's core as a GEGL operation so that it could gain an even wider use? There could be all sorts of interesting things possible, e.g. https://blogs.adobe.com/photoshop/2016/05/content-aware-crop.html https://blogs.adobe.com/photoshop/2016/05/content-aware-crop.html.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #32, or mute the thread https://github.com/notifications/unsubscribe/AAq4EXvbYz8qAc6Pp9RmqREJTUP3QvmIks5qQSfagaJpZM4JAIDT.

from resynthesizer.

magdesign avatar magdesign commented on June 4, 2024 1

Any news on "Resynthesizer for Krita" ?

from resynthesizer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.