I'm an iOS user. But frankly, iOS sucks for this kind of work. I tried. Copy pasting is slow, file handling is unnecesserily clunky (just give me a file browser Apple). And exporting always needs some kind of workaround because I can't just pop in USB drives (which my wife's Surface Pro gladly accepts).
You say you tried, but it sounds to me like you didn't try hard enough. I'm a hobbyist photographer, and I do the vast majority of my photography work on a 9.7" iPad pro, with a Pencil. I'm constantly editing 24mp RAW files in Affinity Photo, which is about as close to full-fat Photoshop running on the iPad as you can possibly get, and let me tell you: It's fantastic. I turn on my camera, I shoot some images. I open…
Adobe will bring the full Photoshop to the iPad
71–80 of 97 posts
Re: Adobe will bring the full Photoshop to the iPad
#72I wonder if people will drop Photoshop from their list of deficiencies when the topic Tablet vs. PC comes up. Often, some people bring up the lack of productivity tools like PS, X_Cad, writing and building code etc.
I don't think I understand how one could possibly use Photoshop effectively with such imprecise and limited input options as touch. I don't think I'd be able to do it on a surface the size of an IPad with a good stylus, let alone my grubby sausage fingers. Especially without keyboard shortcuts to reduce the amount of clicking around to select different tools and navigate.
Re: Adobe will bring the full Photoshop to the iPad
#73I'm an iOS user. But frankly, iOS sucks for this kind of work. I tried. Copy pasting is slow, file handling is unnecesserily clunky (just give me a file browser Apple). And exporting always needs some kind of workaround because I can't just pop in USB drives (which my wife's Surface Pro gladly accepts).
Personally, I’m imagining a future where you don’t need a USB drive to move files between devices. Dropbox, Creative Cloud, Universal AirDrop. I would like the touchscreen paradigm to be expanded. Pencil, force touch, and perhaps something like Kinect/Soli: https://atap.google.com/soli/
Re: Adobe will bring the full Photoshop to the iPad
#74Earlier quoted context omitted.
Browsers don't have the power or the speed to run the most demanding loads that Photoshop require (especially without using more memory than needed) At some point you really need to manipulate image data (from/to disk) in weird ways that's just not possible in a browser Try opening a .jpg file that's bigger than available memory in PS and see how that goes (harder now as memory is not so constrained) as opposed to ot…
This is not even true in the classical JavaScript world. A 10 year old tiling image viewer (think of any map viewer) proves the opposite. Given we have WebAssembly and friends nowadays, you can think of the browser as a X86 VM host if you whish, with similar limitations (= no relevant limitations for running PS).
If what you said was true we would already have late Xbox 360 and PS3 like games running in the browser...with acceptable performances on high end hardware, which is clearly not the case.
Re: Adobe will bring the full Photoshop to the iPad
#75Earlier quoted context omitted.
ex-Adobe engineer here - don't be disappointed, I think they'll do it soon. I was working in the acrobat team till last month, and we were working on porting the Acrobat Reader to the web. When I left it was in the internal beta stage with minor UX tweaking work left. It is expected to be release very soon. I think similar efforts may be (or will soon be) ongoing in other teams as well.
Interesting. Pretty great that Adobe didn't require a non disclosure of that type of information for a set time after leaving the company like most. Bravo for Adobe for allowing their ex employees freedom to talk about what they are working on.
Re: Adobe will bring the full Photoshop to the iPad
#76Hopefully, this means we’ve reached some critical mass of Mac apps moving over. Because the iPad is the future of computing, much the same way the GUI superseded text interfaces.
Re: Adobe will bring the full Photoshop to the iPad
#77Earlier quoted context omitted.
Personally, I’m imagining a future where you don’t need a USB drive to move files between devices. Dropbox, Creative Cloud, Universal AirDrop. I would like the touchscreen paradigm to be expanded. Pencil, force touch, and perhaps something like Kinect/Soli: https://atap.google.com/soli/
I’d love it if airdrop worked. I have had some success iphone to iphone (iphone6). However iphone6 to mid 2014 mbp on the latest stable osx and 9 times out of 10 it fails. I thought staying in the Apple ecosystem would prevent stress from integation issues, but the reality is unless you subscribe to icloud you are in for a rough ride.
Re: Adobe will bring the full Photoshop to the iPad
#78Re: Adobe will bring the full Photoshop to the iPad
#79I'm an iOS user. But frankly, iOS sucks for this kind of work. I tried. Copy pasting is slow, file handling is unnecesserily clunky (just give me a file browser Apple). And exporting always needs some kind of workaround because I can't just pop in USB drives (which my wife's Surface Pro gladly accepts).
You say you tried, but it sounds to me like you didn't try hard enough. I'm a hobbyist photographer, and I do the vast majority of my photography work on a 9.7" iPad pro, with a Pencil. I'm constantly editing 24mp RAW files in Affinity Photo, which is about as close to full-fat Photoshop running on the iPad as you can possibly get, and let me tell you: It's fantastic. I turn on my camera, I shoot some images. I open…
Re: Adobe will bring the full Photoshop to the iPad
#80Earlier quoted context omitted.
This is not even true in the classical JavaScript world. A 10 year old tiling image viewer (think of any map viewer) proves the opposite. Given we have WebAssembly and friends nowadays, you can think of the browser as a X86 VM host if you whish, with similar limitations (= no relevant limitations for running PS).
You can't really load giga bytes of data in a web page without that page dying. The issue isn't really what Javascript can or cannot do (though speed is obviously a concern). Even if you manage to stream the data somehow you still need to persist it locally, and I'm pretty sure no browser allows that kind of quota. Photoshop feature complete is not going to run in the browser soon. If what you said was true we would…