Adobe Assets: PSD export to image(PNG, JPG) crashes webpage

Firstly it is great that Adobe Assets was released so that it would be possible to view PSD files.
Have a PSD file opened in Adobe Assets on Google Chrome(Linux). I am trying to use the option of exporting the PSD to an image format, but the Actions -> Download -> PNG/JPG crashes the webpage.
Any workaround other than using Adobe Photoshop? I guess I can ask the creator of the PSD to export it.

I set up Ubuntu 14.04.1 LTS using the iso image from here Ubuntu 14.04.1 LTS (Trusty Tahr). Using either Chrome or Firefox I am able to download both a png and jpg image of a psd file from the private file one-up page.
First steps to try are rebooting the machine, and clearing all cache / cookies from the browser.
Next thing to try is to choose Actions > Download and from the Chrome Dev Tools for the download you should see:
Request Method: GET
Status Code: 200 OK
Request URL: https://scproxy-prod.adobecc.com/api?X-Location=https%3A%2F%2Fcc-us1-prod.adobesc.com%2Fap i%2Fv1%2Fassets%2F1d9b9bbe-5868-4540-a46e-e305b9e23ee7%2Frenditions%2Fjpg%2Ffull&Authoriza tion=Bearer%20[redacted]A&download=true&filename=test.jpg

