Jpeg export is low quality

For some reason, when i export a jpeg, it seems low quality, even if i go up to 12 quality (and make the image 3 times the size of the original)
here's an example, an image that was TAKEN as a jpeg originally, imported to aperture, and then exported after some editing.
the one on the right is the exported jpeg, and it seems ..not sharp at all
http://i24.photobucket.com/albums/c44/funk11963/Picture1.png
I'm not the only one with this issue, check out this post where other people have the same problem.
http://www.apertureprofessional.com/showthread.php?t=15206&highlight=resolutiononexport

FUNK1196 wrote:
For some reason, when i export a jpeg, it seems low quality, even if i go up to 12 quality (and make the image 3 times the size of the original)
here's an example, an image that was TAKEN as a jpeg originally, imported to aperture, and then exported after some editing.
the one on the right is the exported jpeg, and it seems ..not sharp at all
http://i24.photobucket.com/albums/c44/funk11963/Picture1.png
You've got a couple of problems here:
1. JPEG is not a very good format for editing then re-saving as a JPEG. It's a lossy compression, and one of the cruelest ironies is that compression artifacts compress poorly. It can get especially bad if you open an edited JPEG and re-save it to a third JPEG. Obviously, at the higher quality settings, you lose less in each step, but you'll still lose something.
The best strategy is to shoot your pictures using Camera raw, which should be either uncompressed or compresses with a lossless scheme, or in an uncompressed format like TIFF. Then, edit them and do all your work with the TIFFs or the raw files. Once you're happy with your edits, then the last step is to export a JPEG. If you want to make a new version of the picture, just go back to the original, make a new version (either from the master or your previously edited version), edit that, and re-export when you're done.
2. Exporting at a size larger than the original will always result in some image degradation. Think about it this way: if you printed your JPEG on a sheet of rubber and stretched it to three times its size, your picture would get blurrier the more the sheet stretched. The same kind of thing happens in your computer. You're always better off to work on a picture at a bigger size than you'll eventually need it, then make it smaller when you're done editing.
I'm not the only one with this issue, check out this post where other people have the same problem.
http://www.apertureprofessional.com/showthread.php?t=15206&highlight=resolutiononexport
What they're talking about in those posts is different. They're talking about a resolution setting for printing. For example, suppose you have a picture that's 1500 by 1500 pixels. If you print that at 300 pixels per inch, you can print that picture 5 inches by 5 inches. If you change the resolution to 150 pixels per inch, the same 1500x1500 pixel picture will print out 10 inches by 10 inches. But if you look at the picture at 100% zoom level on screen it should look the same, since the screen has a fixed resolution.
This article might explain it a bit better:
http://www.ransen.com/Articles/DPI/Default.htm
charlie

