Git Product home page Git Product logo

Comments (4)

mloskot avatar mloskot commented on June 16, 2024 2

How about start on support the same RGB views?

There is nothing wrong with features specific or limited to narrow set of specific pixel/view types.
Starting small with a proof of concept, well tested, documented...it's actually a common and appreciated practice, and not only in GIL, I guess.

from gil.

ohhmm avatar ohhmm commented on June 16, 2024 1

Consider it for GSOC. Thanks.

from gil.

SergMariaDB avatar SergMariaDB commented on June 16, 2024

Found one alpha-blending implementation for boost::gil here https://github.com/boost-gil/gil-contributions-archive/blob/sandbox/boost/gil/extension/toolbox/blend.hpp

Here's boost::compute based image generation sample: https://github.com/ohhmm/generator/blob/5ecaa727352d34fd0b0f134c9b8ceed4a202f475/picture-pattern-generate/generator.cpp#L55

Any plans to use boost::compute for boost::gil?

from gil.

mloskot avatar mloskot commented on June 16, 2024

Yes, the github.com/boost-gill is our sister org. I forgot there are some blending implementations indeed.

Any plans to use boost::compute for boost::gil?

No plans, AFAIK, but it's possible:

GIL can accept variety of features via extensions, including domain-specific features, features with new dependencies, features with non-Boost externals as dependencies. So, I'd suggest to consider the Boost.Compute-based blending as an extension first.
It is easy to move features from extension to core, but once a feature is in core, then removing it is not easy. See more on core vs extensions #668

from gil.

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.