Taking images from Photoshop and taking them to Dreamweaver

Why is it that when i take my images from photoshop and save them for the web, that when i open them in my dreamweaver html file they have lost quality and saturation in the image?

There are 2 ways to do it correctly one is better then the other. The best way to bring an image into
DW is to first create a layer based sliced and the copy & paste it direc
tly into DW. When you do that you will get a Image optimize window, this is a built-in Firework image
optimizer it does a much better job a maintaing quality will compressing image size. The second optioin is to use the save to web feature. Tehy work the same DW/FW does it better. If your image quality still is not what you want play around with your optimization settings without seeein the image I can't recommend the best setting but play around in your 2up/4up window.

Similar Messages

  • Taking songs from ipod and adding them to the i tunes library

    Can you take songs from an ipod and add them to the i tunes library? if so give me a point in the right direction!
    Thanks

    There is a manual method of accessing the iPod's hard drive on Windows posted in this thread: MacMuse - iPod to iTunes
    There are also a number of third party utilities that you can use to retrieve the files from your iPod, this is just a selection. Have a look at the web pages and documentation for these, they are generally quite straightforward.
    iPod Access Mac and Windows Versions
    YamiPod Mac and Windows Versions
    PodUtil Mac and Windows Versions
    iPodCopy Mac and Windows Versions
    PodPlayer Windows Only
    PodPlus Windows Only

  • Retrieve images from DB and attach them to email through javamail

    Hi,
    I'm trying to use javamail to send emails containing text and images (HTML mail), if I use a physical file in my computer as the image source and use FileDataSource everything works just fine. The problem is that the images in my app are stored into a DB (I'm using MySQL, java struts & DAO), so in order to retrieve & display them I use a jsp that returns a byte array as shown in the example bellow
    <img  src='getImage.jsp?itemId=<bean:write name="item" property="itemId"/>&heigth=180&width=140&imageIndex=1'/>getImage.jsp reads the image from the DB for the specified item and returns an image of size "heigth*witdh", this works fine when invoked from any jsp or java action class, but I can't get it to work to insert an image into an email as attachment
    I've tried to use ByteArrayDataSource and the mail is sent correctly and can be read but the image won't show
    bds = new ByteArrayDataSource("/getImage.jsp?itemId="+itemId+"&heigth=180&width=140&imageIndex=1", "image/jpeg");
    imageMime.setDataHandler(new DataHandler(bds));
    imageMime.setHeader("Content-ID", "<\" + itemId + \">"); // backslashes aren't there in the real code, but if I remove them '+ itemId +' won't show
    mailParts.addBodyPart(imageMime);I've also tried with URLDataSource but can't get it to work either, can somebody plz point me in the right direction?
    thanks in advance
    Edited by: informacionCubica on Jun 8, 2009 3:46 PM

    Hello bshannon,
    Thanks for your answer, I tried your suggestion but when I use URLDataSource I get the error message http 500 (in my original post I said that using URLDataSource the mail was sent but without the image... my mistake, I was getting this same error). I traced the error and I found that it is caused by a null pointer exception... let me explain
    This is the code for the jsp that returns the image:
    4        <jsp:useBean id="coverImage" class="com.mqm.struts.getImageAction" scope="session" />
    5       <%
    6           // Desired size of the image to return
    7           int heigth = Integer.parseInt(request.getParameter("heigth"));
    8          int width = Integer.parseInt(request.getParameter("width"));
    9          
    10          // Each item can have up to 6 images (ordered by id), this indicates wich of one we have to return
    11            int imageIndex = Integer.parseInt(request.getParameter("imageIndex"));
    12        byte[] imgData = coverImage.getItemImageAction(request.getParameter("itemId"), request,heigth, width, imageIndex );
    13        response.setContentType("image/jpeg");
    14        OutputStream o = response.getOutputStream();
    15         o.write(imgData);
    16         o.flush();
    17         out.clearBuffer();
    18         o.close();
            %> getImageAction is my DAO class that actually reads the image data from the DB, when I use this 'getImage.jsp' inside any other jsp in the app it works, but when used as described in the first post the request parameter in the line 12 doesn't have the session info, apparently creates a new session or something and since I use information in the session to create the DAO factory I can't connect to the DB and get this error..
    pls tell me if I explained my self or I'm just talking non sense
    regards

  • How to insert cropped images from photoshop without the white background

    Basically all I want to do is take a peice of writing from a video and insert it into another video. To do this I've took a screenshot of the font from the video and imported it into photoshop. I've then cropped/cut/took the the peice of writing I want, letter by letter. I want to be able to insert it into another video, but whenever I attempt to do it, I have the default white background of photoshop. Is there anyway to insert an image from photoshop, without taking the background with it, or even insert a layer from photoshop straight into final cut pro? Sorry if this is confusing.

    I don't think so. I cropped the letters, put them each an individual file, removed the background, saved them as a TIF then tried to import them onto Final Cut Pro, but a white background still appeared in the TIF file. Basically I just want to make the background transparent I believe.

  • Cannot align images from photoshop

    i am importing images from photoshop and when i try and put them side by side one goes underneath. its like in microsoft word when you have the paragraphs on when you put images together. i need a option to un-wrap the images so they can go side by side rather than one under the other. i hope someone understands! i changed the borders on the images to "0" and still no joy. help will be greatly appreciated.
    james

    here's the code if it helps
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>LaneWebDevelopments Homepage!</title>
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    </head>
    <body onload="MM_preloadImages('rollovertools_02.gif','rollovertools_03.gif','rollovertools_04. gif','rollovertools_05.gif')">
    <img src="Top-Graphic_02.gif" width="938" height="124" /><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Home','','rollovertools_02.gif',1)"><img src="Home-Page_02.gif" alt="Go Home!" name="Home" width="110" height="48" border="0" id="Home" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('About Us','','rollovertools_03.gif',1)"><img src="Home-Page_03.gif" alt="About Us" name="About Us" width="146" height="48" border="0" id="About Us" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Web Development','','rollovertools_04.gif',1)"><img src="Home-Page_04.gif" alt="Web Development" name="Web Development" width="266" height="48" border="0" id="Web Development" /></a><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Contact Us','','rollovertools_05.gif',1)"><img src="Home-Page_05.gif" alt="Contact Us" name="Contact Us" width="171" height="48" border="0" id="Contact Us" /></a>
    <img src="Home-Page_06.gif" width="239" height="48" /><img src="mainblurb_03.gif" width="366" height="858" border="0" /><img src="prices_03.gif" width="448" height="359" border="0" />
    </body>
    </html>

  • HT2470 how would i go about taking multiple files from documents and make them part of 1 master file

    how would i go about taking multiple files from documents and make them into 1 master file? I want to put all documents associated with this project together for easier access.

    From the finder window, click File, click new folder, you can drag all documents into that Folder making it the master folder. You can ajso drag folders into the Master folder, and have them as sub-folders if you wish to  do that. Either way they will all be in one master folder.

  • Copy and Paste Images from Photoshop

    I can INSERT psd, jpg, (any) image files into Dreamweaver. I
    can COPY text from Word or Internet. I can COPY images off of
    Internet...
    ...but I can NOT copy from Photoshop (jpg or psd) into
    Dreamweaver. Simply does not copy. Paste is not an option. Grayed
    out. Hmmm. Any ideas?

    @Michael Fesser
    I expect that upon entering Ctrl+V or Paste at an insertion
    point in Dreamweaver, to be greeted with the "Optimize for Web
    & Devices" dialogue box, after which I input the appropriate
    settings (a jpg, gif, or png file is created), the image would
    appear in the document just as though I inserted it via myriad
    other conventional methods.
    I'm taking the Lynda tutorial (Dreamweaver CS4 Essentials)
    and following along EXACTLY, and am unable to recreate the copy and
    paste from Photoshop.
    Also, see this Adobe Dreamweaver Help & Support Tutorial
    http://www.adobe.com/designcenter/dreamweaver/articles/lrvid4043_dw.html
    Go down about halfway to: Cutting and Pasting from Photoshop
    into Dreamweaver
    I cannot recreate what is shown here either.
    @toastieo
    Yes, the Save For Web is how I've done things all along. Now
    I'm taunted with the prospect of doing a quick edit and insert with
    copy & paste, and it doesn't work for me! I guess I can live
    without it, but I would have rather been blissful in my ignorance
    of the possibility!
    Zyg

  • How do I get an image from Picasa and transfer it to photoshop to work on it.?

    how do I obtain an image from picasa and bring it to ps to work on it?

    Are you using a Windows system, and do you have File Explore set to show extensions?  I am wondering if the file name might look like:
    'Starbirds Picture.jpg.tiff'  ?
    The fact that you say the image looks different after reducing its bit depth makes me think you are right about it being 32 bit, but as Chris said, it can't be a JPG.
    Your computer monitor is not capable of displaying the full tonal range of a 32bit image produced by an HDR program like Photomatix or Photoshop, so it has to make compromises.  You have to chose what process to use to reduce its bit depth to give it the look you are after.  I prefer Photomatix for HDR.  If you install a trial version and open your 32 bit image in it, you can then chose one of the options to convert it to 16 or 8 bit.  These might be Tone Mapping, Exposure Fusion, or Tone Compression.   Tone Mapping is the option that produces the typical HDR look.
    But you are using Photoshop.  I haven't noticed what version you are using, but Google Photoshop (your version) HDR processing, and you'll see how to control the end look of the image.

  • Best file for importing images from Illustrator and Photoshop for small file sizes

    Hello Adode consults!
    I'm in the process of preparing an inDesign file for a school project -- I've already had a few harrowing experiences sending large files to the printer that are too large to process (and a very grumpy computer, etc). The end result will be a poster around 36 inches by 4 or 5 feet.
    I'm wondering if there are any best practices for making sure that the files imported into InDesign are a manageable size to begin with. Should I, for instance, be saving each file as a jpeg before placing in Indesign?
    Thanks!
    -Katherine

    No, you should not save every file as JPG before placing it in INDesign. JPG is only usefull for raster images (like photos) without any transparency in high quality.
    When you place images use:
    For raster images from Photoshop psd (rgb with color profile)
    For raster images from Photoshop with form layers, texts or any vector element use PDF (or PDP) with layers.
    For vector graphics from Illustrator use AI files or PDF.
    For layouts from other InDesign projects use either the INDD itsself or export a PDF/X4.
    But to the printer deliver a PDF according to their standards. E.g. when they need CMYK files export as PDF/X1a with the required output color space and the resolution they want. Produce the pdf via Export (Print).
    Don't deliver open INDD. File size should for printing projects not be an issue.

  • I want to take image from Photos and open in Photoshop.

    I want to take image from Photos and open in Photoshop.  In iPhoto I was able to drag it into PS icon, but now can't do that.

    File -> Export
    There is a feature called extensions in Photos that allows developers to write a hook so that photoshop and similar apps might work with Photos, but none have doe that yet,

  • Downloaded Mountain Lion on my iMac.  Why is it so slow opening up from sleep and taking so long for the wireless mouse to engage?

    Downloaded Mountain Lion on my iMac.  Why is it so slow opening up from sleep and taking so long for the wireless mouse to engage?

    Reinstalling Lion/Mountain Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

  • Different Colors when printing from Photoshop and InDesign CS3

    Different Colors when printing from Photoshop and InDesign CS3
    I have the following problem:
    When printing from Photoshop or InDesign to a PostScript printer, Adobe recommends to let Photoshop handle the colors (I use the German version, so I don't know the exact term used, it changes slightly in all CS3 apps anyway).
    The manufacturer however told me to let the PostScript printer handle the colors.
    When I chose this option in Ps's print dialog and then choose ISO Coated as the printer pfofile, the results are fine.
    But when I place the exact same image in an InDesign file and print from InDesign or export to PDF and print via Acrobat, again using "Printer handles colors", the results are the exact same as if I had used Ps and chosen to let Ps handle the colors (way too saturated and a bit too red).
    ·Photoshop CS3
    ·InDesign CS3
    ·Test image is a TIFF in CMYK Fogra 27 Coated (which is also the working color space in Ps and ID.
    ·Printer: Xerox Docucolor 3535
    ·Printer profile: ISO Coated
    How can I make sure the printer handles the colors in other CS3 apps than Ps? I tried it with ID's print dialog (translated from the German version: Color Management > Options > Color Handling: PostScript-printer decides colors).
    Thanks a lot!

    RE: "You don't indicate what Xerox printers you have"
    In my first post I named it, is that the information you need?
    Docucolor 3535 using Splash 3535
    That's interesting, so I have to find a way to turn off the printer's Color Management function? I mailed them, hope they can tell me how to do it easily. They usually just tell me to not use any profiles and so on, but that's the general rule in this area, I'm really tired of hearing it. Everybody seems to think profiles and LAB mode are nuclear science and I should stay away from it.
    Anyway, the test image I'm using is a simple photograph (size A3, 300dpi), so no transparencies at all. I'm placing this image into an equally large ID file and print it from ID, then export it to PDF-X/3 and print it from Acrobat. Hope that helps.

  • How do I bring tags on images from photoshop elements 8 to photoshop CS6

    How do I bring tags on images from photoshop elements 8 to photoshop CS6

    Mylenium wrote:
    Ask in the PSE/ PS forums. The simple answer is, though, that unless they are emebedded in the image or exist as sidecar XMP files PS won't use them. It doesn't look inside the PSE catalog files/ database.
    Mylenium
    ... which means you have to use the menu /file/write metadata to files so that the tags and ratings are written in the files or sidecar files themselves.

  • What settings are best to export sharpened images from Photoshop to use in Final Cut?

    I need to give a professional photographer the correct dimensions to export her images from Photoshop for me to use in Final Cut. I told her:
    1080 x 1920, 300 dpi, and also to Convert Images to Apple RGB (Final Cut doesnt work well with Adobe RGB, I am told). Her images have alot of heavy sharpening on them--she is an artist--and when i import them into Final Cut, many of the lines that should be crisp are zig-zagged, and if I apply motion to them, they "shake."
    My problem is specific to images that have been highly sharpened in Photoshop; i have imported lots of professional images before with no problem. I am on deadline and hope someone out there will see this.

    You were right about trashing the finalcut plist. As well as a very specific set of directions I now have put together from what you and others have said elsewhere, and this is it, i hope it helps others with their Canon XHA1 and Final Cut Express HD:
    Trash the final cut preferences (plist) in your Home - LIbrary.
    go into the Canon XHA1 menu, make sure that you're not set to down-convert to DV.
    Get out of the menu. Shut the camera off,
    plug in the firewire cable to both the camera and computer,
    and turn the camera back to VCR mode.
    Open up Final Cut, and go to Easy Setup ,
    choose HDV- Apple Intermediate Codec 1080i60
    This worked beautifully but took me nearly four hours to figure out, including researching the web and experimenting in FCE HD

  • 'cut-out' images from Photoshop import into FCE with unwanted background

    I want to import some custom 'cut-out' images from Photoshop, but they come into FCE with a rectangular background around them. Is there a way to import just the irregular 'cut-out' image?
    Bob

    Make sure the images are RGB 8-bit and in a format that carries an alpha channel or Photoshop transparency like Photoshop, TIFF, PNG, even PICT.

Maybe you are looking for