Similar Messages

  • Illustrator CS6 DWG export also creates PNG/JPG Rasters?

    Why does Illustrator CS6 create a bunch of raster images (PNG or JPG) files when I export to DWG? There's no way to turn it off, is there? This is stupid.

    Also, they changed the way DWGs are exported, from CS5, again. It was working fine before, now not only does it add an array of raster images, it's buggy as hell. I get some lines but not others. I don't see any rhyme or reason to it, yet. This is really frustrating. My art is not complex at all.

  • File export size problem (PNG,JPG ....) - CS5

    I am using trial of Adobe Illustrator CS5.
    When ever I export file (RGB) to PNG or JPG format, there is size difference of 1px in width or hight or both.
    But when I save that file with Save for Web & Devices option, then there is no such issue.
    I have tested with so many files.
    I didn't faced such problem with Illustrator 4.

    I have looked all the option .... alignment, pixel grid , not frictional value ..... But still 1px difference.
    Now I have switched back to CS 4. For while till problem not solved.
    But there is issue. One more thing I am using Windows 7.

  • Exporting different images to jpg (with different names)

    Dear Scripters,
    I KNOW I can script all this, but I need your help to find my way home…
    I have a doc made of 15 pages, each of these contains three or four instances of the same image, in different dimensions (iPhone, iPad, Android, Web, etc.).
    I prepared the pages assigning a different ScriptLabel to each instance, like:
    Page 1
    p1_HW
    p1_HMT
    p1_HNMT
    p1_lightbox
    Page 2
    p2_HW
    p2_HMT
    p2_HNMT
    p2_lightbox
    and so on.
    I'd like to export automatically each instance as a jpg, naming it by its ScriptLabel.
    BTW, is it possible to filter processing of the instances depending on what's AFTER the first underscore of the ScriptLabel?
    Just, if you can, give me some rough directions on what's the best way to approach the script, then I'll try to figure out myself…
    g

    Have a look at the JpgCropExporter:
    http://www.indesignscript.de/indesign-skripte.html?&tx_abdownloads_pi1[action]=getviewdeta ilsfordownload&tx_abdownloads_…
    Maybe it can be modified for your needs.
    Cheers Stefan

  • How to remove banding from exported images (png, tiff) from illustrator layout with gradient

    is there any way to remove or reduce banding that I am getting in a layout I've done that contains a gradient? I am exporting raster images (png or tiff) and there is a noticeable stepping of tonalities, rather than a smooth shift
    thanks

    In an 8bit format like PNG you only have 1024 unique levels...
    1024 is 10 bits. 8 bits is 256.
    But PNG is an RGB 8-bit per channel format. That yields 256^3 (i.e.; 24-bit or 16.7 million) potential "levels" (colors).
    ...banding that I am getting in a layout...
    Banding that you are getting where?
    What are the specific color values involved?
    What is the final use?
    What will be the distance across the gradient in its final use?
    You have to consider whether the banding is actually in the raster image, or if it is merely an artifact of where/how the image is being viewed.
    Banding is not a simple matter of image color depth. Banding is a device-dependent phenomena. The banding you see on your monitor is not the same banding that will be seen on your grayscale laser printer; is not the same banding that will be seen on your CMYK inkjet printer; is not the same banding that will be seen on press. Banding in print is generally more a function of levels of gray (per separation) of the imaging device, and can vary depending on the halftone ruling (assuming conventional AM screening).
    Depending on the answers to the questions above, you may very well be fretting over nothing.
    JET

  • Exported iPhoto images not showing in folder

    Hi,
    When I export a group of NEF images from iPhoto 06 Library, as JPG, to a new folder the files do not appear.
    If I repeat the export for the other export options the images appear.
    I did repeat this exercise and exported the images as JPG onto a USB drive, and was able to see them listed when viewed on another laptop.
    Any suggestions?

    Hi,
    I found that if I set the image size for the JPG, then the files are visible.
    Does anyone know why the files are hidden when the size is not defined?
    Thanks.

  • Can't export to image a diagram

    Hi,
    with OEPE 11g Eclipse 3.5 (Galileo) i can't export to image (bmp/jpg) a diagram...
    see error :
    !ENTRY org.eclipse.ui 4 0 2009-04-23 14:39:02.533
    !MESSAGE Unhandled event loop exception
    !STACK 0
    org.eclipse.swt.SWTError: No more handles
         at org.eclipse.swt.SWT.error(SWT.java:3890)
         at org.eclipse.swt.graphics.Image.init(Image.java:1588)
         at org.eclipse.swt.graphics.Image.<init>(Image.java:177)
         at oracle.eclipse.tools.common.ui.diagram.actions.GraphEditorExportToImageAction.exportToFile(GraphEditorExportToImageAction.java:129)
         at oracle.eclipse.tools.common.ui.diagram.actions.GraphEditorExportToImageAction.run(GraphEditorExportToImageAction.java:115)
         at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2393)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2357)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2209)
         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:499)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:492)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:556)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:511)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1284)

    I tried "Export to Graphics" action on both the entity editor and schema viewer. My graph was relatively small. I didn't encounter this problem.
    Could you tell me which platform your are running on (Windows, Mac or linux)? How big is your graph?

  • Can I continue to edit in LR after exporting an image under edit. i see that my PSD file are now only JPG

    Newbie at using LR. I tried my hand a first of images. I firgured out how to export to JPG but then found that in my LR I no longer had PSD file and all my editing Histroy was gone. I could see the JPG files.
    Is there a way to print out (to JPG) incremental changes but still continue to work on the images?
    Thnx

    anpbaba wrote:
    ...I exported to JPG in my Hard disk. Unitl this point I could see all the edits I made in History and the actual photo showed as a PSD file. After doing the export, when I look at the history it is empty. and the file now shows as a JPG. This means that I cannot build on the previous edits.
    Because you're new to Lightroom you might not have noticed that the selected image changed when you exported. But more than that, the selected image source in the catalog changed. In the Library module, I'm sure that when you were editing your PSD file, the folder it was in was selected. But after you do an export, that changes so that it says Previous Export shows in the Catalog panel on the left, and the only contents of the Previous Export is the one JPG, so that's all you can see right now. But if you were to go back and re-select the folder on the left with the PSD in it, you'd see your PSD again. And when you select the PSD, all the edits will be there.
    So nothing is lost, it's just that you're now looking at a view that contains only the exported file.
    If you exported the JPG to the same folder as the original, you can choose Library > Go to Folder in Library and you'll be back there with both the original and the JPG listed. There are other ways to get back to the preview source like the left Back arrow at the top of the Filmstrip if you have that open.

  • Why won't my trial of CC Photoshop let me save my PSD images as JPG or GIF?

    Why won't my trial of CC Photoshop let me save my PSD images as JPG or GIF?

    One thing to check is that your PSD is RGB/8 or /16, but not /32  (32 bits per channel)
    If that is not the problem
    Let's try this:
    Close Adobe Photoshop if it is opened.
    Find the following:   (windows user can hit windows key + r, then in run cmd line type "%appdata%" to locate your "AppData\Roaming" directory)
    \AppData\Roaming\Adobe\Adobe Photoshop CC\Adobe Preferences CC Settings
    Rename the  "Adobe Preferences CC Settings" folder to "Adobe Preferences CC Settings_old"  so that preferences settings can be recreated.
    Reopen Photoshop CC and open a new or existing file to verify that your "save for web" option is back and not grayed out.

  • I keep getting an error on my MAC when i try to open any and all JPG FILES.  How do I correct  Adobe Reader could not open 'images rest 12-4.jpg' because it is either not a supported file type or because the file has been damaged (for example, it was sent

    Adobe Reader could not open 'images rest 12-4.jpg' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).
    that is the message how do i correct this problem

    It sounds like your file associations are messed up and Reader is trying to open your .jpg files. Is this correct?
    If so, you just need to change the associations to choose what application opens them. Here's how: Change File Associations in Mac OS X

  • Hi. I'm using illustrator cs6 on pc. I've made a scientific figure for a paper and now I'm trying to export as a png or save for microsoft office. Despite my figure being in the middle of my artboard, it always comes out bottom left in the png file or jpg

    Hi. I'm using illustrator cs6 on pc. I've made a scientific figure for a paper and now I'm trying to export as a png or save for microsoft office. Despite my figure being in the middle of my artboard, it always comes out bottom left in the png file or jpg. Must be making a school boy error! Please help!

    In similar cases, my solution is to "select all" then "deselect" only the artwork I want to keep and "delete". If I'm curious I may "cut" then "paste" to see what shows up in the center of the screen. it is usually some stray point. or other element out direct sight.

  • Please help me!--rendering makes the images or video blurry (very pixelated) deteriorates the image  Adobe Premier Elements 13  need help!  .jpg and mpeg images,  but I have never "rendered" before since I got APE 13 about 6 weeks ago.  I am desperate for

    Please help me!--rendering makes the images or video blurry (very pixelated) deteriorates the image  Adobe Premier Elements 13  need help!  .jpg and mpeg images,  but I have never "rendered" before since I got APE 13 about 6 weeks ago.  I am desperate for assistance!

    That's going to be a ridiculous waste of money and energy.
    First of all, the current ATI drivers don't support multiple GPUs, so at the moment even a single 4870X2 would be only a 'normal' 4870 (which is quite a speed beast already). GFX drivers evolve rapidly, so things might look different next month, but when it comes to Linux and hardware there's one Golden Rule: stay away from the newest stuff and wait for proper support to get coded.
    I also wonder what power supply could possibly cope with the differences between idle and full load; that's way beyond 400W. But then, I'm one of those "quiet&green" types where >100W idle is already a bit much.
    I kind of understand that you want to get it done and not worry about hardware for the next 10 years or so, but that's simply not how the hardware world works and never did. At least not for the average consumer.

  • How do I get Adobe InDesign CS6 to export non-pixelated PNGs?

    I am having trouble exporting PNGs from Adobe Indesign. The problem is they become very pixelated once they have been exported to PNG. However, when I export to JPEG, there is no pixelation, they look perfect! Has anyone else had this problem?
    I need to export them as PNGs because some pages have transparency effects, which JPEG doesn't support.
    Is this a bug in Adobe InDesign CS6? Is it a configuration option that I can change?
    Below I have provided sample screenshots of the JPEG and PNG files, along with the export settings I used.
    Any help would be greatly appreciated. Thanks!

    To demonstrate this problem, I've uploaded a sample InDesign project which still exhibits the same PNG export problem:
    Click here to download my sample InDesign project.
    If anyone is able to generate a non-pixelated PNG from this sample InDesign project, please let me know how you did it.

  • How to convert raster images like( PNG, JPG,GIF, BMP, TIFF etc) into SVG

    Hi Friends!
    With a hope that any Java Guru from SUN Forum can help me to solve my query, I'm posting my thread here.
    I have a project with feature to add image. My requirement is to convert any selected image file like (PNG,JPG,BMP,Tiff) into SVG Formate before adding it to Frame.
    I found one software from the link :
    http://delineate.sourceforge.net/
    Which covert raster to SVG.
    But I don't how can i use it runtime ?
    I want to convert during runtime process. like when user select option for to add Image then it call a procedure to add Image by converting any raster to svg & finally add to Frame.
    Your any help/suggestions wold be appreciated
    Regards
    Kirti

    There are basically two approaches:
    1. Embed the raster image in the SVG
    2. Vectorize the image
    1. Use Batik, or just write the XML yourself. Create some SVG files with embedded images, the syntax isn't to difficult. You could do it with a PrintWriter.
    2. Good luck to you. Writing a good vectorizer is
    - difficult
    - often pointless
    - though a great challenge if you're in to it
    The appllication you mention actually is only a front-end. it doesn't execute the vectorization itself. It uses Potrace and autotrace, which are native applications.

  • Is there a way to export an image from Aperature into Adobe Raw before Photoshop?

    Is there any way to export an image out of Aperature into Adobe Camera Raw before using Photoshop?

    If you want to send a TIFF file via the 'Edit with External Editor' command after selecting Photoshop as your external editor, you can try the following:
    1 - Open Camera Raw preferences (either via Bridge or ACR).
    2 - Find the 'JPEG and TIFF Handling' section
    3 - Use the 'TIFF:' drop-down menu to select 'Automatically open all supported TIFFs' option
    4 - Click OK and restart Bridge or ACR
    This should automatically launch ACR when Aperture sends a TIFF to PS.
    Note - you would then need to use the 'Open Image' command from ACR to render to Photoshop and use the 'Save' command to go back to Aperture and see the changes. This is only for a TIFF file format though.

