Giter Site home page Giter Site logo

nightvisioneffect's People

Contributors

cameronwhite avatar fitojb avatar hussamkhatib avatar oersen avatar robpvn avatar ser82-png avatar weblate avatar zwolfrost avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nightvisioneffect's Issues

Hook into other effects

When the core effects are available, we should hook into them for stuff like adding noise to make the image more grainy.

The EffectData properties should also be translatable.

Currently, the labels for Brightness and Noise in the dialog are translatable, but that's only because they happen to be in Pinta's translation template. For other effects, people will likely run into trouble.

Right now, Pinta automatically generates a string from the property name (e.g. BrushSize becomes "Brush Size") and then uses Catalog.GetString to translate it. In addition to causing issues with Pinta's translation template (see https://bugs.launchpad.net/pinta/+bug/1191928) this will also be a problem with addins since they should have their own translations.

There is a Caption attribute that a few effects use to manually specify a string. However, since attribute values must be constant, you can't use Catalog.GetString or similar functions to do the translation. That's likely why things are they way they are currently.

We might be able to grab the AddinManager.CurrentLocalizer after finding the assembly of the effect, but I'm not sure yet if that's possible.

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.