Similar Messages

  • Resizing Script Exports in Low Quality

    Hello. A while back I found an image resizing script on these forums. Recently it's JPEG outputs have seemed to be on low quality, like 30%. How can I change this script-application to export resized images in a higher quality?
    Thanks, and the script is below.
    on open some_items
    repeat with this_item in some_items
    try
    rescaleand_save(thisitem)
    end try
    end repeat
    end open
    to rescaleand_save(thisitem)
    tell application "Image Events"
    launch
    set the target_height to 256
    -- open the image file
    set this_image to open this_item
    set typ to this_image's file type
    copy dimensions of this_image to {current_width, current_height}
    if current_height is greater than current_width then
    scale this_image to size target_height
    else
    -- figure out new height
    -- y2 = (y1 * x2) / x1
    set the new_width to (current_width * target_height) / current_height
    scale this_image to size new_width
    end if
    tell application "Finder" to set new_item to ¬
    (container of this_item as string) & "256_" & (name of this_item)
    save this_image in new_item as typ
    end tell
    end rescaleandsave

    You can't control the jpeg compression quality using Image Events. You can with iMagine Photo. iMagine Photo is free, and is like a more powerful version of Image Events.
    You can read about iMagine Photo here:
    http://www.yvs.eu.com/imagine.html
    You can download iMagine Photo from here:
    http://www.yvs.eu.com/downloading.html
    iMagin Photo documentation is here:
    http://www.yvs.eu.com/documentation.html
    Follows is a script that will allow you to specify the compression quality while scaling. The quality difference between maximum and lossless is tiny while the file size difference is quite large so I don't normally recommend lossless.
    The script does not copy the exif information to the scaled image file, but iMagine Photo can copy the exif information, and or modify certain exif types.
    The script replaces the contents of the original file - so beware.
    Kevin
    ---- begin script
    property theScale : 0.5 -- 50% scaling
    using terms from application "iMagine Photo"
    property exportQuality : high -- minimum / low / medium / high / maximum / lossless
    end using terms from
    on run
    -- this script replaces the contents of the original file
    set thisFile to choose file with prompt "Choose an image file to scale: "
    tell application "iMagine Photo"
    set thisImporter to import graphic thisFile
    if the component error of thisImporter is not equal to 0 then
    close thisImporter
    return
    end if
    tell thisImporter to make exporter with properties {export file type:"JPEG", export file location:thisFile, export compression quality:exportQuality}
    set scale of thisImporter to {theScale, theScale}
    export thisImporter
    close thisImporter
    end tell
    end run
    ---- end script

  • Jpeg export size and quality issues

    aloha,
    I use a lot of photos in articles on the web and size them to about 250 x 166 pixels. I just tested Aperture, Photoshop CS2, Fireworks 8, and Graphic Converter at levels of low, med, high or 30, 60, 80 or 4, 6, 9.
    The best quality in terms of sharpness, clarity and color was PS CS2, with Aperture second. But Photoshop's files were 12, 24 and 36 k respectively, where the Aperture files were 72, 74 and 88k. In fact even at quality 0, the Aperture-generated jpeg was 64k. Fireworks were 4, 8 and 16k but surprisingly poor quality. Graphic converter was 116, 120, and 124k, with decent quality.
    It appears that Adobe's engine is more adept at re-sizing and compressing (not entirely surprising). It leaves me with a bit of a workflow issue, since opening the files from Aperture into CS2 leaves me with a gigantic .tiff in Aperture I don't need.
    Full size jpegs could be exported from Aperture to a folder, then opened in Photoshop, resized, and saved for the web. I can automate the Photoshop part of it, but would need some help automating the whole process.
    Any information and suggestions folks have would be appreciated! I am curious as to why there is a floor on the Aperture jpeg sizes. Maybe I need to turn some option off? I'd love to keep my workflow within a single program.....
    mahalo,
    paul

    What we need are the clip properties & sequence settings in Final Cut Express.  Your screenshot is from a Finder window.
    It would appear you have a clip with nonstandard frame size (1366x768) in an H.264 file.  FCE cannot edit this material.  FCE is limited to specific codecs and frame sizes.  You need to convert your clip to QuickTime/Apple Intermediate Codec. If it's highdef widescreen then convert it to QT/AIC 1920x1080i.  Try using MPEG Streamclip to convert the source clip.
    You also need to be using a matching Easy Setup in Final Cut Express.  If your source media file is QT/AIC 1920x1080i then you should select the AVCHD Apple Intermediate Codec 1920x1080i60 Easy Setup in FCE -AND- then create a new sequence before importing your clip into FCE and placing it in your sequence (timeline)

  • Keynote exports to low quality PDF file

    I exported my presentation to PDF file which looked perfect on my laptop screen. But when the presentation was projected on a large conference screen it looked awful - not contast and not well-readable. Does anybody know how to increase the quality of the PDF file?
    I use Keynote 3 and I am a new user.
    PowerBook G4   Mac OS X (10.4.6)  

    The default setting for resolution is low. You should be able to change the resolution of the presentation in the first tab of the inspector. Try bumping up the resolution and then exporting as a pdf.

  • Final Cut Pro X -- Export is Low Quality?

    I'm wondering about some of the behavior on export with Final Cut Pro X.
    While editing my videos, I set preferences to 'use proxy media' to make playback smoother.
    However, when I go to export the video as a high-quality 1080p file it's clear that Final Cut is using the proxy files to make this video -- rather defeating the point of exporting at 1080p.  Now, it's not a problem if I switch playback in preferences from 'use proxy media' to 'use high quality media' -- then the export is actually high quality.
    My question is this: is final cut supposed to work this way?  Why on Earth would it not default to use the highest quality files when exporting?  It's not a huge deal, but it is annoying when I spend several hours exporting a project only to find out at the end that I accidently left playback on 'proxy media' and have to restart the process. 

    I've read a few threads on this issue.  Are you using the share feature or exporting to compressor? My understanding is when you export you need to set to original or optimize setting in preference.
    More about this topic here.
    https://discussions.apple.com/thread/3166556?start=0&tstart=0

  • Final Cut Pro exports very low quality video to DVD

    I tried exporting a timeline to a DVD from Final Cut Pro X 10.0.3 today. Every clip in the timeline was 1080x1920, but the DVD export menu insisted (without offering an option to change settings) that Final Cut export at 720x480. The Blu-Ray menu offers 1080x1920 exporting, though. Is there any way to get the app to export to DVDs at 1080x1920?

    Yes, you can create an AVCHD Disc which is basically Blu-ray quality on a cheapo standard DVD.
    Select Share>Blu-ray and in the window that opens make sure the Output Device is your DVD burner, not the hard drive.
    Note that you will only get about 35 minutes at the highest quality.
    If your video is longer the data rate will be reduced but should still produce good quality hi-def up to an hour or so.
    You must play the DVD in a Blu-ray player. It will not work in a normal DVD player.

  • Xournal pdf exporting of lower quality

    I added some highlighting and text to the original pdf within the xournal. But the output quality of the original pdf changes (text with drawing), after exporting. Is there a way around.
    http://xournal.sourceforge.net/manual.html#printing
    states:
    "If Xournal is unable to parse the PDF file, the poppler/cairo renderer is used instead to generate a new PDF file from scratch. "
    Thanks in advance.

    The problem was in "printing" the PDF.
    The issue was completely resolved by printing the iBA file to a Post Script file, and then indepently using Adobe Distiller to produce the final PDF.
    It makes no sense to me why using Print to Adobe PDF from the iBA print menu works any differently than using Distiller on a .ps file. But whatever, it works, and it is beautiful.

  • MPEG2 Low Quality Render in Premiere Pro CC, but not CS6

    Any MPEG2 i render in Premiere Pro CC exports in low quality (Grainy and flickers). Even at 1080p and a CBR of 20. I thought i'd wait for the next update for premiere pro CC which came out today with no luck.
    I found a similar article, but no respones or feedback.
    http://forums.adobe.com/thread/1255444
    Is anyone else having this problem?
    Can anyone help? It's driving me crazy!
    24GB of RAM
    i7 X990 Processor
    NVIDIA Quardro 4000
    Windows 8.1

    I have CC and CS6 loaded on Windows 8.1.  Send me the source of that screen grab, video or graphic, and I'll see what happens here.
    https://depositfiles.com/uploader_flash.html

  • Low quality export for stop motion animation stills from Canon 5D Mark ii

    Thank you very much beforehand to anyone who is willing to look through this issue, it's been a long and frustrating process so far...
    I am attempting to put together a stop motion animation in Final Cut Express but my exports are always either low quality, or medium quality and stretched. I am shooting on a Canon 5D Mark ii set to take pictures at 21M 5616x3744 [999] (though I'm not entirely sure what the 21M or 999 mean).
    When I first assembled my stills (unedited or altered in any way) and exported, it looked like this:
    A relatively drastic loss in colour and quality. This was achieved exporting through quicktime conversion using the following settings:
    Compression Type: H.264
    Compressor Quality: Best
    Size: 1920x1080 HD
    Preserve aspect ratio using: Crop
    Deinterlace source video: unchecked
    Unhappy with the result, I went through hours of testing and researching which only yielded a result after I discovered the control-Q Easy Setup menu. I tried setting up as an apple intermediate codec using HDV-Apple Intermediate Codec 1080i60 at 29.97 fps. I kept the export settings the same as above, but knowing that I was now working with a canvas that keeps to the 16:9 proportions, I tried cropping one of my stills in photoshop to fit that 16:9 ratio.
    I then imported my 16:9 cropped still and an unedited JPEG version from my camera and exported the resulting 10 second video. The result was better quality, but still noticeably degraded from the original stills. More importantly, both the cropped 16:9 and the unedited JPEG were stretched out of proportion as seen below (16:9 version):
    Of course I forgot to note the original settings on Easy Setup so I can't figure out how to get back to the original lower quality, yet undistorted image (not that I want to do that). I tried numerous different sizes for the export including changing the Crop (when necessary) setting to letterbox. Nothing worked.
    The canvas, however, immediately looked 100% better after switching the Easy Setup to HDV-Apple Intermediate Codec 1080i60 at 29.97 fps. It held the improved quality without distorting the image:
    I'm not sure if there's any hope of having a great image quality, but at very least I would like to be able to export at the decent quality of the second screenshot without the stretching and cropping.
    I need to have this resolved ASAP for work, I've already wasted too much time here. Any help is so appreciated, I'll be active in providing whatever additional information that I can to responders, though please keep in mind that I'm relatively new to all this, I don't know where to find everything

    I've decided just to try to get back to the export that I showed in the first screenshot. That result came before I started tampering with the Easy Setup. Like I said, when I changed the setup the canvas quality improved drastically and the dimensions seemed to fit much better, but the export was vertically stretched and cropped. I just reset my FCE settings and it turns out the default setup is DV-NTSC, but it's giving me a terrible quality still...
    I just want to get back to that second screenshot's quality.. Could someone suggest what I should switch the easy setup to for importing stills from my Canon 5D Mark ii to yield the right results?

  • Preview in Canvas and Quicktime movie export  low quality

    Hi Guys
    I am trying to make a slideshow/movie using Final Cut Express HD 3.0 the preview in the canvas is very low quality both with the images and titles. I have tried to export to quicktime movie but that movie is still very low quality. They are not sharp and are pixelated. The images look fine with Preview and iPhoto. I do not have quicktime pro I don't know if that has anything to do with it.
    Thanks a bunch

    This comes up pretty off and was discussed in the last couple of days. You might do a forum search. Basically you'll looking at a lores display unless you look at the output on a video monitor.

  • Imovie hd low quality when export in "full quality"

    Hi
    i made one hour of a movie with Imovie hd. When i exported to "full quality"
    is not equal to the original!
    I imported photos from iphoto, all in hi definition and i inserted audio track and Ken b. effects.
    I have to view this movie on the screen display but i dont't know what export i have to use
    I tried full all kind of export: quality, mpeg4, but the result is not good. Help !
    Must i play from IMOVIE? But the movie flikering because of the rendering in progress.
    Must i change application? Can u help me?

    Welcome fabrizio to the  iMovie boards ..
    first of all: iMHD is optimized and meant for TV delivery.. interlaced, low res video on TVs.. therefore, the quality of an iM is never comparable with a HiRes still on a computer's screen..
    knowing that, there's another issue: your FullQualiyt does contain FQ, but the QTplayer doesn't show it... the socalled 'high flag' for playback isn't set..
    example:
    same file ( ! ), see the difference on playback, actual screenshots: 'high' not set (1), 'high' set in QTpro (Apple-J, video, playback high) pic#2 ...
    free tools as Mpeg Streamclip allow to set the high-flag into a given .mov ...
    last comment: for 'computer only' delivery, consider usage of 3rd party apps as Boinx' FotoMagico http://www.boinx.com/fotomagico/

  • Bringing in an uncompressed .mov...when exported, comes out lower quality??

    hello
    i am dealing with a project using adobe flash cs3 and final cut pro 2 on a mac.
    i am exporting a quicktime from flash and then bringing that .mov into FC to edit, add music, etc.
    when i export from final cut, i see that the clip isnt as crisp as it was when i originally exported from flash?
    im wondering what could be the issue. the clip itself is short, roughly ten seconds, although, even if my final result would be a 300 mb clip to still retain that perfect quality, i won't mind.
    when i exported from flash, i had to do different trial and errors to get it to keep its full quality. the aspect ratio is 720X480 .. although upon export trying an NTSC it was extremly pixelated. i just ended up doing an uncompressed, no codec, quicktime export...having the final result be 350mb for ten seconds! either way, i love the final result. nice and crisp.
    i brought this into final cut...heres the problem, what i am assuming is happening, is there is a setting wrong in the sequence settings. here is what i have it currently set to:
    in the general tab:
    frame size 720X480 NTSC DV (3:2)
    pixel aspect ratio NTSC - CCIR 601
    field dominace none
    editing timebase 30
    compressor non
    quality 100%
    advanced - compressor none / quality 100%
    ^^^ i thought maybe the whole ntsc issue is what causes the slight lower quality, considering even though it is the same aspect ratio its not dv footage but just an uncompressed flash video quicktime
    ^^^ i tried changing the aspect ratio next to frame size to custom/ custom (3:2) ... everytime i clicked okay, and re-opened the seq. settings, it resorted back to ntsc automatically
    also the pixel aspect ratio section (the one directly under) only lets you choose ntsc , square pix, or hd - there wasn't even a custom thing to choose for that one
    the problem with my final export is that is has slight artifacting on the edges of things...
    maybe it isnt the sequence settings, for when i changed the settings to this, the little video box in the canvas of the fcp interface has no artifacting.
    so possibly it can be the export settings in final cut?
    if i do an export in FC which is an ntsc, it comes out extremly pixelated
    the closest thing i can get to 100 quality is doing an uncompressed 10 bit....which is still causing the slight artifacting on the edges of objects.
    any ideas of what i can do to fix this problem? it would be extremly appreciated and thank you so much for taking the time to read this.
    thankyou,
    -Mike

    UPDATE:
    i discovered a way,
    upon export,
    instead of choosing uncompressed, i chose custom,
    i then typed in whatever and exported...came out clean.
    i don't know what uncompressed 10 bit caused artifacting though

  • How to export low quality png while using exportToPNGSequence jsfl command ?

    how export low quality png while using exportToPNGSequence jsfl command ?

    var mat=fl.getDocumentDOM().library[0].matrix;
    mat.a=.5;
    mat.d=.5;
    fl.getDocumentDOM().library[0].exportToPNGSequence(file:///yourfile.png,startframe,endfram e,mat);

  • When I move high quality clips into my timeline in Final Cut Express HD, they look and export low quality. I have tried converting the clips and de-interlacing them, but they always look the same, What is the problem? Thanks so much.

    When I move high quality clips into my timeline in Final Cut Express HD, they look and export low quality. I have tried converting the clips and de-interlacing them, but they always look the same, What is the problem? Thanks so much.

    You should check that the Project settings match the clip settings before editing them to the Timeline.
    Only newly created Projects will change not existing ones by adjusting the Project settings.
    If, for example, you have a Project set to NTSC DV you can only end up in trouble if the clips are PAL 1920 x 1080i.
    Al

  • Aperture 3: low quality preview images

    I don’t know if it's just a problem with my (new) Aperture Trial library or if it's a Aperture 3 bug:
    The preview images Aperture 3 (trial) creates from raw files (in my case NEFs) are different from the JPEGs exported using the same JPEG settings.
    I get the impression that the preview images don’t use all the adjustments applied to the raw files. They don’t have the moire reduction applied. The preview images of high ISO images have color noise, the exported images don’t have that color noise (the moire and noise settings of raw fine tuning are applied to the exported files but not to the image previews).
    As the preview images are used for the Finder media browser, iLife, iPhone/iPod touch picture sync and other things the lower quality is not acceptable for me.
    The preview images of Aperture 2 are identical to the exported JPEGs from Aperture 2 (using the same settings).
    I use Aperture 3 Trial with a new trial library and a few hundred raw images just to test Aperture 3.
    I already erased all preview images and rebuild the previews. I deselected using the embedded JPEGs from the raw files and I let Aperture rebuild the miniatures.

    It seems that Ap2 syncs the previews to the iPhone... you have to clear the previous cached previews before it will load higher quality previews... anyhow, here is what I did... and photos look better on my iphone (not feeling motivated enough to verify if it is the same quality as iphoto sync)...
    1.) change Ap2 prefs for "limit preview size" to "don't limit"...
    2.) select all the photos in the album(s) you are want to sync, right click (ctrl click), and select delete previews...
    3.) sync your iphone again...
    if that doesn't work directly, you might need to uncheck sync photos to delete all photos on the iphone, but the ultimate goal is to ensure refresh with the higher quality previews...
    Hope that makes sense or gets folks in the right direction... Apple really needs to put a check box in future version of itunes to sync full quality or something...

Maybe you are looking for