Maybe you are looking for

  • SSL VPN Connection error with SA520

    Hi there, I have an SA520 setup and all my users can login to the SSL VPN tunnel except one user. The laptop is running windows 7 64bit and had IE9 installed. When I try to connect her to use an SSL VPN Tunnel, I get the following error: Cisco-SSLVPN

  • Need to sum hh:mm:ss in crystal report using Running Total Fields

    Hello, I am new to .Net and crystal reports so please go easy on me. I am trying to develop a crystal report using Visual Basic .NET. I have a column which displays the "Inbound Time" in "hh:mm:ss" format. I have to sum the total inbound time and dis

  • How to make a link page come up in seperate window

    Am not sure how to make a link page to anther site for insatance come up in seperate window so that they do not navigate away from my site.Thanks Tony

  • Computer has rebooted from a bugcheck windows 8.1

    The computer has rebooted from a bugcheck.  The bugcheck was: 0x00000124 (0x0000000000000000, 0xffffe001ad9b05d8, 0x0000000000000000, 0x0000000000000000). A dump was saved in: C:\Windows\Minidump\021715-15656-01.dmp. Report Id: 021715-15656-01. My co

  • Help: White Box "movie not loaded" in banner ad using AC_RunActiveContent.js

    I am having trouble with a banner ad displaying all white when I try to insert the code into my website. I get a white box and when you right click it says "movie not loaded" I am using the AC_RunActiveContent.js file Here is the HTML code. Any help