How to create uncompressed Jpegs

I want to post photos on Alamy and they request uncompressed jpeg files, what are they and how do I save my photos as this in Photoshop CS5. I use a Panasonic G2 which takes 6 meg Jpegs but I need much larger files.
thanks for any help

You are, but it's not really obvious...
There's a very old terminology, dating back to scanning film, in which images are spoken of in megabytes, as though they're RGB and 8 bits per color...
Basically, multiply your width in pixels x height in pixels x 3 bytes per pixel and you get the "standard old school" megabyte value.
For example, 4000 x 3000 x 3 = 36 megabytes from your camera.
-Noel

Similar Messages

  • How to create a jpeg from frame?

    I have several short clips in hd from my digital camera. Can I create some jpegs from them within QT Pro? How? I know how to do it if I import the clips into iMovie 6, but since the footage is in hd, I thought maybe I could get a higher quality jpeg image if I can create it directly.

    Nevermind. Found answer here: https://discussions.apple.com/message/1956126#1956126

  • [SOLVED] How to create uncompressed packages

    Is there a way to convince makepkg to create uncompressed packages. I often tweak an official package or build from one the AUR and it takes a lot of time to compress the package that will be immediately uncompressed for installation. I would like sometimes to be able to create uncompressed packages (just tar-ed packages).
    Last edited by olive (2011-02-15 15:24:22)

    [karol@black ~]$ tail /etc/makepkg.conf
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar'
    #PKGEXT='.pkg.tar.gz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    Looks like PKGEXT='.pkg.tar' does the trick. Gzip compression is fast enough for me, so I use that.
    Last edited by karol (2011-02-14 17:48:31)

  • How to create a jpeg of one frame

    I tried creating a freeze frame but it won't allow me to drag that frame into iPhoto. How can I grab an still image and make it a jpeg or other image format?

    Place the playhead on the frame you want to export. Go to File->Export->Using QuickTime Conversion. In the export window, choose Still Image from the Format menu and use the Option menu to choose the file type (.jpg, .png, .psd, etc.).
    -DH

  • How to create a jpeg slideshow.

    With a lot of help I have now created a slide show with captions. However when I export the slide show I get only pdf format. I need jpeg so I can stream the file to my dvd player to see on the television.
    I finally found a way to export to jpeg but the captions do not follow and I think that is because I export from the Collection under LIBRARY instead of the SLIDESHOW  to avoid the pdf format.  I am sure there is a path somewhere to export a complete slideshow in jpeg format. Can anyone help with this?
    Thanks for any help,
    Ray Zachary

    Thanks for your quick response. Unfortunately, The Export JPEG Slideshow command does not appear in any menu whether I am in the Slideshow module or the Library module. I thought this type of command existed when I built a slide show in the past. However, it does not seem to be available now.  Is there a preference or other trigger that would cause this item to either be there or not be there?
    Ray Z.

  • How to create a jpeg of a Applet

    i've done an applet that print something, i want that the user can save on his pc the applet in a jpeg, or other format.

         public void start() {
              // TODO Auto-generated method stub
              getContentPane().add(BorderLayout.CENTER, new JPanel()).setBackground(Color.GREEN);
              getContentPane().add(BorderLayout.SOUTH, new JLabel("hahdfhakldf"));
              setVisible(true);
              pack();
              BufferedImage image =
                   new BufferedImage(
                        getWidth() ,
                        getHeight(),
                        BufferedImage.TYPE_INT_RGB);
              Graphics2D g2 = image.createGraphics();
              paint(g2);
              g2.translate(256, 0);
              g2.dispose();
              try {
                             ImageIO.write(image, "jpg", new File("awtImage.jpg"));
                        } catch (IOException ioe) {
                             System.out.println(ioe.getMessage());

  • How to create uncompressed Quick Time from my sequence?

    I edited a sequence from a Quick Time Movie conversion. I have to send a file of my sequence in the highest quality for TV. How can I export it without compressing it?
    The sequence Settings are: Vid Rate: 25fps, Frame Size: 1024x576, Compressor DV-PAL, Pixel Aspect Square.
    The Audio is 48.0 KHz, 16-bit Integer

    If you converted the DVD to DV/PAL, how did you end up with that screen size? 1072x576? That's not the DV/PAL resolution preset.
    I used a tutorial and selected 720x576 (DV-PAL) for Frame Size.
    is the FOOTAGE that size? If so, why is your sequence not?
    the original filming was done in HD.
    That is moot. The original filming was then burned to DVD...and you ripped that. Far from ideal conditions. HD, compressed (highly compressed) to DVD, then ripped to DV? Compression on top of compression. I'll be amazed if it passes muster for broadcast TV.
    If it was shot in HD, why didn't you get the actual source footage?
    What can I do with what I have for it to play on TV please?
    Get it properly formatted to 720x576. Might have an online editor work on this too...someone trained to deliver shows to networks, and who knows how to read network specs.
    Shane

  • How can you create a jpeg from video in imovie 13?

    In imovie11 you could hit share, convert using quicktime, and then select mov to jpeg or gif.  that option is not available in imovie13?  Anyone know how to create a jpeg or gif in the new imovie?

    When you say you would drag the image itself into the Swatch Palette and it would show the image itself? How would then use this swatch? Can you give an example of what you would apply a jpeg to as a swatch? The only palette that I can think of off the top of my head that you can drag a jpeg into and have the icon appear as the jpeg is the Symbols Palette. Is is possible that you were using the Symbols Palette in the past and not the Swatch Palette?

  • How to create Chart within a web page NOT as seperate page?

    Hi, I am using JCharts and am trying to figure out how (or if it is even possible) to create a chart and then place it in a web page. All the examples I've seen show you how to create a JPEG of the chart and then link to this image from your web page. Is it not possible to surround the JPEG chart with other HTML so that I can keep my web page logo and menu etc on the same page as the chart?
    I can't find any examples which show how to surround your images with HTML as JCharts creates a JPG file and returns that in the Http Response e.g. "ServletEncoderHelper.encodeJPEG13(axisChart, 1.0f, response);".
    My environment is Java 1.4.2, Struts and Tomcat 4.1.30.
    Is there a way of drawing charts directly into a web page rather than displaying them on a seperate page as an image file?
    many thanks in advance,
    James.

    Hi Hatton,
    in html, there exists an img-tag. this tag contains a parameter called src. And if you want to embedd an image in your html-page, you will put the source of the image you want to display to the src-parameter. The same with servlets or java server pages. For the browser it doesn't matter where the html comes from. it doesn't matter if it has to be generated by an servlet-container like tomcat. So you write a servlet, which will create an image and make it accessible to your servlet container and then insert an tag like
    <html>
    <body>
    <img src="http://yourdomain/servlet?param=value" width=aNumber height=aNumber>
    </body>
    </html>This can be done because servlets can be configured to response with images which can be created by java2d or something else...
    I hope, this will help you...

  • How to create a browser to view JPEG files?

    Hi people,
    just wondering if anyone knows how to create a simple browser to view JPEG or some other image files?...Is there e.g. or tutorial provided by Sun on this...
    AG

    Sure, the Java Tutorial duscusses working with ImageIcons in an applet (or application) here:
    http://java.sun.com/docs/books/tutorial/uiswing/misc/icon.html
    The IconDemoApplet example is just such an image browser. Cheers,
    Chris

  • How to create 2 or 3 links URL in a jpeg ?

    How to create 2 or 3 links URL in a jpeg ?
    Do i use photoshop ?
    Thank you

    Images cannot contain links. All that stuff is done in the web page source code, e.g. using image maps, interactive SVGs or JavaScripts that track coordinates and respond accordingly. You will have to use a web authoring tool like Muse or Dreamweaver to produce such stuff, but since you seem to be a complete beginner, I strongly urge you to read up at least on some basic stuff about HTML, CSS and how the web ticks in general or you'll be forever lost.
    Mylenium

  • How do i create a jpeg image from clips in fcp

    how do i/can I create a jpeg image from clips in fcp?
    Stephen

    Select clip in timeline and place the playhead over the frame you want to save as a JPEG. Open the share window ( Button on far right of tool bar) and select 'Save current frame'. If you don't see that option click on add destination and select the Save current frame choice. It will be added to your share options.

  • How do you take photos from iPhoto and create a jpeg?

    How do you select photos from your iPhoto and create a jpeg to post on a photography site that requires jpeg format?

    Photos in iPhoto are already in JPEG format.
    Just as an FYI: iPhoto supports a range of Camera Raw formats, Jpeg, Png, Tiff and  a few other formats as well.

  • Is there a way to create still jpegs from video clips in iMovie?

    I shot some video on Christmas day and imported them to iMovie 9.
    I want to creat some jpegs from the video clips and print them as photos.
    Is there a way to create a jpeg from a video clip and save the file?
    Thanks for the info!
    Len

    Here is a method for extracting a still from iMovie 09.
    Are you working in iMovie and realize that certain frames in the movie would be perfect as photographs? Here is how to extract them...
    *To get a still frame from an Event*, right-click on the frame and select "Add Still Frame to Project". The still will be added to the end of the current project. Right click on the still frame in the project and select "Reveal in Finder". You will see a jpeg file that is highlighted. Drag this jpeg file in the finder to the iPhoto icon on your dock.
    *If you want a still from a project*, rather than an event, the process is similar, except you right-click on the frame and select "Add Freeze Frame", and it adds the freeze frame at the end of the clip rather than at the end of the project. Right-click/reveal in Finder, drag JPEG to iPhoto icon in dock.
    *If you are not using iPhoto*, and just want to save to your desktop, click Reveal in Finder as above, then COPY, then PASTE to desktop.
    Hint: If you do not want to clutter up your iMovie Project with stills at the end that you would have to go back and delete, then create a separate iMovie Project just for your stills, and follow the instructions for capturing stills from an Event.
    Note: If you do not have a right mouse button, then control-click will work instead of right-click.

  • Newbie Here - How to Create a Slide Show in CS5?

    I am using Windows 7 and I am familiar with PSElements 8 where creating a slide show is easy.  I just want to create a slide show in CS5 (in Bridge??  View>Slideshow Options?) using vacation photos from several folders, and I want to order them manually.
    First, I can't figure out how to display more than one folder in the Content panel in Bridge.  Second, I can't figure out how to create and intersperse "blank" slides with text.   Third (and I haven't even gotten this far yet), how do I save the slide show and burn a VCD?  This was all so easy and intuitive in PSE8, I can't believe it seems nearly impossible in CS5! 
    As an alternative, should I simply re-save the photos as JPEGs (they are PSDs now), export them to a Desktop folder, open them in PSE8 and create the slide show there instead?   Thanks for any help and suggestions!

    I am using Windows 7 and I am
    familiar with PSElements 8 where creating a slide show is easy.  I just
    want to create a slide show in CS5 (in Bridge??  View>Slideshow
    Options?) using vacation photos from several folders, and I want to
    order them manually.
    First, I can't figure out how to
    display more than one folder in the Content panel in Bridge.  Second, I
    can't figure out how to create and intersperse "blank" slides with
    text.   Third (and I haven't even gotten this far yet), how do I save
    the slide show and burn a VCD?  This was all so easy and intuitive in
    PSE8, I can't believe it seems nearly impossible in CS5! 
    As
    an alternative, should I simply re-save the photos as JPEGs (they are
    PSDs now), export them to a Desktop folder, open them in PSE8 and create
    the slide show there instead?   Thanks for any help and suggestions!
    1) Bridge has a new feature (can't think of the term at the moment) but it works like instancing or virtual copies. Select all of the photo's that you want and place them in the "collection" (Ah I knew I would think of it) Move to another folder and move them into the same collection and so on. These are virtual copies in that they don't really exist, but are a link to the original images. You then can use the collection for the slide show.
    2) Just create a page same size as your photo's in photoshop with what ever color background and put your text on it.
    3A)The slide show can be exported as a pdf or swf. Windows can then copy the file to a cd. If you choose swf, you may need to alter the html file (I assume it generates one, if not it isn't har to create one) The html file would help the web browser determine the correct size to display at. If you have flash, it can be used to create a html file as well.
    3B)If you would like the slide show to be displayed on a tv screen, then your cd/dvd will need to use a format that your dvd player can play, mp2 is the standard, but some can display jpg's, some are blue ray, etc. For exporting into the correct video format, then one of the following can be used. After Effects, Premeire pro, Encore, Photoshop (If you have quicktime installed and you are using one of the formats that quicktime supports like mp4)
    If you have quicktime installed, paying the 20 bucks may be worth it as it will allow you to take your jpg images and generate an animation file as avi or mov. But can save as mp4 as well.
    4) In Bridge you can select all of the images and run image processor on them. This plug in is part of photoshop there fore it will be in the menu's under photoshop. It will let you specify the files size, format and any actions, etc. It will then place them all into a folder that you specify.

Maybe you are looking for