Mail is converting gifs to jpegs

All of the sudden my Mail program is converting all of my gifs I attach to jpegs. Can someone tell me how to prevent that?

I was dragging them and also using the Attach button in mail.
I have figured out however the problem is in the bottom right hand corner of the composing screen where it says image size. Somehow along the way it got set to medium instead of actual size hence reducing my gif animation to a jpeg. Thanks for your reply

Similar Messages

  • Convert GIF to JPEG

    Can anyone recommend a free software program that will convert some GIF photos to JPEG's? Thanks for your help.
    iMac G5   Mac OS X (10.4.3)  

    Open each GIF in Preview, which is located in the Applications folder, choose Save As from the File menu, choose JPEG as the format, and click Save.
    (21183)

  • How can i convert .gif/.bmp/.jpeg file to labview code(vi)?

    Hi,
    I am having a .gif file which consists of vi code. I want to convert that .gif file into vi & complile it. I am using LV 6.1 & 7 express. Is is possible?
    Reverse is surely possible like we can convert the vi diagram into .gif/.bmp file? But above i dont know?
    Your help will really appreciated.
    Best Regards,
    Nirmal

    If I understand your desire, it's to be able to convert a graphical image (bit map or screen photo, for example) into a functional block of LabView code, with all of the wire work done, etc. This is a task approximately equivalent to performing optical character recognition.
    In the case of a non-system subvi, unless that subvi is loaded, so that it's graphical representation can be recognized by comparing the bit-map image for the subvi on the photo with the available vi's.
    Another difficult problem to solve is when the bit-map has been scaled up or down, such that there's a pixel count mismatch between the VI iconic bitmap and the photographic bitmap you wish to import into your code diagram.
    And if you try to do recognition on objects that have h
    ad their RGB color representations changed, as can happen when JPG compression or other compression forms are used that reduce to total number of colors saved, that challenges the object recognition further.
    Also, what you're interested in having is only of value to Labview programmers, so there's not a very large market for such a tool to be sold to - unlike bitmaps of scanned text to ASCII or wordprocessor applications - traditional OCR software.
    All this ins't to say it can't be done, but that it's difficult, and for the person or company that undertakes it, the sales potential is limited.
    Regards,
    Bob Donnell

  • JAI - Colour problem converting GIF to JPEG

    Hi
    I'm using JAI to load a GIF, and then save it as a JPEG. When I save it (using the "filestore" operation in JAI.create(...) the resulting JPEG seems to be monochrome. However if I save the same image as a BMP, it's fine.
    I think this has something to do with ColorModels, but I'm a bit lost and confused really. Please could someone point me in the right direction?
    NB, because I can't get ImageIO installed on my machine (it refuses to believe I have the right JDK installed...) I'm restricted to methods available in JAI
    Thanks

    Thanks for the reply. Here's the complete solution for anyone whose interested (mostly copied from another post). I tested it and it works a treat for my app at least
    (image is a RenderedOp)
    BufferedImage realImage = image.getAsBufferedImage();
    try{
    BufferedImage rawImage = realImage;
        realImage = new BufferedImage(rawImage.getWidth(), rawImage.getHeight(), BufferedImage.TYPE_INT_RGB); //CHANGE THIS TO TYPE YOU NEED
        ColorConvertOp xformOp = new ColorConvertOp(null);
        xformOp.filter(rawImage, realImage);
    }catch(Exception e){
        e.printStackTrace();
    }

  • Converting Tif file to GIF or JPEG

    Could you provide me with an example to convert a TIF file to GIF or JPEG with the JIMI or tell me of a good link where I can learn how to do this?. I downloaded the JIMI library but I cannot find documentation or a clear example to carry out this conversion.

    Do you know how the JIMI converts multi-paged TIF files into several JPEG or GIG files? The Jimireader could read only the first page of a TIF file. But I could not get the other pages of the TIF file. The code that I wrote to extract the first page was:
    try {
    JimiReader reader= Jimi.createJimiReader"C:/MRFleSto/4.tif");
    i = reader.getNumberOfImages();
    java.awt.Image img = reader.getImage();
    .... more code to put the image in a call to convert it
    reader.close();
    } catch(Exception e){}
    It turns out that i (the number of images) returns -1; never the total number of pages in the file. Also the getNextImage method of the JimiReader is "protected" (that is, removed from the class) and cannot be used.

  • Converting From GIF To JPEG...

    Alright gang, I've got a pic in .gif format and want to convert it to .jpeg. iPhoto tells me to change it with another application, but doesn't tell me what? Any ideas?
    Normally, in the world of PC's, I'd just convert it using MS's Paint program.
    Anyone?
    Bob

    HI Bobby,
    In your Applications folder there is a program called Preview. If you double click on an image file, Preview is usually the default application that will open it.
    Once opened by Preview, do a "save as" and choose jpg as the format.

  • I'm using OSX 10.7.4 how do I convert gif files to jpeg? Preview does not have a "save as" choice.

    I'm using OSX 10.7.4 how do I convert gif files to jpeg? Preview does not have a "save as" choice.

    GraphicConverter (the best shareware ever devised for the Mac) will do this for you:
    http://www.lemkesoft.com/

  • Dynamically convert swf to jpeg/gif format

    hello,
    I need a help to dynamically convert swf to jpeg/gif format
    using java/jsp
    this feature is implemented in php in the below URL
    http://www.sephiroth.it/tutorials/flashPHP/print_screen/index.php
    Thanks and regards
    Namratha

    You need to go here:
    Screen
    Cap Using Flash 8 and PHP
    It is exactly what you need.
    Walter
    And you can kiss the ground and thank God above that I was
    able to point you to this, it took me months to find!!!

  • How do I convert file to gif, jpg, jpeg, png, bmp, or swf

    I mad a page in COMIC LIFE. I saved it, then when i went on photobucket.com, it gave me a message saying
    The file "" does not have a valid image extension.
    Valid image extensions are: gif, jpg, jpeg, png, bmp, swf.
    HOW DO I CHANGE IT?
    Thanks

    I have never used Comic Life, so I can't tell you how to do it from there. But you could open it in Preview. Control-click the page in the Finder and choose Open with... set it to Preview. Once in Preview, do a Save As and change the Format there.

  • To Convert GIF to BMP

    Hello,
    Plz can anyone tell me how do i programatically convert GIF image to BITMAP image.
    Thanks,
    Rathish
    Moderator message: not related to ABAP development.
    locked by: Thomas Zloch on Aug 12, 2010 12:04 AM

    Hi,
    Firstly why you want to convert the GIF to BITMAP pragramatically. If the requirement is to display the Image in the Forms then just convert the GIF image to BITMAP using Paint (Open the image in Paint and then save as BITMAP) and then upload BITMAP image  in SAP and then use the same in the forms.
    Regards,
    Shakeel.

  • I have a new Sony alpha 77ii.  My PS version is 5.0.  When I open the files in Bridge, they are .ARW files.  How do I convert them to JPEG's so I can view and edit them?

    I have a new  Sony alpha 77ii.  My PS version is 5.0.  When I open the files with Bridge they are .ARW files.  How do I convert them to JPEG's or something I can view and edit?

    You can use Adobe's free DNG converter to convert proprietary raws to the universal DNG raw format. Here are the links:
    Adobe - Adobe Camera Raw and DNG Converter : For Windows : Adobe DNG Converter 9.0
    Adobe - Adobe Camera Raw and DNG Converter : For Macintosh : Adobe DNG Converter 9.0
    Converting to JPEG will be an extra step afterwards.
    Benjamin

  • Can you edit a TIFF in iPhoto 09 without it converting to a JPEG?

    I am wondering if I can edit photos in the TIFF format in iPhoto 09 without having them automatically converted to the JPEG format? I read that you should never edit a TIFF photo if you want to keep it in that format, because iPhoto will immediately convert it to a JPEG the minute you edit it without any warming.
    I am in the process of scanning thousands of slides and I don't want to scan them as TIFFs only to have iPhoto convert them to JPEGs. I will do most of my editing with Photoshop Elements 6 for Mac, but just in case I ever edit a TIFF in iPhoto 09, I need to know if it will automatically be converted to a JPEG or not.
    Today I tried editing a TIFF in iPhoto 09 and as far as I could tell, it didn't change the format to JPEG, even though I just read in the iPhoto 09 Missing Manual today that it WILL in fact change it. Am I missing something? I just assume if it still shows the TIFF extension, it has NOT been converted to a JPEG! Any help would be appreciated. Thanks, Linda

    Thanks Terence. What a relief. I still don't understand what the book I read was talking about then. Here's a quote from the section I was referring to in "iPhoto 08: The Missing Manual" book, p 91 (ISBN: 0596-516185):
    "Note, however, that the instant you edit a TIFF-format photo (Chapter 7), iPhoto converts it into JPEG.
    That's fine if you plan to order prints or a photo book (Chapter 11) from iPhoto, since JPEG files are required for those purposes. But if you took that once-in-a-lifetime, priceless shot as a TIFF file, don't do any editing in iPhoto-don't even rotate it- if you hope to maintain its perfect, pristine quality."
    After my test results, I thought maybe this was something that had changed from iPhoto 08 to iPhoto 09, so I went to the bookstore yesterday and checked the same book for iPhoto 09, and there it was, the same quote! (on a different page, of course).
    Anyway, thanks once again for your confirmation that my test was indeed correct. Linda

  • Can i open eps file in photoshop element 12 and convert it into jpeg?

    can i open eps file in photoshop element 12 and convert it into jpeg?

    You can open it in Irfanview (free), then save as JPEG.
    Download the program here:
    IrfanView - Official Homepage - one of the most popular viewers worldwide

  • I have LR from 2 through 4.4,  I am simply trying to adjust CR2s, and convert the them JPEG.  LR says my Perfectly Clear is expired but my update is up to date and all paid for.  What is Perfectly Clear and how do i get this puppy to be part of the team?

    i have LR from 2 through 4.4,  I am simply trying to adjust CR2s, and convert the them JPEG.  LR says my Perfectly Clear is expired but my update is up to date and all paid for.  What is Perfectly Clear and how do i get this puppy to be part of the team?

    Perfectly Clear is a 3rd party commercial plugin for Lightroom.
    http://www.athentech.com/products/plugins/
    Have you ever installed it as a trial in the past?

  • How do I convert a scanned JPEG file to a Word document with Acrobat pro X1?

    How do I convert a scanned JPEG document into a Word document. I have Adobe Acrobat Pro Xl.

    Was it a scan of a page with only text? Text and pictures? Or just a picture?

Maybe you are looking for