Looks great. Any chance this could be bundled as chrome native app ? Similar to https://chrome.google.com/webstore/detail/pixlr-touch-up/jkl... For a photo editing app, I hate opening up the browser. Also curious, If the app is using emscripten in some way for the photo editing part.
Yes, we do! https://chrome.google.com/webstore/detail/polarr-photo-edito... The app is not using emscripten
Show HN: Polarr.co, a WebGL photo editor
71–80 of 100 posts
Re: Show HN: Polarr.co, a WebGL photo editor
#72Dev of Polarr here. I think the biggest thing that's missing from the current release is RAW image support which is technically difficult to do. We're right now having some success of extracting the thumbnail of RAW and do it on the client side only using JS, but editing the RAW is a lot harder and we're thinking about using some WebGL texture blending. Any thought/comment on this is welcomed and appreciated. (Not su…
FWIW the other key feature missing for me is the histogram.[1] Pretty much everything I change in Lightroom, I'm keeping an eye on the histogram to make sure I'm not (unintentionally) blowing things out or losing dynamic range. Being able to drag the histogram itself is a bonus, but being able to see it at all is key. Oh yeah, and noise reduction. With low-light photos lack of noise reduction is a dealbreaker. Maybe…
- Update, we just added the previously hidden de-noise function there, it is not the most efficient but algorithmically correct, hope this helps
Re: Show HN: Polarr.co, a WebGL photo editor
#73Earlier quoted context omitted.
The Polarr Editor is great and is a already more useful than Lightroom. What is relly compelling as $1B company is the vision in https://www.polarr.co/box
The point of using lightroom is Cataloging and RAW photo development. I can't see what's useful since the hyperbole mentions Lightroom. It's a program to develop RAW's (Even the name of the application is a pun on that)
Re: Show HN: Polarr.co, a WebGL photo editor
#74This is an awesome idea. I think what people might be missing is that even with the features you currently have, there's a market for this application already, though maybe not as a stand-alone lightroom replacement. If you think about batching, my brain immediately starts gravitating towards real estate, headshots, HS seniors photos, ENG. In short: drop the filters, put the "basic" controls on the left, focus on wha…
Re: Show HN: Polarr.co, a WebGL photo editor
#75I have my pictures on my computer and I have native applications to edit them. For my needs the free ones (as in beer and as in speech) are good enough. I can Save as... the images I find on the web and edit them too (licenses that allow reuse, Google has a search for them). So far the only feature that Polarr has and a native application doesn't have is that photo styles from the community thing (not a quote because…
Re: Show HN: Polarr.co, a WebGL photo editor
#76Dev of Polarr here. I think the biggest thing that's missing from the current release is RAW image support which is technically difficult to do. We're right now having some success of extracting the thumbnail of RAW and do it on the client side only using JS, but editing the RAW is a lot harder and we're thinking about using some WebGL texture blending. Any thought/comment on this is welcomed and appreciated. (Not su…
https://github.com/photo/frontend https://github.com/photo/frontend/issues/1400
Re: Show HN: Polarr.co, a WebGL photo editor
#77Slightly off topic. I have yet to be convinced that non-native applications is the way of the future? It seems like the current trend is to make everything run in the browser these days. I don't really have an argument against it but I just can't quite buy into it yet.
Re: Show HN: Polarr.co, a WebGL photo editor
#78I don't see it, the app works, but it's just a bunch of horrible filters a-la-instagram. They work fast but they are still nothing like Lightroom which does a lot more than ruin photos with filters. All the ones I tried degraded an image, not once did I see any improvement, it's either blowing out highlights, introducing color shifts, or expanding the range to lower contrast or compressing the range and crushing the…
The right hand side panel pretty much does what Lightroom is doing mostly and you're in full control of which direction of your photo is moving into.
Re: Show HN: Polarr.co, a WebGL photo editor
#79Re: Show HN: Polarr.co, a WebGL photo editor
#80Wow, this is awesome. I made a WebGL image editor as a side project ( http://photogl.net ) so I know how much work it takes. I'm impressed. I'll be really excited if/when you get 16bit RAW working.