Git Product home page Git Product logo

gl-react-imagefilters's People

Contributors

greenkeeper[bot] avatar mlix8hoblc avatar st0ffern avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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

gl-react-imagefilters's Issues

Changing Filters with Sliders

I was wondering if you had any suggestions on performance. On an iPhone 6s+ it seems to do ok, but on iPhone 5 it's very choppy. Any ideas on how to correct?

Render part of code:

<ImageFilter height={image.size.height} width={image.size.width} {...imageFilterProps}>
  {image.uri}
</ImageFilter>

I have an option to select each value (sepia, hue, saturation, etc.). I use the slider to apply the filter. I setState to change the value.

My imageFilterProps is an object that has all of the keys you specify in the docs. The component works but it's slow on older phones. Any ideas?

Version 10 of node.js has been released

Version 10 of Node.js (code name Dubnium) has been released! 🎊

To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following changes:

  • Added the new Node.js version to your .travis.yml

If you’re interested in upgrading this repo to Node.js 10, you can open a PR with these changes. Please note that this issue is just intended as a friendly reminder and the PR as a possible starting point for getting your code running on Node.js 10.

More information on this issue

Greenkeeper has checked the engines key in any package.json file, the .nvmrc file, and the .travis.yml file, if present.

  • engines was only updated if it defined a single version, not a range.
  • .nvmrc was updated to Node.js 10
  • .travis.yml was only changed if there was a root-level node_js that didn’t already include Node.js 10, such as node or lts/*. In this case, the new version was appended to the list. We didn’t touch job or matrix configurations because these tend to be quite specific and complex, and it’s difficult to infer what the intentions were.

For many simpler .travis.yml configurations, this PR should suffice as-is, but depending on what you’re doing it may require additional work or may not be applicable at all. We’re also aware that you may have good reasons to not update to Node.js 10, which is why this was sent as an issue and not a pull request. Feel free to delete it without comment, I’m a humble robot and won’t feel rejected 🤖


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

Can't find variable: Component

Working with React-Native,
i've just installed the whole stuff:

from my package.json:

    "gl-react": "^2.3.1",
    "gl-react-imagefilters": "^0.1.9",
    "gl-react-native": "^2.48.0",

but when i add import ImageFilter from 'gl-react-imagefilters'
i got that warning:

Can't find variable: Component
<unknown>
Negative.js:33

@ that line i got from Negative.js the following code :

var Negative = function (_Component) {
  _inherits(Negative, _Component);

  function Negative() {
    _classCallCheck(this, Negative);

    return _possibleConstructorReturn(this, (Negative.__proto__ || Object.getPrototypeOf(Negative)).apply(this, arguments));
  }

  _createClass(Negative, [{
    key: "render",
    value: function render() {
      var _props = this.props,
          t = _props.children,
          factor = _props.factor;

      return _react2.default.createElement(_glReact.Node, {
        shader: shaders.Negative,
        uniforms: {
          t: t,
          factor: factor
        }
      });
    }
  }]);

  return Negative;
}(Component);

How to let Negative.js access to Component (React.Component?) ?
Did i miss something ?

undefined is not a object

hi i want to install gl-react-image. when i want to run this i get the error "undefined is not a object"
This happens when i want to install gl-react-imagefilters

npm install gl-react-imagefilters
[email protected] /home/t/react/image2
└── [email protected] 

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.1.1 (node_modules/sane/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
npm WARN [email protected] requires a peer of gl-react@~2.2.0 but none was installed.
npm WARN [email protected] requires a peer of react@^15.2.1 but none was installed.
npm WARN [email protected] requires a peer of gl-react@~2.2.0 but none was installed.
npm WARN [email protected] requires a peer of gl-react@~2.2.0 but none was installed.
npm WARN [email protected] requires a peer of gl-react@~2.2.0 but none was installed.
npm WARN [email protected] requires a peer of gl-react@~2.2.0 but none was installed.
npm WARN [email protected] requires a peer of gl-react@~2.2.0 but none was installed.
npm WARN [email protected] requires a peer of gl-react@~2.2.0 but none was installed.
npm WARN [email protected] requires a peer of gl-react@~2.2.0 but none was installed.

and this is the Output by typing npm ls gl-react-imagefilters

[email protected] /home/t/react/image2
└── [email protected]  extraneous

npm ERR! extraneous: [email protected] /home/t/react/image2/node_modules/gl-react-imagefilters

Dependencies issues

HI @Stoffern.
I tried to use this module with latest React and gl-react@^2.2.5 but I faced couple of issues:

  • Some of the dependencies are still referencing PropTypes from React
  • gl-react-sharpen produces:

You are trying to use GLSL from gl-react v2 but this feature is only available in gl-react v3. Please upgrade gl-react or downgrade any library that expect gl-react v3

Feel free to let me know if I'm doing something wrong or if that's known issues; I'd be able to come with PR for the PropTypes error; not sure how what to do with gl-react-sharpen.

An in-range update of semantic-release is breaking the build 🚨

The devDependency semantic-release was updated from 15.13.11 to 15.13.12.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

semantic-release is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes for v15.13.12

15.13.12 (2019-04-15)

Bug Fixes

  • package: update resolve-from to version 5.0.0 (6f3c21a)
Commits

The new version differs by 1 commits.

  • 6f3c21a fix(package): update resolve-from to version 5.0.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

An in-range update of gl-react-temperature is breaking the build 🚨

Version 2.0.1 of gl-react-temperature was just published.

Branch Build failing 🚨
Dependency gl-react-temperature
Current Version 2.0.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

gl-react-temperature is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Commits

The new version differs by commits.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

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.