First off kudos to Ivan - both because i love being a fan of the underdog, but also because what he built really is great! (Maybe a little also because i am definitely NOT a fan of adobe. sorry.)
There are a cople of quotes here that are intriguing to me...
> "...From 2012 - 2016, Photopea had no monetization plans built in. And after graduation, Ivan only produced $29k in the first year and a half of monetizing..."
"Only" $29k!?! "Only" $29k!? I don't know about anyone else, but i actually find that number to be wonderful. Not everyone needs to be facebook-level monetized for their first year. I wish my startup/saas service monetized that much on its first year!
> "...Photopea is web-based, but it also is completely built using Javascript with no backend. This means it works offline with no internet connection and doesn't require huge computing power..."
I'll admit that when i first learned of photopea - from my offspring no less during one of their homework assignments! - i was impressed right away. Even if it was online only...But i guess i never knew that it can be used offline too! I guess i'll have to play around with it offline. Further, if it is in fact offline usable, well that impresses me a bit from a javascript perspective. I'll admit that i'm not the biggest fan of javascript...but if this kind of comprehensive application can be built with javascript and be usable offline, that's pretty dan impressive, and i guess i gotta give javascript much more respect (and of course play wuith things myself). (Yes, yes, i know that there are Electron apps that leverage lots of javascript for offline purposes, etc...but this thing was built on mostly maintained by one person!)
Finally, I really appreciate that they noted that this was not one of those instant success stories.
> "...these features weren't built in a day, Ivan spent the better part of 10 years slowly building out Photopea! He's solved over 4,000 feature requests and issues on GitHub alone!...With no paid marketing, Photopea found success through AMAs and old-fashioned, word-of-mouth sharing..."
Once again, kudos to Ivan for such a wonderful thing that he built, and for providing with himself a livelihood!!
> Once again, kudos to Ivan for such a wonderful thing that he built, and for providing with himself a livelihood!!
Agreed. But he had to slog on this for years making zero. It would be nice to have a way to get people like him some money before something goes viral.
It also goes to show that "Most overnight successes are 10 years in the making."
There is little to no time spent in this article on how photopea is monetized. I even went to the product itself to find out but couldn’t, at least on mobile. Is there some subscription? What do you pay for? Genuinely asking since I used it a few times and never noticed any payment nagging.
I remember learning about content-aware fill algorithms in my computer vision class back when it was the hot new thing, and it felt like it was yesterday!
I have used Photopea for 3-4 years now for creating all the screenshots and icons required for my iOS and android apps. It’s one of the best software I have used. Super quick to load in browser and not having to install anything on a new Mac are incredible.
I should probably buy the premium membership to support the developer.
Photopea is what I go for when I need an example of a product that's 100% perfect. Pretty much everything about it is polished, quick, intuitive, bug-free, and just works. I've been using it and advocating for it for years. The cost to remove the ads is absolutely worth it too.
> But it has a few problems. It takes up a ton of computing power and battery, which makes it difficult to use on old/slow computers. And the biggest thing, cost.
Given it's a Javascript program I'm not sure how Photopea solves those problems with Adobe Photoshop other than cost.
I wish Adobe sold modernized older versions of Photoshop. For most of my uses PS 7 or CS1 is entirely adequate and those versions ran great on a paltry 400Mhz PowerPC G3 with 128MB of RAM, meaning that it'd be blazing fast on the cheapest modern laptops you can find.
Practically speaking yes, and it’s probably ok to do that for personal use. Where things get shaky is if you want to use it professionally — even if you buy an old license key off of eBay Adobe could decide the license is no longer valid and sue you.
If you had already that license I don't think Adobe can revoke it. I don't think it is legal to revoke a license that is sold in the second hand market either.
The biggest risk I can think of is that the old product may be in some case vulnerable to compromised documents and by sharing the sandbox folder with your main computer you could in theory get the main machine compromised.
Yes, certainly, but the article seems to imply that the author solved those Photoshop problems by creating a Web-based tool, while the actual solution is to make a lightweight tool.
WebAssembly only helps to a small degree here. SIMD support is still too limited and real multithreading will probably never be possible due to spectre vulnerability, so you are leaving about two orders of magnitude of performance on the table.
WebGL 2.0 could be a band aid fix, but it is quite limited compared to CUDA. I'd also expect a bunch of compatibility issues.
As a side note, Photopea already uses WebAssembly.
photopea is one of the best examples of a web application imo. Its a full featured image editing software just running in your browser. No sign up or login required and you can just upload and quickly work off a local file for your computer. You just fire it up and start working.
Agreed. As a longtime Photoshop user, I was gobsmacked the first time I used Photopea at just how good it was. Gobsmacked even more when I found out it was all written in JS and completely running in the browser with no server backend.
EDIT: apparently my enthusiasm is outdated. I just tried to load the site in Firefox [latest version] and got the following error:
"Your browser is too old (no WebAssembly). Please, update it."
If this product is just a few static javascript files, what keeps someone else from just taking these and hosting them on their own site, building up their own user base and pocketing the money?
I recently switched back to using Ubuntu as my desktop OS, and was intrigued to see that Photopea was the default app to open many file types, including PDF.
I thought that was odd because while Photopea is free-of-charge, it's not completely open source [1].
It's not the default on my Ubuntu, and I don't even see it in apt or snap. I wonder if perhaps you've confused it with another program, or are running an Ubuntu derivative.
When I go to the "Files" app and open a PDF, it opens the PDF in my default web browser at photopea.com, i.e. it's not an "app on my machine" so it doesn't show up in the apt list. Photopea does show up us as one of the options when I click on "Show Applications."
If you go to www.Photopea.com and press More - "Install Photopea", it will install the so-called "PWA". This allows starting Photopea with a homescreen icon, in a window without a browser UI. It also allows associating a website with certain extensions, so your system will "open files in a website". It should work on every device/OS/browser (in the long run). You can uninstall it in your browser under about://apps
I use this almost daily for putting together random image assets for other things Im building. Every penny the founder makes us well deserved, I can’t imagine the amount of value for users Photopea has created since inception.
I've tried Photopea a million times, but the interface always messes up somehow. I just tried it, and sure enough, a huge grey box is stuck on the right side of the screen and can't be removed.
So Javascript and Rust? I'm cool with that. Both ends of the programming spectrum. Thinking further on this, could WA offer a way out of the walled garden of mobile development?
Photopea should be GIMP's permanent embarrassment.
I can't believe running a webapp offline written by a single person is more viable than a native program developed by a vast amount of contributors over decades.
Photopea's killer feature is the fact that it, for the most part, directly copies Photoshop's implementations of features. There's no learning curve because it's basically the same. On the other hand, GIMP still doesn't have Smart Objects or Adjustment Layers.
Once upon a time there was a fork called 'gimpshop' that added a PS-like UI to gimp. Clever idea. Warning - the current gimpshop domain hosts some scammer's adware-laden rip-off.
You can do all the same stuff in the gimp, but it's just a little more laborious (or a lot more laborious if you're used to photoshop already I guess). The gimp lets you easily do all the same transformations, copy and reapply transformations, etc. It seems like the adjustment layer keeps the original image and the transformations to make it easier to repeatedly tinker with those adjustments and reapply them more quickly, though.
Adjustment layers are a key part of a non-destructive editing workflow. Without them, doing professional work like retouching is much more difficult. GIMP's issue is that they don't seem to care about power user workflows.
> On the other hand, GIMP still doesn't have Smart Objects or Adjustment Layers.
Or even a layer palette with a list view that acts like a normal list view with e.g. shift-click to multi-select, like every list view on every platform has had for upwards of two decades by now.
I use Photopea at work precisely because of this. I know how to use Photoshop, but I don't have a license for Photoshop as an engineer, but I do sometimes need it. Photopea fills that role perfectly and it's almost a perfect drop-in replacement.
Whenever I see posts like this my immediate reflex is to remind the complainant to have a little respect for the creators. But it’s really hard to disagree with this…
That's been the feeling of many of us for years (literally, when I knew a few of the GIMP folks back in my VA Linux days I rattled off stuff I thought was valuable and some of its still not there...mostly around the baroque UX, 20+ years on).
It's sad because it's not that the app isn't powerful, it's that it's obtuse to anyone but diehards.
I tried to talk and engage in the community for a while, came up with really well researched tried-and-tested UX improvements, only to be dismissed as not “relevant”. Further engagements only seem to be showing how opaque the decision making process is (you can see this in a different form in the wordpress community btw)
You have to keep in mind that for as many non gimp user asking for a change in gimp UI there are as many current gimp users who would not necessarily see it as a good change if it hurts their muscle memory and workflow.
For example when they introduced the single window mode as default, I view it as a regression only because people can't use a window manager properly or pretend to do professional stuff on what is just a glorified video game console OS with a shitty windows management. Thanksfully they kept an option to keep using multiple windows mode for us.
He's done a fantastic job. Meanwhile the GIMP still doesn't have a "Save As..." menu item, you have to go through extra steps using "Export". Just a symptom of the attitude the UI projects.
Maybe all the time looking for how to **ing save the first time, plus all the extra time clicking thereafter, plus the times you forget momentarily and take the wrong route again...
Gimp is a great idea but is a non-starter because of the incredibly disturbing name. I've never heard of photopea before today, but I'm sure glad there's a good alternative.
It would be offensive if that word was refering to someone. It doesn't. It refered initially to "General Image Manipulation Program" and now to "Gnu Image Manipulation Program". It is litterally in the front page of the Gimp website. It is an acronym.
Yeah but if there was a program called HITLER, NAZI, CRIPPLE or what have you, even if their names were acronyms, would you really not think twice about using it?
Congrats from reaching godwin point so early. The former 2 are not really the same scale as they refer to real events that occured, an ideology and agenda.
I don't think I would be annoyed by a software called cripple, especially if it also stands for something else through the acronym., I would probably take it as a joke on the potentially beta status of the software at some point in its life. Again it is not targetting anyone in particular, unlike the former 2.
This is very believable, it is called disruption and is standard in software. Old companies (or projects) will have the legacy of older technology. That 100k LOC ... is a liability too. You have to get your head around it. Many heads. And to change it, you have to work on ... "it". Not what you dream it to be.
Depends what your goal is. For a long time the GIMP people were pretty clear they just wanted to work on it in their spare time for fun. Ton on the other hand always had some very clear and much bigger ideas what he wanted to do with Blender. Is one way "better" or "worse"? I don't think so, it just depends on what your goals are.
When working with big complex applications, learning how to use them is no small investment. It's not a matter of which development methodology better or worse, what matters to me is whether or not I will see a return on my investment.
With Krita, Blender, Inkscape, Love2D, even Kate, I'm confident those time investments will be worth it.
With GIMP and Godot and a few others, I'm not sure.
> With GIMP and Godot and a few others, I'm not sure.
Why?
I unlearnt photoshop 2 decades ago (basically when I stopped being a teenager/young adult downloading pirate copy of softwares I can't afford) and got used to gimp and I never really missed the photoshop.
GIMP has a neat feature called "Color To Alpha", which no other editor has (including Adobe Photoshop). I have added it to Photopea two years ago: https://github.com/photopea/photopea/issues/2205
GIMP doesn't have that many contributors; it's hard to estimate the total contributors at a quick glance because so many committers only commit translation updates, but it doesn't seem more than about 20 over a 25-year period that have some serious (non-drive-by) contributions, all active at different times. Just 4 people seem to account for well over 75% (3 of which are no longer active). At the moment it's about 4 people, give or take, who work on it somewhat regularly.
Is the state of GIMP annoying and frustrating? Sure. Is it a failure to more effectively allocate resources to work on a fairly critical piece of software? I think so. But if you look at the technical side of things it's not that clear-cut at all. Remember that back in the day GIMP had to invent their own toolkit (GTK).
Being a webapp is probably an advantage here. What's the big thing for GIMP 3? The port to GTK 3. Does that really add anything for users? Not really, as such. But that kind of stuff is quite a big time-sink and doesn't really add any features. Same with the new build system, wayland support, i18n changes, etc. which doesn't really "do" anything other than keep the thing from bitrotting.
Photopea has had someone work on it full-time for over 5 years; if you put that against the evenings and Sundays that people work on GIMP, and consider all the "plumbing" they had to do that Photopea doesn't have to deal with then the differences in time spent are probably much smaller than you'd might suspect at a glance.
Gimp has been solving the need of users looking for an open source image editing software for decades. It has been used and forked as filmgimp, now cinepaint who has been used in the film industry.
• Ivan Kutskir: https://twitter.com/ivankutskir
• Photopea: https://www.photopea.com/
• first Reddit AMA: https://www.reddit.com/r/IAmA/comments/9urjmg/i_made_a_free_...
• another Reddit AMA: https://www.reddit.com/r/IAmA/comments/c8ru2y/i_made_a_free_...
• Hacker News: https://news.ycombinator.com/item?id=26768550
• Pieter Levels tweet: https://twitter.com/levelsio/status/1381584225380528129?s=20...
• Product Hunt: https://www.producthunt.com/products/photopea
• 4,000 feature requests: https://github.com/photopea/photopea/issues