Slashdot Mirror


Photoshop Online Within Six Months

scobrown writes "Adobe is going to create a software-as-a-service version of photoshop that it will initially be offering for free. It should be available within 6 months. It is supposed to be ad supported... but we'll see how long that lasts"

16 of 179 comments (clear)

  1. Platform-independent, I hope by darien · · Score: 4, Insightful

    So long as it's not written in ActiveX or anything dumb like that, this could be good news for Linux on the desktop. Can't install the latest version of Photoshop? Who cares, just use it online!

    1. Re:Platform-independent, I hope by dankenstein355 · · Score: 5, Insightful

      Rather use GIMP to be honest. Anyway, performance will be way too slow for any image of a reasonable size over the web. Why bother? Or am I missing something here?

    2. Re:Platform-independent, I hope by miyako · · Score: 5, Insightful

      I'm guessing that while performance might suck for large images, anyone doing real graphic design and photography will have a real version of Photoshop. This is probably intended for people who want to be able to quickly design some small graphics for use on their website.

      --
      Famous Last Words: "hmm...wikipedia says it's edible"
    3. Re:Platform-independent, I hope by Farmer+Tim · · Score: 4, Funny

      Photoshop Elements!

      I tried, but I can't find the periodic table pulldown. Hell, I can't even specify "Cobalt Blue" in the colour picker...

      --
      Blank until /. makes another boneheaded UI decision.
    4. Re:Platform-independent, I hope by GweeDo · · Score: 5, Funny

      Yup...that feels just like Photoshop!

  2. GIMP online 7 years ago by Tet · · Score: 4, Interesting

    This is nothing new. There was an online version of GIMP available 7 years ago. It wasn't a commercial success, but with today's hardware and bandwidth prices, and with a modern AJAX interface, would it stand a chance now? Adobe obviously seem to think so.

    --
    "The invisible and the non-existent look very much alike." -- Delos B. McKown
  3. Next business opp. by 140Mandak262Jamuna · · Score: 4, Insightful

    Once it is offered, someone from the Third World would offer services to touch up the photos, clearing the background and adjust the color balance etc on the web using the free adobe photoshop. Already I have seen ads from people willing solve CAPTCHAs for less than a dollar an hour. Homework service for school children is also popping up. If only someone would invent a lawnmower that could be driven remotely via the net ...

    --
    sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
  4. I can't wait by eclectro · · Score: 5, Funny

    This means that Microsoft will follow by putting their much loved 'MS Paint' online.

    --
    Take the cheese to sickbay, the doctor should see it as soon as possible - B'Elanna Torres, "Learning Curve"
  5. Anyone remember Photo Deluxe? by Dogtanian · · Score: 4, Insightful

    Didn't take reading the article to figure out that any version of Photoshop that was both online and ad-supported was more likely to be a very cut-down service and greatly different/simplified from the boxed versions.

    I used to use an app from Adobe called "Photo Deluxe". It was based on the Photoshop engine, but with the interface totally changed and cut down (more so than Elements). I wouldn't have considered that Photoshop, and I suspect that this online service will be even more simplified. Calling it Photoshop is likely just a branding exercise.

    --
    "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
  6. Re:GIMP online 7 years ago (who cares?) by Frosty+Piss · · Score: 5, Interesting

    Whenever people Photoshop comes up at Slashdot, people mention Gimp. But Gimp is not a substitute for Photoshop as far as professional users are concerned. Gimp is like so many OSS projects, a rat's nest of messed up code, no real road map, and half-assed implementations "features".

    --
    If you want news from today, you have to come back tomorrow.
  7. I don't get it... by Zeek40 · · Score: 4, Interesting

    Seems like it will be an interesting experiment in software as a service, but media editing seems to be a bad fit for the "software as an online service" model due to the high bandwidth & processing demands. The math has to be done either on the user's end (which would be bad for folks with low spec systems, who i see as the primary target for this business model) or on Adobe's systems (which will cost them money, decreasing their bottom line). Anyone with experience in the field have any compelling reasons why one would chose to use adobe's online photoshop rather than just using picasa or gimp?

  8. Where is the CPU? by bjb · · Score: 5, Insightful
    OK, so I upload my 20MB PSD file and run a gaussian blur on it. Who's CPU is doing that? Unless it is ActiveX (Win32 only) or a Java plug-in (most likely not super efficient on raw CPU features), is it going to be hosted on their servers? Javascript won't handle it very well, I'd have to think.

    Probably not going to be a huge deal, but those real-time previews of CPU intensive filters are nice on the machine local installation; only hope those make it to the online as well.

    --
    Never hit your grandmother with a shovel, for it leaves a bad impression on her mind...
    1. Re:Where is the CPU? by lpontiac · · Score: 5, Insightful

      This is Adobe. They'll write it in Flash. Expect an application that'll run locally in the Flash runtime (which will happily have optimised image composition routines to do stuff like a Gaussian blur), but with the web used to deliver the application inside a browser, and possibly with online storage and/or public sharing of your work tied in.

    2. Re:Where is the CPU? by mpcooke3 · · Score: 4, Funny

      Oh yes that's logical. They'll entirely rewrite one of the most complex C/C++ apps ever written - in Actionscript.

  9. Re:Video Editing by Farmer+Tim · · Score: 4, Funny

    You can already do online video editing in java.
     
    ...depending on your life expectancy.

    --
    Blank until /. makes another boneheaded UI decision.
  10. Re:GIMP online 7 years ago (who cares?) by Thundersnatch · · Score: 4, Informative

    There's a lot more than a "CMYK implementation" needed to replace Photoshop. You need suppport for ICC color correction, a lossless "base" color space (e.g. L*a*b), high-bit-depth support, monitor/scanner/device calibration support, 6+ color separation support, PANTONE color library support, and a hundred other professional-level features.

    GIMP is good for making JPEGs that target the web, where color fidelity is (lamentably) disregarded. And of course personal photo editing. GIMP's true competition at this point is Photoshop Elements, Paint.NET, Paint Shop Pro, and other "prosumer" tools.