Q1:Export drawingpane to image (gif,bmp,jpg) and Q2: printers

Hi
Q1:Does Java have functionality for exporting awt graphics in the drawingpane to an imagefile with some common imageformat, like gif, bmp or jpg?
Q2:Does Java ... for sending awt graphics in the drawingpane to a printer, so it can be viewed on regular paper?
Id like to add an export menu in my viewer and export the graphics to an imagefile.....and it would also be nice if I could use a printer function.

Hi,
there is no direct export function. However, it's easy enough to export to an image:
1.) Create a BufferedImage of the same size as your canvas
2.) Invoke getGraphics() on the image to obtain a Graphics instance
3.) Invoke paint(Graphics) on your canvas with the image's graphics
4.) Write the image using ImageIO.write(...). It supports all major image formats.
Exporting to a printer is a bit more tricky, I can't provide any 'solid' information on that right now as I don't have access to my source samples.

Similar Messages

  • I'm trying to export an ID image as a jpg and don't know how to save it at 1920 x 1080.

    Could use some advice on the following question:
    I'm trying to export an image as a jpg and don't know how to save it at 1920 x 1080.

    Thanks Eugene. I was taking the question literally—the OP wanted to directly save a .jpg at 1920x1080 from ID.
    If the ID document is set up as 1920x1080 pixels you could export as PDF and open into PS at exactly 1920x1080 by setting the res to 72 in the import dialog.
    Of course the converted PDF has no compression applied (at least to native ID objects) and would have some higher quality than an exported High quality JPEG.
    But the OP needs a JPEG and if you want to compare compression artifacts, you would have to save the opened PDF as JPEG, close and reopened. With PDF there is the option of saving the opened PDF with Maximum quality, which is probably better than ID's JPEG export High quality. But If I compare the 2 methods in a layered PS file it's hard to discern a meaningful difference. See Compare.psd in this zip
    http://www.zenodesign.com/forum/ExportTest.zip
    Direct
    PDF to JPEG

  • Cant export large satellite image in BMP format

    I loaded a satellite  image stored in TIFF format 35681x16716 x 24 bits per pixel
    I wanted to convert it to BMP but when I want to save as there was no such option why?
    There wasn't PNG either. GIMP a free software program was able to load the TIFF and export as PNG
    CS5 cant even do that.  But GIMP could not export to BMP as it died on export.
    So my question is how do I get this to work? How do I export this huge image to BMP?

    I wanted to convert it to BMP but when I want to save as there was no such option why?
    Because all image formats are constrained in some way and PS in particular will not save/ export anything beyond 32000 pixesl to those legacy formats, even if they may in theory allow more. It simply can't be done.
    Mylenium

  • I have an image sequence in JPG and when I select open image sequence, select all does not work and I can only highlight one frame at a time.  I want to import these frames into QT7 to make a time lapse clip.  Any suggestions

    I have an image sequence in JPG that I want to import into quitck time 7 for making a time lapse clip.   It has an option to open the image sequence, but when I do, it only lets me highlight one frame at a time.  The select all option seems to do nothing when I click on it trying to highlight all the frames. 
          If QT7 is not designed to perform this function, is there another alternative?   iMovie is non intuitive for this kind of operation and I cannot find a clear tutorial for using it to make time lapse clips from a sequence of still frames.  
           The tutorials Ive found on YouTube are well intended, but they all seem to leave out a vital step that eludes detection.  
      Anyway, any help appreciated. 
    Thanks
       I am new to this forum and I'm not sure I can locate this thread again once I'm out of it.
    <Email Edited by Host>

      Yes, I tried that.   The files were ordered by their original numbers as imported from the camera, but I batched them through Phocoshop to downsize all of them into a more manageable file size.   I opened that destination folder from quick time  from where it said select image sequence.   I clicked on the first one and opened it.   The result was a large image with an arrow indicating a movie was ready to go.   When I pressed the arrow, though, I realized it had only imported that one frame so there was no movie.   The files are Jpgs and are about 450 KB each. 
        To your knowledge are there any links to iMovie tutorials or quick time tutorials that may address this situation?  Maybe there will be one I haven't looked at yet. 
        Thanks

  • Why Save Images as .bmp?

    Just looking at all my project folders, we have hundreds and
    hundreds of screen captures that are .bmp format.
    I did my own test saving the same screen capture in different
    formats - .bmp, .jpg, and .gif.
    Results: .bmp is 955 KB, .jpg is 76 KB, and .gif is only 18
    KB.
    With all these images being published to our server, I was
    thinking it must be important to optimize images or else I would
    think this could affect how quickly the pages load once online.
    As a general rule, shouldn't all the screen captures be saved
    as .gif? If so, why is the default for RoboScreenCapture set to
    save as Windows Bitmap?
    thanks!

    Graphics Tips for browser-based Help Guides.
    ============================================
    For any web-based application, whether web sites or Help
    projects, try to minimise file sizes for quick download speeds, and
    optimising image sizes can make a significant differnce. for screen
    shotes, I strongly recommend kind of graphics package to reduce the
    number of colours. I use Paint Shop Pro, but there are many others
    on the market. (Sorry, MS Paint doesn't do what you need.)
    Which Image Format?
    ===================
    BITMAP
    These cause HUGE file sizes, and you should never need to use
    them. I just took a simple 980x530 screenshot of some text in MS
    Notepad, and this created a 1.5 Mb file, compared with 114 Kb for
    JPG and 28Kb for a GIF. ('Nuff said?)
    GIF
    For screen shot images, diagrams or line drawings, use GIF
    format. This works best where there are areas of solid colour and
    sudden changes of colour where you have lines, boxes and text
    superimposed upon it.
    The GIF format is limited to 256 colours, so you will need to
    reduce the number of colours in your favourite graphics package.
    Reduce colours using the 'Nearest Colour' method; do not use 'Error
    Diffusion', which makes a larger file size. The result is a clear
    image and compact file size. Where possible, reduce the number of
    colours as far as you can, consistent with retaining good
    appearance. If you can reduce an image as far as 16 colour GIF,
    this will give you the smallest file size.
    DON'T use GIF for photographs because of the bands of colour
    that show across the photo, which it tries to fit into a 256 colour
    palette.
    JPG
    JPG is optimised for photographs, where there are gradual
    changes in shade and colour.
    DON'T use JPG for screen shots because you end up with a
    larger file size and a 'gritty' appearance, as JPG tries to resolve
    the suddent transition between background white and solid black for
    text, for example. (See file sizes of example above).
    PNG
    NEVER use PNG format in RoboHelp because it makes RH unstable
    and cause crashes. Trust me, I know: it has cost me many man-days
    downtime over the years, caused by restarting from crashes and
    tracking this bug down.
    TIP for smaller screen shot file sizes
    ======================================
    In Windows XP, switch off the default "smooth edges of screen
    fonts" feature, as follows.
    1. Desktop > right-click > select Properties.
    2. Select the Appearance tab, and click on the Effects
    button.
    3. Clear the checkbox "Use the followng method to smooth
    edges of screen fonts".
    Depending on the screen shot, you can save up to 40% of a
    finished GIF file size.
    Hope this is useful!
    Best wishes.

  • Illustrator CS4: Exporting as cropped image, unable to define Crop Area or Crop to Artboard

    Preface: I am using Adobe Illustrator CS4 Design Premium, Windows version.
    I am currently designing some projects in Illustrator CS4. I am NOT using multiple artboards, only one. On previous versions of Illustrator, users could simply Export> an image as a JPG, and the image would be appropriately cropped to either the Document size, or predetermined Crop Area marks which were easily chosen in the Object dropdown menu.
    Since the ever useful Object > set cropmarks function was removed with the advent of CS4, I am unable to Export an Illustrator file as a high-res JPG or TIF using the supposed Artboard as the cropmarks. In other words, when trying to export my project, the saved/exported image includes all content placed in the document, even material that extends beyond the Document size or Artboard size. Why is this? What am I overlooking?
    In the Artboard dialogue or settings, I cannot locate any option to set the Artboard as the default crop area for Exporting, saving, and printing, etc.
    After doing a bunch of research trying to find a fix, I have only discovered that there are thousands of other people posting on various forums regarding this same issue, so I think a detailed and complete explanation or instruction on how to do this would be very helpful and appreciated.
    Other than in the Save For Web & Devices settings, there seems to be no options to Export using cropmarks, or export a file to be properly cropped to the Artboard dimensions. Again, I know this function is possible when Saving for Web, but not with a normal high resolution Export as a flattened image such as a jpg... or at least I can't find out how.
    Any help is appreciated, thanks.

    Yeh this is pathetic and in my opinion a bug or false advertising. Since they haven't fixed it i believe this is false advertising and misleading for users who may have upgraded for this "feature".
    I do know some CS2 users who are holding out from upgrading for this reason!!
    I wonder what CEO's or higher ups would say if they heard or could understand this issue...How does program loose features meanwhile Adobe has how many billions in resources to fix these type of issues for their users who paid a pretty solid chunk for software that should work properly.
    Need some competition to fire them up! (any alternatives to illustrator anyone actually using?)

  • How do I place on ID a halftone image made in PS and keep the halftone?

    I'm really not finding anything about this, so i'm starting to think I can't do it. I'm using CS5. Here it goes:
    I'm making a magazine layout as a college excercise. I want to use halftone images in one or two ink (some only black, others only cyan, or magenta, or both, etc) for this and I want the halftone to be noticeable but not so big that it turns my photo into an abtract image or a weird Lichtenstein. To try it, I grabbed one of the images in PS, separated the channels in different layers, used the halftone effect and got exactly what I wanted.
    The thing is, when I place it on ID, it looks like... well, really bad. I already tried with High quality display.
    Other things I tried:
    Placing the image as both JPG and PSD. (No difference)
    Exporting (printing) to PDF and looking at the result (really bad).
    I haven't tried printing it on paper yet, but I assume it shouldn't change much, right? And i haven't tried with different dot sizes either, I'm going for that now.
    FYI, this is for single digital printing, and not offset, it won't be sent to a printer.
    Any help, advices or comments will be much appreciated. Any grammar correctiosn will be appreciated to, as english is secon language to me.
    This is the PS image (Screen print kills it a bit)
      And this is the PDF output.

    In addition to Peter's suggestion, the halftoned bitmap is line art so it needs more resolution to accurately draw the dots. So:
    If you add color ideally it should be 100% value combinations so you don't have a printer screen interfering. Above is 100% magenta back with 100%cyan+100%magenta for the halftone line art

  • How to convert JPG image to BMP ? (Printing jpg images in smartforms from content server)

    Hi,
    We have employee photos(JPG Format) stored in Content server. And now we want to print the photos in smartforms. For this I had written the below code to read the photo from content server in binary format as below.
    REPORT ZTEST1.
    PARAMETERS P_PERNR TYPE PERNR_D.
    DATA: PS_CONNECT_INFO TYPE TOAV0,
          IT_BINARY TYPE TABLE OF SDOKCNTBIN.
    CALL FUNCTION 'HR_IMAGE_EXISTS'
      EXPORTING
        P_PERNR                     = P_PERNR
    *   P_TCLAS                     = 'A'
    *   P_BEGDA                     = '18000101'
    *   P_ENDDA                     = '99991231'
    IMPORTING
    *   P_EXISTS                    =
       P_CONNECT_INFO              = PS_CONNECT_INFO
    * EXCEPTIONS
    * ERROR_CONNECTIONTABLE       = 1
    *   OTHERS                      = 2
    IF SY-SUBRC <> 0.
    * Implement suitable error handling here
    ENDIF.
    IF PS_CONNECT_INFO IS NOT INITIAL.
      CALL FUNCTION 'SCMS_DOC_READ'
        EXPORTING
       STOR_CAT                    = SPACE
       CREP_ID                     = PS_CONNECT_INFO-ARCHIV_ID
          DOC_ID                      = PS_CONNECT_INFO-ARC_DOC_ID
    *   PHIO_ID                     =
    *   SIGNATURE                   = 'X'
    *   SECURITY                    = ' '
    *   NO_CACHE                    = ' '
    *   RAW_MODE                    = ' '
    * IMPORTING
    *   FROM_CACHE                  =
    *   CREA_TIME                   =
    *   CREA_DATE                   =
    *   CHNG_TIME                   =
    *   CHNG_DATE                   =
    *   STATUS                      =
    *   DOC_PROT                    =
    TABLES
    *   ACCESS_INFO                 =
    *   CONTENT_TXT                 =
       CONTENT_BIN                 = IT_BINARY
    * EXCEPTIONS
    * BAD_STORAGE_TYPE            = 1
    *   BAD_REQUEST                 = 2
    *   UNAUTHORIZED                = 3
    * COMP_NOT_FOUND              = 4
    *   NOT_FOUND                   = 5
    *   FORBIDDEN                   = 6
    *   CONFLICT                    = 7
    * INTERNAL_SERVER_ERROR       = 8
    *   ERROR_HTTP                  = 9
    * ERROR_SIGNATURE             = 10
    *   ERROR_CONFIG                = 11
    *   ERROR_FORMAT                = 12
    * ERROR_PARAMETER             = 13
    *   ERROR                       = 14
    *   OTHERS                      = 15
      IF SY-SUBRC <> 0.
    * Implement suitable error handling here
      ENDIF.
    ENDIF
    Now the issue is I want to convert that binary data to bitmap image and upload the same in to SE78. So that I can use that BMP image from SE78 in my smartforms.
    I had used the class CL_IGS_IMAGE_CONVERTER to covert the image into bmp but it is giving error that error in IMAGE DATA CORRUPT & Error Code 3. The conversion code used is as below.
    ******* CONVERT THE JPG IMAGE INTO BMP PHOTO. **********
      DATA: L_IGS_IMGCONV TYPE REF TO CL_IGS_IMAGE_CONVERTER,
    L_IMG_BLOB    TYPE W3MIMETABTYPE,
    L_IMG_SIZE    TYPE W3PARAM-CONT_LEN,
    L_IMG_TYPE    TYPE W3PARAM-CONT_TYPE,
             L_IMG_SUBTYPE TYPE W3PARAM-CONT_TYPE,
    L_IMG_URL     TYPE W3URL,
    L_ERR_CODE    TYPE I,
    L_ERR_TEXT    TYPE STRING,
             P_DEST TYPE CHAR32 VALUE 'IGS_RFC_DEST'.
      DATA: G_IMG_BLOB     TYPE W3MIMETABTYPE,
          G_IMG_TYPE     TYPE W3PARAM-CONT_TYPE,
          G_IMG_SIZE     TYPE W3PARAM-CONT_LEN.
      IF NOT IT_BINARY[] IS INITIAL.
        G_IMG_BLOB[] = IT_BINARY.
        CREATE OBJECT L_IGS_IMGCONV
          EXPORTING
            DESTINATION = P_DEST.
        CALL METHOD L_IGS_IMGCONV->SET_IMAGE
          EXPORTING
            BLOB      = G_IMG_BLOB
            BLOB_SIZE = G_IMG_SIZE.
        CASE PS_CONNECT_INFO-RESERVE.
          WHEN 'TIF'.
            G_IMG_TYPE = 'image/tiff'.
          WHEN 'JPG'.
            G_IMG_TYPE = 'image/jpeg'.
          WHEN 'PNG'.
            G_IMG_TYPE = 'image/png'.
          WHEN 'GIF'.
            G_IMG_TYPE = 'image/gif'.
          WHEN 'BMP'.
            G_IMG_TYPE = 'image/x-ms-bmp'.
          WHEN OTHERS.
            EXIT.
        ENDCASE.
    L_IGS_IMGCONV->INPUT  = G_IMG_TYPE.
        L_IGS_IMGCONV->OUTPUT = 'image/x-ms-bmp'.
    *    PERFORM GET_SIZE USING PICTURE_CONTAINER
    * L_IGS_IMGCONV->WIDTH
    * L_IGS_IMGCONV->HEIGHT.
        CALL METHOD L_IGS_IMGCONV->EXECUTE
          EXCEPTIONS
            OTHERS = 1.
        IF SY-SUBRC IS INITIAL.
          CALL METHOD L_IGS_IMGCONV->GET_IMAGE
            IMPORTING
              BLOB      = L_IMG_BLOB
              BLOB_SIZE = L_IMG_SIZE
              BLOB_TYPE = L_IMG_TYPE.
          SPLIT L_IMG_TYPE AT '/' INTO L_IMG_TYPE L_IMG_SUBTYPE.
        ELSE.
          CALL METHOD L_IGS_IMGCONV->GET_ERROR
            IMPORTING
              NUMBER  = L_ERR_CODE
              MESSAGE = L_ERR_TEXT.
          BREAK-POINT.
        ENDIF.
      ENDIF.
    ENDIF.
    So could you please some one help me how to convert JPEG Photo to BMP programatically.
    Regards,
    Mayur.

    johnandersonpalmdesert wrote:
    My printer is requesting a vector file.
    Jpeg File format does not support vectors.  Photoshop has limited vector support and tools.  Photoshop can not save vector file formats like SVG.  What File type does your printer want?
    Adobe Illustrator is Adobe vector application.

  • Image convert from jpg to BMP (black & white)

    Hi everybody
    here i am converting a jpg file to 2 bit monochrome image.
    Though this program is making the bmp monochrome image of passing jpg image.
    but the program is hanged in between.
    I don't understand the why it is hanging..though it is generating the result.
    please help me to solve the hanging problem.
    =================================================================================
    source output is:
    C:\j2sdk1.4.1_02\bin>java jaiexp.JAISampleProgram6 aish5.jpg
    1
    2
    FarmHouse2.bmp image
    ERROR: it doesn't finish gracefully....!!
    ==================================================================================
    source code
    package jaiexp;
    import java.awt.Frame;
    import java.awt.image.renderable.ParameterBlock;
    import java.io.IOException;
    import javax.media.jai.Interpolation;
    import javax.media.jai.JAI;
    import com.sun.media.jai.codec.BMPEncodeParam;
    import javax.media.jai.RenderedOp;
    import com.sun.media.jai.codec.FileSeekableStream;
    import javax.media.jai.widget.ScrollingImagePanel;
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.awt.image.*;
    import java.awt.image.renderable.*;
    import javax.media.jai.*;
    import javax.media.jai.widget.*;
    import com.sun.media.jai.codec.*;
         * This program decodes an image file of any JAI supported
         * formats, such as GIF, JPEG, TIFF, BMP, PNM, PNG, into a
         * convert it to BMP and save it as bmp file
         public class JAISampleProgram6 {
              /** The main method. */
              public static void main(String[] args) {
                   // Define the source and destination file names.
                   String outputFile = "C:\\j2sdk1.4.1_02\\bin\\jaiexp\\FarmHouse2.bmp";
                   Image bwImage = null;
                   /* Validate input. */
                   if (args.length != 1) {
                        System.out.println("Usage: java JAISampleProgram " + "input_image_filename");
                        System.exit(-1);
                   }//if ends
                   * Create an input stream from the specified file name
                   * to be used with the file decoding operator.
                   Image colorImage = null;
                   try {
                        colorImage = Toolkit.getDefaultToolkit().createImage(args[0]);
                   } catch (Exception e) {
                        e.printStackTrace();
                        System.exit(0);
                   }//try catch ends
                   ImageFilter filter = new BlackWhiteFilter();
                   ImageProducer producer = new FilteredImageSource(colorImage.getSource(),filter);
                   bwImage = Toolkit.getDefaultToolkit().createImage(producer);
                   // Create the ParameterBlock.
                   ParameterBlock pb = new ParameterBlock();
                   pb.add(bwImage);
                   // Create the AWTImage operation.
                   //PlanarImage im = (PlanarImage)JAI.create("awtImage", pb);
                   RenderedOp image1 = (RenderedOp)JAI.create("AWTImage", pb);
                   System.out.println("1");
                   try {
                        FileOutputStream stream = new FileOutputStream(outputFile);
                        System.out.println("2");
                        javax.media.jai.operator.EncodeDescriptor.create(image1,stream,"BMP",null,null);
    System.out.println("3");
                        javax.media.jai.operator.FileStoreDescriptor.create(image1,outputFile,"BMP",null,null,null);
                        System.out.println("4");
                        stream.close();
                   }catch(Exception e){
                        System.out.println("Error:"+e);
                   }//try catch ends
                   System.out.println("5");
              }//fun ends
         }//class ends
         class BlackWhiteFilter extends RGBImageFilter{
         public int filterRGB(int x, int y, int rgb){
         int alpha = (rgb >> 24) & 0xff;
         int red = (int)(((rgb >> 16) & 0xff) * 0.3f);
         int green = (int)(((rgb >> 8) & 0xff) * 0.59f);
         int blue = (int)((rgb & 0xff) * 0.11f);
         int bws = ((red+green+blue) > 127) ? 255 : 0;
         return ((alpha & 0xFF) << 24) | ((bws & 0xFF) << 16) | ((bws & 0xFF) << 8) | ((bws & 0xFF) << 0);
         }//class ends
    thanks in advance.
    regards
    - Deepak
    email: [email protected]
         

    Also keep in mind that there are two definitions of bitmap. You want the 2-color version where each bit represents one color or the other. However, thanks to Microsoft, their bitmaps are really just uncompressed strings of RGB values, storing each pixel in multiple bits.

  • I am using Lightroom 5.7, 64 bit with Windows 7 Professional. For no apparent reason, I now get an error message when I export a photo, say a raw image to a JPG. However, the exported image seems to be OK. But now I notice that my LR directory of folders

    I am using Lightroom 5.7, 64 bit with Windows 7 Professional. For no apparent reason, I now get an error message when I export a photo, say a raw image to a JPG. However, the exported image seems to be OK. But now I notice that my LR directory of folders in Library view does not show images correctly: If there is a folder with sub-folder(s), the folder will indicate 0 images, but the sub-folders show the proper number of images. What happened and is there a fix? I tried uninstalling Lightroom and re-installing, but problem persists.
    Here is a screen shot of the error message:
    Message was edited by: Joseph Costanza, Jr.

    See here for a solution.

  • Excel Rendering Extension: Unknown Image Format Imag/GIF - SSRS Excel Export

    We are using the SSRS 2012 [ExportOpenXML].
    When a report is export to excel, getting the message Unknow Image Format IMage/GIF.
    Please suggest a fix the above issue.
    As per article Excel Rendering extension: Unknow Image Format image/x-png suggestion verified in Visual studio selected the gif file in the Solution Explorer panel, checked the Properties
    the MIME Type which is already set as image/gif.
    Note: Dev environment its working as expected and but issue is observed in QA environment. I wonder some setting is missing on QA enviornment which I'm unable to get the difference exactly.
    Quick help would be higly appreciated.

    Hi Niranjan,
    Based on the current description, I understand that there should be no issue when exporting the report containing image which is Image/Gif type in Dev environment because you have changed the MIME type to Image/Gif.
    To narrow down the scope to find the cause, I want to confirm some information below:
    1. Check Reporting Services edition in QA environment, if the Reporting Services edition is same between QA and Dev environment, you can back up the .rdl file and copy the .rdl file to QA environment and then export the report in Excel format to check
    whether the issue persists.
    2. If you export the report to other format such as PDF rather than Excel format in QA environment, please confirm whether the issue persists.
    3. If you change the MIME type to Image/Png and then export the report to Excel in Dev and QA environment, please confirm whether the issue persists.
    Supposing there is error message, please post the details to the forum for further analysis.
    Reference:
    How do you check what version of SQL Server for a database using TSQL?
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • How to output 3D Surface Graph as image file (bmp or jpg or png)

    I'd like to output a graph from the 3D surface.vi module as a regular
    image (like a JPG or BMP).  At this time, I'm going through an
    awkward process of taking a screen cap, then isolating the image with
    photoshop (painful and time consuming).
    Any idea or input would be appreciated.

    RIght-click on the graph and "create...invoke node". On the diagram, select method "get image".
    Save the output of "image data" as JPG, BMP, or PNG using the tools from the "Graphics Formats" palette.
    (The code shows would get a 24bit PNG image)
    See how far you get. Good luck!
    Message Edited by altenbach on 08-12-2005 02:50 PM
    Message Edited by altenbach on 08-12-2005 02:51 PM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    GetImage.png ‏3 KB

  • Portal Server does not gateway .GIF images.  Only .JPG

    Hello,
    When using .GIF images, images appear as broken images (red x).JPG images work just fine. This happens in every regard including applications that are gatewayed using Hosted Display mode (but not limited to that.) .GIF images in content server don't come through either. Any ideas?

    This issue was resolved with Metalink article How To Change The Default Welcome Page In Oracle Portal [ID 371035.1]
    The 'PUBLIC' user was updated with a different homepage. Setting it back to null solved the issue.

  • When i save any image from any website then there is no option showing in the save as box like saves as .jpg etc. In this case I manually add the extension of image for example .jpg .gif etc. Please solve my problem :(

    When i save any image from any website then there is no option showing in the save as box like saves as .jpg etc. In this case I manually add the extension of image for example .jpg .gif etc. Please solve my problem :(

    I'm guessing your problem is caused by code validation errors: orphaned division tags for example, or mismatched code and document type (i.e.  XHTML /> mixed with HTML > style closures).
    Start by using the code validation tools below and fix any reported.  You'll need an Internet connection for this:
    HTML Validator - http://validator.w3.org 
    CSS Validator - http://jigsaw.w3.org/css-validator/  
    HTML & CSS Tutorials - http://w3schools.com/
    If this doesn't solve the problem, you will need to post a URL to your live page so we can see your code and images working together.   Or at the very least copy and paste your HTML and CSS code into a reply using double arrows >> Syntax Highlighting > Plain.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • LR3.2 - export large qty of images to DVD (jpg @ 100%)

    Hi
    I have 900 dng files to burn to give a client.  When I tell LR3.2 to export to dvd it takes forever, to the pointwhere I stopped it and have now told it to do it to HDD instead.
    My question is - if I'd of continued, would LR3.2 try and fit all the files on one disk or will it prompt me for more disks (I'm guessing my files when exported will need 2-3 4gb dvd's)
    cheers
    Rob
    edit - ALSO, I've told to export the 900 files to my HDD as 100% jpg and after 2 hours it's only 29% done, is this correct?

    yes get that!  Though what I meant by the dvd is....  if I'd of left it running exporting to dvd, and the files need more than 1 disk, will LR3.2 prompt me to swap disks during burn?
    No. The disc burner is very primitive. It just errors out. At least it did in LR 2. I haven't tried since, but I doubt this was made any better. You're better off just exporting and burning the files yourself in other software.
    P.S. Are you sure that you need quality 100? There is generally no visible improvement above 85 but only an enormous, wasteful increase in filesize. See this article for an analysis. Your jpegs should be about 7 MB at the next to highest "quality". That might get you to 900 images on a disc (at least if it is DL).

Maybe you are looking for

  • MMD Hard Drive issues

    I attempted to install a new PATA hard drive and was never able to get it to be recognized or mount, no matter I gave up on that and went back to my original configuration to find that my 3rd small drive was now unreadable. I erased that and remounte

  • Orcale HRMS Seeded CASH report Problem

    Hi Gurus, I have some problem in Seeded report Cash. before it is running fine. It is running fine without the accounts i define in the payment method for cash. after i defining the accounts. my seeded cash report is not showing the list of payment m

  • Curve 9300 connecting to boot rom problem

    Hi everyone, I have a curve 9300 and I tried to install an update to the OS. The problem is when i get to the part that says "connecting to the boot rom" the phone starts rebooting and goes like this 3 or 4 times, resulting on a failed update. I alre

  • Diagnse test failed....

    i diagnese mac by apple hardware test it shows 4SNS/1/C0000008:TNID--124 WHAT DOES IT MEAN???

  • Elements 8 (MAC) sends error message when I quit

    Every time I purposely quit the Elements 8 application, I get an error message that it has "unexpectedly quit." It does not affect the performance of Elements 8. But it is a nuisance. Suggestions? I am running MAC 10.6.4 Thanks