Extracting assets

Not sure why I'm extracting assets and only half the image is getting extracted - basically cutting it in half - what am I doing wrong - it worked perfectly the first time?

I managed to fix this issue. First of all make sure you upload the data using built in FTP in Adobe Muse to avoid any issue. Although you can also use some other FTP but thats more work compared to the ftp option already present in muse.
In my case the problem was due to the permissions assigned to the images on my host. I contact my host and asked them that images aren't showing up. They corrected the persmission and now my site is live.
I have seen similar questions by users asking the solution for the same problem. You need to contact your host and ask them to correct the permissions.
Hope this helps!

Similar Messages

  • How to install extract assets plugins in photoshop cc

    how to install extract assets plugins in photoshop cc

    Please check this Downloadable content (plug-ins).
    If it helps.
    Moving to Photoshop
    Regards
    Rajshree

  • Pixel dimensions not rendering correctly with Extract Assets?

    Was really excited to hear about extract assets and have been trying to set up a new workflow but am having some difficulty. My PSD is set up ay 2x size, so I need to create 1x-sized assets. My 1x-sized assets are rendering with a 1px white line around them and I can't figure out why this is happening? I have tried both with the .5x button selected and also speccing the required pixel dims in the layer name, and both produce the same result.
    In my layer name I have: [email protected]%, 498x440 filename.jpg-85%
    The resulting asset is 500x442px and has a 1px white line around it
    What am I doing wrong?

    Hi can you email me your PSD file? My email ID is: [email protected]

  • Why can't I select "Extract Assets" in my PSD?

    Hello,
    For whatever reason, I cannot select "Extract Assets" in the right-click menu of layers. I've done this before several times with success, so I'm not sure what's going on here.
    I've rasterized the layer types & styles. The extract assets option is grayed out and not selectable under the File menu item either.
    Any ideas?

    Found this on another adobe forum.
    Any Photoshop file that is in 'CMYK' Image mode will not have 'Extract Assets' enabled. Change the mode through Image > Mode > RGB Color.
    Worked for me.

  • Slices & Extract Assets, or Copy CSS & paragraph styles for retina web designs?

    I'm trying to figure out how Adobe wants me to work in Photoshop when producing website designs.
    Extract Assets is useful for fixed-size objects to produce 50% & 100% assets. 200% png output results in anti-aliasing even from vector shapes. Please correct me if I'm wrong but this seemed to be the case. Slicing is useful for elements on the site that may have variable height/width needing end-caps and repeat-x or repeat-y images e.g. buttons and nav-bars.
    If I need to work at 2x resolution for retina, using Extract Assets and Slices, my paragraph and character styles dimensions are doubled, as are the dimensions of all my objects. This makes the Copy CSS a bit pointless - double height, width, margin, padding, shadow blur etc.
    Should I be designing at 2x resolution and extracting and slicing, or at 1x and using Copy CSS, exporting paragraphing styles? Or something in-between?

    Hi Ben, I ammended this line of code as you have shown and still I have no joy. So I reverted to an older version which was correct, but i am stil having the same issue.
    I have a my_site folder (defined local root folder), with the index.dwt in it. In my_site there is also an assets folder with 3 further folders, CSS, JS and Images and their respective files in these.
    Bregent. Thanks, I did define at set up. I went back to manage sites and checked there too and thr root file on the local is the same at set up. I just don't get why after I made changes to the carousel and and reiploaded the site I have had issues :-(
    Any other places I should be looking people? This is driving me crackers!

  • I don't have the extract assets function despite the update

    I have just updated photoshop cc (14.2.1) but the I don't have the "extract assets" function in the menu "file".
    It doesn't exists.

    2014.0.0    Just found out someone else here has a newer update than me, he has 2014.2.1, mine says it is up to date. He has the feature with his.  Waiting on IT now

  • Extract assets not found in Photoshop 2014 (updated version)

    Extract assets tool not found in Photoshop 2014 (updated version). How do i get this tool available for me?

    And thanks for reporting back. Glad you got it sorted out.
    The naming convention can be misleading.
    People use CC when they mean CC 2014.  aka v. 14  and v. 15 respectively.
    But Adobe is labeling their products as suite groups.  CS 6, CC, CC 2014.
    Gene

  • Extract Assets plugin producing BAD color JPGs.

    I am using latest version of Photoshop CC 2014.
    If I use the Adobe Extract plugin to extract various assets from my PS master file, the resulting JPGs are significantly oversaturated.
    If I use "Save for Web" instead, embed profile checked and save to sRGB, then the resulting JPGs are fine and match the master.
    Why is Extract not producing good color??

    Hi Ken
    So there has been lots of back and forth on using sRGB. Ultimately we figured having it on by default leads to a lot more pain than necessary and so we did not offer it in Extract Assets.  Here is a detailed explanation by Marc Edwards on why it should not be used: Photoshop: Save For Web, Convert to sRGB should be off by default for PNGs and GIFs  and I tend to agree with him. He has also written a great post on how to color manage using Photoshop Colour management and UI design that is relevant for everyone using Photoshop for creating images on the web.
    Does that help?

  • Extract Assets bug

    Hi
    I have a layer that contains black rectangles with a Drop Shadow layer effect.
    This layer is renamed so it gets exported by the Extracts Assets feature.
    But when I preview the layer in the Extract Assets panel, the layer is empty and it is not exported.
    Am I missing someting?
    Thank you

    Looks like you do not have anything on that layer as it is not being recognized in the Extract Assets window.
    I tried the same on my end and was able to extract the content of the rectangle with drop shadow applied.
    You might be following a different workflow. If you could share your workflow and the exact steps, i will try to replicate the same on my end. Also, share your OS details.
    Look forward to your reply.
    ~ Arpit

  • Extract assets doesn't extract the 0.5x or 0.25x files but does the 2x and 3x, why?

    Dear Photoshop Community,
    I'm trying to extract assets but this doesn't extract the 0.5x or 0.25x files but does the 2x and 3x, why?
    I get the original file, and 2 folders, one named scaled-at-200 and one named scaled-at-300.
    I am using Photoshop CC 2014 on windows 7 and i don't get any other extracted assets.
    However using Photoshop CC 2014 on my windows 8.1 machine i get all the assets and two additional folders scaled-at-50 and scaled-at-25.
    Why is this? Is there a fix for this issue?
    Thanks,
    Craig Williams.

    Hi Ganesh,
    Thank you for your reply.
    However I don't think the problem I got is related to the boldFont object. I actually want all the column hearders to be bold so I did the following codings and it works:
    Font headerFont = table.getTableHeader().getFont();
    Font boldFont = new Font(headerFont.getFontName(), Font.BOLD, headerFont.getSize());
    table.getTableHeader().setFont(boldHeaderFont);
    It is actually working - it changes all the headers (except for the column0 which has its own hearderRenderer) to be bold. So I think the object boldFont itself is ok.
    My problem is that when I set the boldFont to the myHeaderRenderer for colomn 0, I just can't that that column header to be bold. I guess the problem is related to the header renderer.
    -wdyaoj

  • Extract assets

    Is it possible to remove "extract assets" from "right click menu" on layer item?

    Hi Ken
    So there has been lots of back and forth on using sRGB. Ultimately we figured having it on by default leads to a lot more pain than necessary and so we did not offer it in Extract Assets.  Here is a detailed explanation by Marc Edwards on why it should not be used: Photoshop: Save For Web, Convert to sRGB should be off by default for PNGs and GIFs  and I tend to agree with him. He has also written a great post on how to color manage using Photoshop Colour management and UI design that is relevant for everyone using Photoshop for creating images on the web.
    Does that help?

  • Extract Assets with transparent spacing?

    The extract assets feature has grown on me, but I'm struggling to find a way to export graphics with transparent spacing.
    For instance, I have a graphic that needs to be a 100x100px PNG but the actual artwork only takes up 80x80px with the rest of the transparent pixels acting as spacing. The extract asset setting automatically crops the PNG to 80x80 when saving, ignoring the transparent space that I do actually need.
    Been struggling with finding a way to set transparency to export, seems like I'm missing something simple. Any help would be appreciated, thanks!

    Ran into the same issue myself earlier today.  Here's a fix/workaround/solution that seems to give the ability to add transparent spacing around slices. 
    If you select the layer you want to add the spacing to, then draw a marquee selection around it at the final size you want then click "Add Layer Mask" it should export the asset at the size of you selection. 
    Hope this helps.

  • Why can't I select "Extract Assets"?

    Hello,
    For whatever reason, I cannot select "Extract Assets" in the right-click menu of layers. I've done this before several times with success, so I'm not sure what's going on here.
    I've rasterized the layer types & styles. The extract assets option is grayed out and not selectable under the File menu item either.
    Any ideas?

    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Extract Assets with Custom Sizes?

    I have a 1920x1080 PSD with many layers (close to a 100) of emeded assets that I need to extract at 66.67% (scaling down to a standard 1280x720).
    Is there a way to add a custom size on export? (all is offered is the 0.25x, 0.33x, 0.5, etc...)
    In addition! Is there a way to add JPEG (quality 75%) AND PNG (with Transparency) all in the export? Right now it requires to add those setting to export file individually. Seems to defeat the whole purpose. No?
    Am I missing a settings window somewhere?
    This is a HUGE time saver IF we can add custom settings.
    Thanks for any insight, or work arounds (maybe with Actions?)

    Thanks for the quick reply.
    Looks good! Digging around, but do you know if that will work with the latest and greatest CC?
    Actually it might fall more in the "generate web feature" category? This is not for web, but the same idea.
    I have a 1920x1080 that has many different sized embeded assets (some are 250x250, 1920x100, etc...) that make up the whole of 1920x1080. Each one of these indivigule assets needs to be exported to there specific size and/or "slice" in relation to the 1920x1080, that in the end gets reassembled to make up a 1920x1080 and also at 66.67% for 1280x720.
    I need to be able to update these elements and have a simple export option. Right now it's one at a time at 2 sizes and mixture of JPEG and PNG.
    Maybe creating and then exporting slices is the way to go? Was thinking Export Assets was going to easier, but seems to have too many limitations to make sense to me.
    thoughts?

  • Is there any BC DataSource to extract Asset Transaction list

    My client is looking for a report to show the detailed list of FA transactions. I checked the DataSources, there is one 0FI_AA_11, Transactions, however, it looks like that is accumulated values to the period level, and my client requires a detailed report to show each transaction with dates.
    Is there any DataSource I can use or I have to create a generic DataSource?
    <removed by moderator>, thanks.
    Tommy
    Edited by: Siegfried Szameitat on Dec 3, 2008 3:15 PM

    I actually have done an asset transaction report purely based on the GL posting
    It can only work in version 7 DTP technology using the semantic key to group together transactions of the same fiscal year, document, co code into the same package
    Then you "flatten" per doc no the FI journal and by doign so you can move the Vendor fromt he K BSEG record onto the A Asset Record
    ie
    Dr asset
    Dr vat
    Cr Vendor
    You can then move the vendor number onto the Dr Asset line (which normally helps!)
    True you dont get a deprecation area - but then an aset is normally always set up in the std deprecation area then other depn areas for tax differences etc.
    However if you want a true asset listing - I just basically use the std AA model and drill down to asset then RRI into this asset transaction report

