Photoshop- IPAD

I would like to buy an IPAD and use Photoshop on it. If i work with Photoshop touch on Ipad, and save the file- can i save it in PSD? Can I upload that file to my PC and open that file for further editing in Photoshop on PC?
Orcan I only do that with Creative cloud?
thanks!

Hi Sara,
Photoshop Touch requires an iPad2 or iPad3. You definitely can start a project in Photoshop Touch and then transfer it to a computer to work on in Photoshop on a computer. It requires Photoshop CS5 and would require transferring the file through the Creative Cloud website to get it on the computer. Using the Creative Cloud website is free, you just need an Adobe ID. Once you create an Adobe ID you would sign in with that account in PS Touch and there is an option to upload your project to the Creative Cloud. On the computer you would open the Creative Cloud website (https://creative.adobe.com/) and download the project, its in PSDX instead of PSD (PSDX is the Photoshop Touch format). To import it into Photoshop you have to install a special plug-in, but there is an installer that does it for you. It sounds more complicated than it really is. We have this document that describes the process in detail.
http://forums.adobe.com/docs/DOC-1336
-Dave

Similar Messages

  • Blurred text in image - Photoshop - iPad

    For some reason, the iPad blurs the text in images which have been created in Photoshop as a text overlay, then exported out as a png or jpeg file (using maximum quality). I use text overlays when it is not appropriate to upload an image and then write a caption in the caption field. How can I make the text clearer? It's making our app look unprofessional...
    Many thanks

    I have created large JPEG images in Photoshop and you definitely need to rasterize the text or flatten the entire image before creating the JPEG.
    Also, if you are using these images in a slideshow, you need to be aware that any photo slideshow app (and this includes the Photos app on the iPad) takes a little bit of time to process the image.
    I have many large JPEGs that need a few seconds to compute to full resolution.
    When I first call up one of these images, it is quite blurry, but after about 3-4 seconds, the image displays very sharp. I have to set the amount of time an image is displayed in a slideshow at a minimum of 5 seconds or greater to give the images time to "sharpen up."
    I am sure this is RAM issue as the iPad only has 256 MBs of RAM to work with.
    I wonder why Apple went with such a low RAM amount in the iPad?
    512 MBs I would think be a minimum standard for a device of this type?
    1 GB of RAM, IMHO, would have both great and ideal.
    Message was edited by: MichelPM

  • Raw files fujifilm

    CCan photoshop ipad open fujifilm raw files (.raf)

    It can ***if*** the RAF file is uploaded to Creative Cloud first and then added in PS Touch from there. (And only then your limited to just importing the RAF image; there isn't any RAW editing like in Camera Raw or Lightroom. Still handy though as you won't have to save in another image file format.)
    ON EDIT: I'm assuming supported RAF/RAW file formats here; Adobe constantly updates their flagship products to support new cameras. Give it a shot anyway.

  • Photoshop to MXML to Web  to iPhone iPad

    Finally Flash can dual render in both web(Flash) and iPhone or iPad(non Flash).
    Works with Flex (I'm not releasing this until Adobe contacts me)
    Backwards compatable with Flash (I'll launch this in the new year, any SWF file can convert to HTML)
    Instant render, no compiling - change your FTML page and see the results
    100% HTML and XML compliant - without HTML5
    Visit: http://reshapemedia.com/ftml/ on both your desktop and non Flash player devices like iPhone or iPad for a live examle.
    Full Post: http://reshapemedia.com/ftml/learn/flash-to-iphone-ipad/
    The Concept
    Why configure multiple layouts and build the same application on multiple systems - it wastes time and money.  With FTML you can deploy the same application all across the board - all from Flash/Flex.  When rendering to non Flash environments you can add your own custom CSS file to change the style and layout with out rebuilding the entire application.
    Reshape Media strongly believes: If you want 'interactivity' on an iPhone web page = build an iPhone app - dont kid yourself.  This is all raw HTML, no HTML5 - Flash all the way.
    What Environment Can I Code FTML In?
    Any!  You can code FTML in:
    HTML
    PHP and ASP
    Notepad
    Dreamweaver / VisualStudio
    Flex
    Talk Is Cheap, How Can I Try It Now?
    You can do this your self in under 5 minutes! 
    All the code is live and renders changes instantly
    You only need to refresh your web page to see the changes
    Lets get started...
    Start by taking a Photoshop PSD file.  This file will server as the layout to your project.  Use our Photoshop to Flash jsx script to convert your PSD into a Flash Text website in seconds.
    Photoshop to Flash jsx script: http://reshapemedia.com/ftml/learn/photoshop-to-flash-ftml/
    Once the script is completed you will have a [ftml-www] folder with all the required files for your server.  Place the files on yoru server or localhost and your website will be up and running right away.
    Visit the site using your localhost: http://localhost/ or put the files on your website
    The Flash Text website is instantly available on all browsers and devices.  You can view your Flash website on a desktop browser with Flash Player, or a non Flash Player device such as an iPhone or iPad.
    (this is my testing environment - I spoof my headers as mobile for my server)
    Thats it... simple and easy with no headache required.
    How Does It Render?
    There are 3 main render modes for HTML.  All you do is add the meta tags to your HTML page to change the render style.
    <meta name='content-ftml' content='ftml' />
    This is the default render for FTML on iPhones when no meta data is present.  This will render the Flash Text page similar to a Flash layout.  Its important to use x and y postions for this render.
    <meta name='content-ftml' content='ftml/html' />
    This will render the Flash Text page similar to a HTML layout.  All elements are stacked and can use costom CSS stylesheets for layout.  This is the best render method if you are used to working with HTML.
    <meta name='content-ftml' content='ftml/flash' />
    This will render the page with a full-screen layout.  Use this method if you do not have scrollable content on your page.
    Try it your self... Build a multi-device project with Flash from anywhere... in seconds!
    Remember, FTML is free of change and requires no downloads to get started.
    My Actual Question
    What would the Flash/Flex community like to see / have when rendering to iPhone.  I'm not Adobe so if you make a suggestion to me and I like it - its added yesterday.  I can do anything when rendering so use your imagination!
    Eg. 'Suggestions' From Myself
    Parse the actionscript into 'somewhat' compatable javascript - maybe jQuery
    Create a 'somewhat' compatable tweener for HTML
    Add support for all media (audio and video) on iPhone
    Find a way to access the native device functions (mostly through file types and external events)

    Parse the actionscript into 'somewhat' compatable javascript - maybe jQuery
    drkstr_1 wrote:
    I think the only way we will see a truly consistent(ish) rendering of flash content is through a js lib that exposes the flash player api and interprets the byte code at runtime
    That was my first path actually.  I wanted to just take the byte data from Flash or event simple meta data.  But the problem in that is that not all devices support Flash Player, so the IDE is not accessable under all circumstances.
    I have class builders (I can send a manifest to it and it will spit out my Actionscriptcode, I've ran it on 100s of files at times)... this helped me to get a better understanding of syntax relationships between code.  That being said... I can parse some PHP and Javascript into Actionscript, but I'm not working on the opposit to apply Actionscript logic within PHP and Javascript - to be honest I'm about 40% complete on that one.
    FYI: I can render MXML live - at runtime and compile actionscript live - at runtime.  Try it out.
    Samples: http://reshapemedia.com/ftml/downloads/flash-samples/
    - lots of samples to test
    Tweening: http://reshapemedia.com/ftml/samples/tweening/
    - note: when using the samples you can edit and recompile the code live.
    Now bring both feet out of the box - I'll be working on this for the next little bit to perfect it for my needs, but I'd like to make it work for everyone. 
    Who doesn't need the ability to change thier existing SWF they made in CS4 to HTML... so it can be visible on iPhone?

  • I am member of creative cloud, so how to install Photoshop touch on iOS iPad 4 & not pay $9.99?

    I am a new member of the creative cloud and I have had no issues installing the creative cloud applications on my desktop (mac and PC), however my question regards installing the Photoshop touch app on the iOS iPad 4 device without having to pony up the $9.99 iTunes app fee.
    http://itunes.apple.com/us/app/adobe-photoshop-touch/id495716481?ls=1&mt=8
    The above URL is the path that the Adobe website provides to download the app, and I can successfully access via iOS iPad 4. However it appears that I need to purchase the app for $9.99. It is not clear how I can use my yearly creative cloud membership to avoid paying the app fee.
    Please advise if I am not looking in the correct place, or if I need to login via my Adobe ID to bypass this iTunes cost.
    I could not locate an installation guideline on the Adobe website, so please advise.
    Ken R. of New Jersey.

    Yup, clear now.
    I do like Adobe apps, but the price tends to be on the high side. I am a bit disapointed that the touch are not available via the cloud subscription, so I will stick with the desktop versions instead as they are more robust anyway.
    I see that Adobe has removed this statement under the plans, when the link is clicked, so I am certain I will not be the only person to be confused regarding what is included.
    Thanks for the follow-up, this was very helpful.

  • I have Photoshop for the IPad and my file won't load, can anyone help?

    I have the iOS app for adobe Photoshop and I stopped working on my project for a bit, went back to access it (I did save before hand) and it won't load, the loading animation is all that shows and nothing else. It's been doing this for 30 minutes or so. I've tried refreshing, shutting the app and turning it on, shutting off my iPad and turning it on again and nothing.

    We don't deal with IOS applications in this forum at all, only with Photoshop proper for Mac and for Windows.
    Are you on something like  Adobe Photoshop Touch for tablet?
    Try finding the forum for whatever your application is on the forums/community directory:
    https://forums.adobe.com/welcome

  • I am considering buying an iPad 3. I have an iMac with OSX 10.6.8. On the iMac I have many photos and work with iPhoto and Photoshop Elements on the computer. Can I interchange or transfer photos and other work from the iMac to the iPad? How?

    I am considering buying an iPad 3. I have an iMac with OSX 10.6.8. On the iMac I have many photos and work with iPhoto and Photoshop Elements on the computer. Can I interchange or transfer photos and other work from the iMac to the iPad? How?

    velma Monreal wrote:
    I am considering buying an iPad 3. I have an iMac with OSX 10.6.8. On the iMac I have many photos and work with iPhoto and Photoshop Elements on the computer. Can I interchange or transfer photos and other work from the iMac to the iPad? How?
    Yes you can. In iPhoto create a Album with the photos you want in it. You can drag them from your Events folder. In iTunes with your iPad connected go to Photos by cliking on your iPad. You can then select the album or events you want.

  • View Adobe Photoshop Elements catalog with iPad?

    I have 43K images in my Adobe Photoshop Premier v10 catalog...all of which have been organized into Albums (by year), rated (0-5 stars), and tagged with multiple keywords.
    My Q is this:  is there an iPhone/iPad app which can connect to my NAS server or laptop and understand this Adobe Photoshop Elements cataloging for displaying images??
    I want to know how my iPhone/iPad can become a device to showcase my images, and would love to show "all photos of Dad", or "Xmas 2012 album", etc...
    Thoughts?
    Thanks
    Mike

    No. If you use windows you can send PSE albums to your ipad via itunes, but there isn't an app that can understand an organizer catalog per se.

  • How to install cc Photoshop Touch on ipad and iphone?

    I'm a Creative Cloud subscriber.  How do I download and install Creative Cloud Photoshop Touch on iPad and iPhone?

    Thanks, Romit, but that doesn't help.  I see no group heading on the
    supplied link that answers my download/installation question.
    Do I load PS Touch to my iMac computer, then transfer onto the mobile
    devices?  Or do I download directly from CC to each device. When I try to
    download from CC directly to my iPad, (or iPhone), I get caught in an
    endless loop, even after I've logged in, asking me if I want to become a CC
    subscriber.
    This is not fun.  Or efficient.
    Steve Rossman

  • Can you download adobe photoshop CS6 and use it on a Ipad?

    I want to know if I can download Adobe Photoshop CS6 and use the program to edit photographs on my ipad?

    Only free or purchased apps from the iTunes store can be used on Apple's iDevices. Will iPhoto do what you want? There are other photo editing apps in the iTunes store.
     Cheers, Tom
    Look at these apps.
    Updated AppList: Photo Editing Apps For iPad
    http://appadvice.com/appnn/2012/03/updated-applist-photo-editing-apps-for-ipad
    12 Stunning iPad Photo Apps
    http://www.pdnonline.com/gear/12-Stunning-iPad-Pho-6559.shtml
    Message was edited by: Texas Mac Man

  • After the recent update on my Ipad Mini. It crashes frequently. The latest is that during saving, it crashed. Now I can't open my project file. It says, Not a valid Adobe Photoshop Touch file. What happened?!!

    After the recent update on my Ipad Mini. It crashes frequently. The latest is that during saving, it crashed. Now I can't open my project file. It says, Not a valid Adobe Photoshop Touch file. What happened?!!

    Sufficient free storage.... tried the reboot and install... Just received an iOS update I'll install tonight and do another reboot...see what happens. Going to have to start saving double..

  • Adobe photoshop touch for iPad 1?

    I'm a iPad 1 user and I really want to edit pictures on iPad I waited and I see the adobe photoshop touch app, it's for iPad 2 only            

    Photoshop Touch for the iPad specifically states - iPad 2 only.... so no Touch solution for you...
    What sort of things are you trying to accomplish with your iPad 1 ?
    If you are looking for basic adjustments, sharpening, cropping, etc., and some minor effects & frames then you could always give Photoshop Express a try... In other software you could do a lot worse than programs like Nik's Snapseed or Filterstorm Pro... I use both of these apps but PST is now offering me options that neither of them has - plus some continuity with OS native Photoshop itself...
    None of those other programs offers you a "layers" option so if that is your need then I see a new iPad in your future....
    Even if you could make it run PST I think your iPad 1's processor and ram would choke pretty hard as soon as you tried to stack a few layers...
    Hope that helps - even though it's not the news you were looking for...

  • Adobe Photoshop Express for iPad

    the free mobile phone application called adobe photoshop express just support iphone before, now it can also support ipad platform and also the name changed as express, now users can use ps on ipad now. it maybe a really good news i got today.

    mmg kity wrote:
    the free mobile phone application called adobe photoshop express just support iphone before, now it can also support ipad platform and also the name changed as express, now users can use ps on ipad now. it maybe a really good news i got today.
    Try the firestorm app, it's free. It more powerful than the Adobe Photoshop Ex. app. The one thing I like about it, it allows you to add text captions to a photo. The editing tools are awesome... Check out their video tutorial.
    http://filterstorm.com/filterstorm-2-tutorial-videos.tai
    Message was edited by: David M Brewer

  • What is the pixel or inches dimension to create a perfect sized wallpaper in Photoshop for the iPad air?

    I figured out by trying different sizes to make about a perfect sized wallpaper for the iPhone 5, but can't seem to make one for the iPad air. The dementions I used for the iPhone 5 was  1536x 894 pixels or (12.417 inches Wide x 21.333 inches Height) which fits the iphones wallpaper about perfect. Note this is with having reduce motion ON in the settings>accessibility tab. I used photoshop to create these wallpapers. Please let me know if you have figured this out        Thanks!

    I reduced the size of my photo small enough so when you go to install it you need to put two fingers on it to stretch it out to fit. Far from an exact science but doable.

  • Problem: linking iTunes to Photoshop Elements after upgrading to iOS 7.3.4 to sync iPad to Albumns in Organiser.

    Since upgrading to iOS 7.0.3.4 I can link to Folders but not to Albums in Photoshop Elkements 11.
    Is Apple aware of this bug and can we expect that it will be corrrected in due course?
    Has anyone got a fix?
    I can Export Albums from Organiser to Adobe Revel and then iTunes recognises the Album - but Revel only recognises JPEG files and they have to be small as exporting is such a slow process.
    I can import a PDF file to my iPad containing a photo slide show previously created with Elements Organiser - it finds its way to the Books app.

    Thanks:  I did not make it clear that the acquisition of Revel was subsequent to the onset of my problem - Revel is an attempt to work around the problem.
    When using iOS 6 the link from iPad to Photosdhop Elements  - Organiser - Albums via iTunes worked perfectly - I could sync iPad with iTunes no trouble. Upgrade to iOS 7 and iTunes - Photos showed the title of the Album but contained no photos. After exporting an Album from Orgniser to Revel the photos automatically re-appeared in the iTunes albums list.
    Have you any other suggestions?
    DesMLR

Maybe you are looking for

  • Adobe Reader error message, "The application was unable to start correctly(0xc000007b)"

    Upon start up of my PC, an error message occurs that states, 'The application was was unable to start correctly(0xc000007b)" Reader isn't functioning properly and any programs that require it cannot be used(i.e. itunes, etc)  My computer operating sy

  • Generating CSV file with column names and data from the MySQL with JAVA

    Hi all, Give small example on ... How can I add column names and data to a CSV from from MySQL. like example sequence_no, time_date, col_name, col_name 123, 27-apr-2004, data, data 234, 27-apr-2004, data, data Pls give small exeample on this. Thanks

  • "Save as" misses the point

    Hi, the Save as- function is back which makes me quite happy. But after using it the first time with preview, I am greatly disappointed. It doesn't work the way it previously did and should work. I cropped several images and hat to manually recover a

  • Http - xi

    I have a scenario where I have to send data from text fields of website to XI.  I have figured out I need to use HTTP adapter to do this and also through the forum I was able to get the html file to test my scenario.  Now the thing that I am scratchi

  • I was wondering if anyone had an easy way to edit the photos on a .swf file?

    I am trying to change out the photos on the flash photos on my homepage.  I only have the .swf files.  Is there an easy way to do this?  My web developer wants to charge a ridiculous amount to do this and I would actually rather learn how to do this