N73 and image compression level.

There is no way to set image quality in n73 (only image size).
Default image compression destroys otherwise good photos by JPG artifacts. Are there any alternative programs i could take photos with that would save images with less compression (better quality)? Or maybe someone already came with a hack to up the compression quality in firmware?
What point is there in putting good lens with high resolution when compression shreds image so you have to downsize it 2-3 times to get decent image quality?

The discussion boards are a user-to-user troubleshooting facility, it could be that none of our members are familar with your specific problem or have a solution to it.
If you require a direct response from Nokia, contact Nokia Care in your country by telephone or e-mail and they will be able to look into your problem with you in detail.
If this or any post answers your question, please remember to help others by pressing the 'Accept as solution' button.

Similar Messages

  • In an AppleScript, can compression level high be used when saving an image as a JPEG?

    When using AppleScript to save a copy of an image file as a JPEG on OS X 10.6 Snow Leopard, can "compression level high" be used in the code, or can only "compression" be used?
    The part of the AppleScript dictionary for Image Events indicates that "compression level high", "compression level low", and "compression level medium" can be used, but when I type any of those three in the code and try to save the AppleScript file, the below error is displayed, and the word "level" is highlighted in the AppleScript Editor:
    Syntax Error
    Expected end of line, etc. but found identifier.
    -John

    you need to open the image in image events before you can save it as a different format.  you have to make a distinction between the image file (a file system object) and the image itself (the data that is the digital representation of the visual image).  what you want to do is open the image file in image events to extract the image data, then resave the image data in the new format.  looks something like this (changing just the last bit of your script):
    set theImage to choose file with prompt "Please select an image file:" of type "public.image"
    -- other stuff...
    tell application "Image Events"
              set theImageData to open theImage
      save theImageData in newPathToSave as JPEG with compression level high with icon
    end tell

  • JPEG/PSD issue--I open a jpeg and edit it (levels, crop) and then "save as" and the save as option shows there are now levels in the image and it wants to save it as a .psd file or a copy with layers.  What am I doing that has these settings appear?

    JPEG/PSD issue--I open a jpeg and edit it (levels, crop) and then "save as" and the save as option shows there are now levels in the image and it wants to save it as a .psd file or a copy with layers.  What am I doing that has these settings appear?

    16bit? Pixels extending beyond the canvas? (from a crop with delete unused pixels turn off).  Have you previously been saving PSD files?
    IME you sometimes have to tell Photoshop that the first save of a session is JPG, and it remembers from there on.  The way to 'tell' Photoshop that JPG, or PDF, or PNG etc are now your preferred format is to Ctrl (Cmd) click on that format in the Save As drop down list.  So long as the file does not have parameters that your chosen format does not support, then this should work for you.
    [EDIT]  Just noticed that you did include 'Crop' in the subject line.  Do you have 'Delete cropped pixels' checked?

  • Image compressed and stored in the database.

    Hi,
    We have a tiff file stored in the database and then compressed using the following Intermedia Oracle method.
    process ('compressionFormat=FAX4,maxScale=1696 2200'); and save it back in the database.
    This oracle database is 8.1.7.4. The tiff file gets processed when we use TIFF file generated by old scanner but errors out with the TIFF file generated by latest scanners.
    The error I get is ORA 29400 , IMG-00704.
    There is a difference in TIFF version in the outputs generated by two scanners,
    The compression option : TIFF modified G3 in the old one
    while the new one has Lempel-Ziv
    Also, the tiff is loaded and saved fine but the image gets corrupted after the intermedia process method is run.

    Thank you for your reply.  I am glad to find that I did not miss an option.  I was aware that I could move my pictures into some other folder, but you have forgotten the solution that I chose.  That was to go back and use ZoomBrowser, which works to access photos in any folder I choose.  In addition it loads promptly.  I have only spent a brief time using the ImageBrowser but don't recall seeing any enhancements that over ZoomBrwoser.  Perhaps if I was attempting to interface with other software but as a stand-alone product, well perhaps you could enlighten me as to what makes ImageBrowser EX a better product..  Regarding the Accept as Solution: are you implying that Canon restricts their search function to only those responses that the OP marks as accepted?

  • Place video and images in different folder? N73

    Hi All,
    Once I go: gallery/images and video, all images and video will display together. There is no way to create new folder so that I can put, or hide some private images there.
    I've try using PC to do the job, created new folder and place some images in, does't work...
    There is no problem on my previous Nokia phone, can anyone care to share or advise?
    Thanks!

    Unfortunately, some software designer decided that it would be better for users to see all videos and images in one long list no matter where they are, and then require you to use the "Album" feature to organize them.
    In other words, the Gallery simply ignores different folders and shows everything in a long list.
    There's nothing you can do, except use a different app.
    I can only hope that the behaviour returns to something more sensible in future devices.

  • How to use CSS and images in a plsql-dbms_output reports?

    Hi.
    Windows 2000 SP4
    SQL Developer 1.2.1.32.13
    Java 1.5.0_07
    Oracle 9.2.0.6
    I'm trying to create a plsql-dbms_output report with HTML that uses a stylesheet (CSS) and an image. These seem to be ignored by the report viewer.
    The following example works fine in Internet Explorer 6 but the stylesheet is ignored by the viewer and the viewer does not show the images (shows broken images instead). I've tried with various image types (PNG, GIF and JPEG).
    <!--
    begin
    dbms_output.put_line('<head><link rel="stylesheet" type="text/css" href="file://c:/temp/core.css"/></head><body>');
    dbms_output.put_line('<H1>This is Level-1 Heading</H1>');
    dbms_output.put_line('<H2>This is a Level-2 Heading</H2>');
    dbms_output.put_line('<p>This is regular paragraph text.</p>');
    dbms_output.put_line('<img src="file://c:/temp/fig01.png"><br>');
    dbms_output.put_line('<img src="file://c:/temp/fig01.gif"><br>');
    dbms_output.put_line('<img src="file://c:/temp/fig01.jpg"><br>');
    dbms_output.put_line('</body>');
    end;
    -->
    Is the HTML viewer limited to not support stylesheets and images?
    Thanks in advance.
    Cheers
    Finn Ellebaek Nielsen

    It also seems that links don't work. The mouse cursor changes to a hand when hovering over links and the links are shown in blue and underlined but nothing happens when clicking on them.
    Example:
    <!--
    <html>
    <head><link rel="stylesheet" type="text/css" href="file://c:/temp/core.css"/></head><body>
    <p>First heading</p>
    <p>Second heading</p>
    <H1 id="x1">This is Level-1 Heading</H1>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    a<br>
    <H2 id="x2">This is a Level-2 Heading</H2>
    <p>This is regular paragraph text.</p>
    <img src="file://c:/temp/fig01.png"><br>
    <img src="file://c:/temp/fig01.gif"><br>
    <img src="file://c:/temp/fig01.jpg"><br>
    <p>First heading</p>
    <p>Second heading</p>
    <p>Other document</p>
    </body>
    </html>
    -->

  • Bridge CS6: How do you write a script to assign a shortcut to "Batch" and "Image Processor"?

    Many times a day I need to access "Batch" and "Image Processor" in Bridge.
    There is no shortcut, so I have to go the Tools-Photoshop-Batch and Tools-Photoshop-Image Processor menu - the items I need are locked into a second level menu.
    Which is impractical.
    I remember, when I started out with Photoshop many years ago, I downloaded "Deke Keyes" from Deke McClelland, which included keystrokes for "Batch" and "Image Processor".
    From the Bridge forum I learned that you cannot assign shortcuts in Bridge CS6.
    So the general opinon was that a script was used to assign the shortcuts.
    Could you please tell me how to do that?
    Thanks!
    PS: I tried to assign shortcuts via the Mac OS X Mountain Lion keyboard preferences (applications), but it did not work.

    Hi,
    in the exit:Event of the 1st date field add this FormCalc script:
    DateField2 = Num2Date(Date2Num($.formattedValue, "DD.MM.YYYY") + 21, "DD.MM.YYYY")
    You may have to change th date pattern  "DD.MM.YYYY" in the way you need it.

  • Iphone 6 photo image compression/ quality loss

    iPhone 6 and 6 plus have pretty remarkable cameras. But oddly, Apple doesn't seem to want you to keep the high quality images and videos you take. As soon as you email let's say a 3.5 mb photo image, you are asked what size you want to email it in and given a series of compression options. Once you make the decision the first time, that decision is permanent. Apple does not really warn you that you are about to permanently, massively compress (destroy) that original image. There should be a better way to preserve original image files. The email compression decision should impact only that email -- not the master image file. But it does.
    Also, if you take an amazing video on your iPhone 6, when you put that video in photostream or in the cloud or email it, there is no warning to you that you've just massively compressed the video. I took a video that was close to 10 mb, emailed it to myself to save it, then had to wipe my phone because of a problem. When i reinstalled and opened the video, it was about 10% of the size of the original video. Original gone. No warning.
    It's sort of odd that Apple would not think to create better menus, options and communication/guidance around image compression.
    Lastly, if you take a picture on your Iphone .. there is NO WAY to know any metadata on that image file -- unless you go to email it and you get that compressino option screen. You can't see anywhere else the image file size. Again, why make such a great camera if all you want is to massively degrade the image files the moment you do anything with them?

    Howdy elkspark,
    If your camera photos still dont look quite right, I would recommend taking a look at this info from the following article to help determine what might be causing this to happen:
    Get help with the camera on your iPhone, iPad, or iPod touch
    Your photos are blurred or out of focus
    If your photos are blurred, out of focus, or have dark spots, try these steps:
    Make sure that the camera lens is clean. If you need to clean the lens, use a microfiber cloth. If you see dirt or debris inside the lens, take your device to an Apple Retail Store or Authorized Service Provider for more help.
    Make sure that there’s nothing blocking the camera lens. If you’re using a case, try removing it.
    With iPhone 6 Plus, a metallic case or magnetic lens could interfere with optical image stabilization. If you have a metallic case or magnetic lens attachment, try taking a picture without it. Then compare the quality.
    Adjust the focus by tapping on the person or object in the preview screen. You’ll see the screen pulse or briefly go in and out of focus as the camera adjusts. In photo mode, try to stay steady when adjusting the focus. If you move too far in any direction, the camera will automatically refocus to the center. In video mode, you can adjust the focus before you begin recording.
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • Extracting information about image compression settings

    Hi,
    Is there any way using SDK 7.0.5 to determine what image compression settings were used for color, grayscale, and monochrome images for a given pdf file?
    Also, is it possible to determine which color management policy was used?
    Thanks,
    Daniel Sheiner

    Okay, Distiller was a bad example. The same range of settings are available for exporting PDFs from Word. What if someone converted a Word document to a PDF?
    Supposing some or most of the information I'm looking for is lost, how much can I infer? For example, if a given PDEImage has the PDEColorSpace DeviceRGB or CalRGB, that at least tells me the user didn't select Color Management Policies -> Convert All Colors to CMYK. It would actually be tremendously helpful if you could tell me which other ColorSpace names, if any, would indicate the user didn't select Convert All Colors to CMYK.
    It would also be quite helpful to know if there is some indirect way to determine that a given color or grayscale PDEImage has not been compressed using ZIP, or that a monochrome PDEImage has not been compressed using CCITT Group 4.
    Thanks!

  • Jsp code for image compression

    Hai,sir this is surendra i am doing a project using jsp and mysql.
    In that each user can put his image and i am storing that image in mysql blob but that results to that database size.
    So i need jsp code for image compression or another way for storing images.

    There's no need to store images in db. You may store them in a dedicated folder.

  • Best practices for image compression in dps

    Hi! I have been reading up on best practices for image compression in dps, and I have read that the source assets of panoramas, image sequences, pan and zoom images, and audio skins are not resampled on upload. So you therefore need to resize them and compress them before dropping them into your article, because dps doesn't do it for you. Okay can do!
    So then Im also reading that the source assets of slideshows, scrollable frames, and buttons ARE resampled as PNG images. Does this mean that DPS will compress them for you when you build the article? So does that mean I shouldn't bother going to the trouble of resizing these images at all? I can just pop in the 15mb 300dpi files used in the print magazine and dps will compress them upon building the article - and this will have no affect on file size?
    And this is also the case with static background images?
    Thanks for your help!

    All images are automatically resampled based on the size of the folio you make. You can drop in whatever resolution image you want, it doesn't matter.
    Neil

  • Content server and Images

    Hi... we've found some odd behaviour with content server and I'm wondering if anyone else has had similar experience.
    Our installation is spread accross a number of servers, we have a front end portal/image server with Content Server installed on one of the servers behind the firewall.
    When we create branding portlets (and content canvas portlets), it all works happily. The html template is created in the ptcs/publishedContent on the Content Server machine and images appear in the correct template folder on the Image Server machine and everything displays correctly on the portal page.
    Problem is, for any other content portlets (eg: announcement), the images end up in the ptcs/publishedContent on the Content Server machine as well ... which isn't good as this location is not accessible from the browser - the published html gets rendered correctly but no images appear.
    We don't want to manually transfer images from the Content Server to the Image Server and hack the generated ptcs html.... from what I can tell, all the properties set for the Image server are correct so we've hit a brick wall in terms of figuring out why it's behaving this way, our expectation was that the content portlets would operate in the same way as the branding portelts but this doesn;t seem to be the case.
    thanks in advance

    You should be able to edit the gateway space URL of the Content Server Published Content Web Service to include the published content location of where it is.
    Alternately, you can set the published content targer and file transfer method for the server (or any other content server section) by right-clicking on the top-level node (or the individual folder) in the Content Server Explorer, and selecting "Publishing Target..." and setting the appropriate values in the resulting dialog box.

  • Graphics and images look wrong in Safari 4.0.3

    Hello
    Since upgrading to Safari 4.0.3 graphics and images in websites look low quality. As if they are being rendered with 256 colours or they are heavily compressed. The strange thing is that about a week ago the problem disappeared and everything looked sharp and great, I ran the new version of Cocktail last night and now the problem is back! Could be a coincidence but either way I can't fix it.
    Any advice would be appreciated
    Andy

    Greetings,
    Caches cannot be emptied automatically, nor can Web Page Previews, which is used for the Top Sites and Cover Flow features in Safari. You can empty those folders, but Web Page Previews will simply be refreshed with new images as you browse.
    If you don't want to use the Top Sites or Cover Flow features in Safari 4.0.3, you can disable it completely, and then you could empty those folders (com.apple.Safari and Web Page Previews) and then Lock the folders so any cache files from browsing would be deleted when you quit Safari.

  • Setting a fixed and consistent exposure level with merge to HDR Pro?

    I do panoramas with sets of bracketed HDR images.  From LR I select my stack and then merge to HDR pro in CC.  CC then produces a screen with a white point preview slider or the option to tone in ACR.  Since I want to tone in LR I have tried to set the white point consistently for each HDR output in the panorama set, but I cannot get consistent exposure levels.  I then try to adjust them all the same in LR, but sometimes differences result in undesirable effects in the panorama stitched output.
    How can I get a 32bit HDR from PS CC back to LR and have each stack come back in with exactly the same exposure without me trying to guess with a slider?
    I task all the images for the panorama with identical settings.  Same brackets, fstop , shutter speed, ISO, etc.  I should be able to get them all processed into 32bit HDRs and looking the same without manual adjustment guesses.
    Thanks.

    I'll tell you my workflow for panoramas such as this. Starting from bracketed stacks of images.
    1. I select all images, go into Develop and turn on auto-sync. Turn on "Remove Chromatic Aberration". Do not turn on "Enable Profile Corrections". Set a custom white balance to make sure all images are WB'ed the same and optimize sharpening and noise reduction. Basically you want all images to be developed exactly the same and fairly conservative at that.
    2. Export all images to 16-bit tiff in prophotoRGB or adobeRGB (depending on how colorful they are)
    3. At this point one can add a logo to the nadir shot or do it at the end using the workflow I described above.
    4. Load all images into hugin. Generate control points. Optimize positions - first just positions, then positions and view. Level the panorama in the GL preview and make sure the projection is set to equirectangular and the view to 360x180, then optimize view, barrel and positions and finally "everything without translation". During all these steps remove errant control points by going into the control point list and deleting the ones with the largest deviation, which are usually bad control points on clouds or other moving things. Also make sure the pano stays correctly leveled.
    5. Mask the tripod out of the images that have it in them using the mask tools in hugin. Mask feet and stuff out of the nadir shot.
    6. Do a photometric optimization with high dynamic range, fixed exposure.
    7. Go to stitcher, set the optimum canvas size, uncheck "exposure corrected, low dynamic range", Check A. "exposure fused from any arrangement", B. "High dynamic range->tiff", or C. "blended layers of similar exposure, without exposure correction" depending on what you want to do.
    8. Stitch
    If you did A. You will get a tone mapped image that you can work up further in Lightroom or Photoshop. That image will be tone mapped respecting the wraparound on all sides so it won't have weird seams in a spherical projection. If you did B. you get a 32-bit tiff that will work great in Lightroom and as long as you don't use highlights, shadows, clarity and such will remain good. If you did C. you can load the multiple panorama layers you get into a HDR Pro in Photoshop, and load that into Lightroom.

  • OLTP compression and Backupset Compression

    We are testing out a new server before we migrate our production systems.
    For the data we are using OLTP compression.
    I am now testing performance of rman backups, and finding they are very slow and CPU bound (on a single core).
    I guess that this is because I have also specified to create compressed backupsets.
    Of course for the table blocks I can understand this attempt at double compression will cause slowdown.
    However for index data (which of course cannot be compressed using OLTP compression), compression will be very useful.
    I have attempted to improve performance by increasing the parallelism of the backup, but I from testing this only increases
    the channels writing the data, there is still only one core doing the compression.
    Any idea how I can apply compression to index data, but not the already compressed table segments?
    Or is it possible that something else is going on?

    Hi Patrick,
    You can also check my compression level test.
    http://taliphakanozturken.wordpress.com/2012/04/07/comparing-of-rman-backup-compression-levels/
    Thanks,
    Talip Hakan Ozturk
    http://taliphakanozturken.wordpress.com/

Maybe you are looking for

  • No Save As dialog appearing in 3D Toolkit

    Hi! When I right click a 3D annotation in Acrobat 3D v8 I can choose "Edit in 3D toolkit". Once there, I make some changes to the model and want to save it as a new u3d file. So I choose Save as from the file menu and the "Export Properties of Univer

  • Help creating a report with Financial Reporting Studio.

    Hi, Im new at Financial Reporting Studio so my question might be something very easy, for beginners. Im trying to create a report with two columns where in each column there is the year dimension. In the first column there is the current POV for year

  • Exporting a book as a PDF WITH bleed?

    Hi, Can I export my Lightroom 4 Book WITH bleed? I want to send it to my printer but can't find a way to do this which means I'll have to re-do the whole project in InDesign Help please! Andy

  • Tables used for material ledger

    What are the standard tables used for material ledger

  • Unzipping numerous files

    Hi I have an other unzip error than the ones already noticed in the forum (see below). It happends approximatly at the 500th files in my zip. A. Created item h_check.gif ERROR: Failed to create h_delete.gif ORA-06510: PL/SQL: unhandled user-defined e