Maybe you are looking for

  • Safari doesn't open properly at startup

    Hi everybody, I've been browsing the forum a bit, but didn't find an answer to my question. Here it goes: I have Safari added in my dock, and I marked it as 'open after login'. The same for Mail. When my mac has started up my Mail indeed opens, but S

  • Create PDF from Word "finds" too many headings

    Building a PDF from my Microsoft Word has worked fine for years. Now suddenly it wants to identify nearly every paragraph in the document - including even items buried inside of tables - as a heading, so that the bookmarks panel is overflowing with b

  • Imac iSight external video adapter

    My original display on the iMac iSight is damaged. I noticed the external video port and may I assume that I could use it to run it that way. But the problem is figuring which adapter to use.  Somewhere is mentioned PN M9321 G/A and PN 9320 G/A but w

  • How do I synchronise my Iphone with a new computer

    I am not using cloud,as I have more than 5MB on the phone, and have sponsored Apple enough already... I have installed Itunes on my new laptop, but synchronising it will only synchronise with computer content. How do I copy the content from my phone

  • Lenovo 11s backup one backup for multiple devices

    Hi, have bought 28 devices... on first  acitivation, 800MB win 8 update, then 3.62 GB to update to Win 8.1, , then another 1GB for win8.1 updates. 2.5 hours ++ Microsoft  and Lenovo  seems to have got rid of the concept  of ISO image backup  disks pu