Viewing images on hi res monitor

Hello everyone...
I am new to this forum. I have a question that might be easy for some of you to explain.  I am using a dell 30 " monitor
that has a  resolution of 2560 x 1600. When I am working in Bridge, viewing full screen produces a fuzzy picture but
viewing at 100% produces a sharp picture but it is zoomed in too much. Is it possible to see the sharp picture but using
the entire screen? Or is it not possible because that would distort the image. Once I save an image as a JPEG and
I can utilize the whole screen and it is sharp. But while in bridge/photoshop full screen produces fuzzy image vs. viewing at 100%
which produces a sharp one but zoomed in too close to appreciate the whole image. thanks for any help

The only time you see the actual image pixels is when your viewing zoomed to 100%.  At any other zoom level your looking as a scale image not the actual image.  Print size image when view at 100% will not fit on your display for it can only display 2560x1600  a 4.1Mp  8:5 aspect ratio.  Most digital cameras even cell Phone capture images with more pixels and usually have a 4:3 or 3:2 aspect ratio images  some will also capture smaller image sized to HDTV a 16:9 aspect ratio 1920x1080 pixels  2.1 MP these will fit on your display and be a closer match to your display's 16:10 aspect ratio.
If your working on a large or small image you can have Photoshop zoom it to fit on your display there will be border for image Aspect Ration and Your Displays area aspect ratio will differ .  If you zoom it to fill the screen  the zoom level will be above or below 100% the image will be softer if above 100% then the actual image.  Adobe Photoshop uses a quick scaling so the scaled image is not the best it could be scaled.  If you want to see a better display size image you could re-size the image up or down in size resampling the image you have with a interpolation method like bicubic or bicubic smoother.   The image will be better then Photoshop zooming the image.  But remember every time you resample an image you loose some image quality. Not a single original pixel remains you have a completely new image interpolated from an other.  I do not recommend resampling your image to fit on your low 100 ppi resolution display.
When you print the image at a higher resolution then your display's 100PPI the printed image will be sharper and smaller then the image displayed on  your display.

Similar Messages

  • Poor image display in CC Bridge with high-res monitor

    I have recently upgraded to CC (Windows 8) and also added a high-res monitor (3840 x 2160 @ 185 ppi).  However, the display of the RAW images in Bridge Preview is fuzzy and JPEGgy looking.  If I put the loupe over some text in Preview, the larger louped area of text is tack sharp, while the smaller Preview display is fuzzy.  I read that CC supports high res monitors (HiDPI support).  Am I missing something, or need to change some settings to sort this issue?
    Col

    Moving this discussion to the Bridge General Discussion forum.

  • When I right click on a graphic to view image, the page background is dark. How do I change the color?

    When I right click on an image and choose "view image" from the list, it opens a page with the image on it but the background of the page is dark gray. How do I change the background color that the images appears on?

    It is a new feature in Firefox 11+ versions to display a single image centered with an almost black background.
    It is added by this stylesheet:
    * resource://gre/res/TopLevelImageDocument.css
    You can look at this extension to set your preferred background color and remove the centering if you display a single image in a tab.
    * Old Default Image Style: https://addons.mozilla.org/firefox/addon/old-default-image-style/
    See also these forum threads for other solutions (e.g. userContent.css):
    *[[/questions/923127]]

  • Stopping image distortion on different monitors?

    Hi All,
    When testing my website on another computer my imported movie
    keeps stretching when viewed on a wide screen monitor. How do I
    stop this????
    Any advice would be much appreciated.

    "nat200" <[email protected]> wrote in
    message
    news:giqbuv$f9v$[email protected]..
    > Hi All,
    >
    > When testing my website on another computer my imported
    movie keeps
    > stretching when viewed on a wide screen monitor. How do
    I stop this????
    >
    do you have the image/movie's width set to 100% If so, that
    is the problem.
    Set the width of the item to its actual width.

  • Viewing images in LR & elsewhere

    i import, organize,edit and view all  my images in LR 2.7.  the only time i export an edited image is to email or upload to an online gallery.
    i'm running windows xp.  i back up all my files - photos, lrcat and documents to an ext drive. so far i'm happy with this arrangement.  a canon software, zoombrowser, shows a little more shooting info and sometimes i view images there.
    speaking to a friend who does not use LR, she insisted that she wanted to be able to view all of her images (edited and original) anywhere on her computer. she uses photoshop.  that discussion has left me a little confused.
    any thoughts??
    harvey

    You would want to use Bridge if you also use your images in other graphical applications such as InDesign, Illustrator or web tools such as Dreamweaver. Bridge is a tool for working with all graphical formats across many different applications. LR is for photographers. If you (like me) are primarily a photographer who does occasional bits of design, your main tool will be LR, but being able to use Bridge when required is invaluable and if you save metadata as either xmp or to the files themselves Bridge will read it and show the files as they would appear in LR. Other browsers, such as finder in OSX or explorer in Windows will either show embed jpg previews or if the codec has been installed, their own interpretation of a RAW file, they will not show what you see in LR or Bridge. Basically I haven't used finder or explorer for anything much for many years, always using either Bridge if I want to see all my files or LR if it is just the photographs. Also helps when using both OS's on a regular basis as Bridge and LR are the same irrespective of what computer I am on.
    One day, Adobe will make Bridge into a database application for monitoring all the files on your system and we won't need LR any more...until then.....

  • View images in a datatable from byte[]

    I am trying to view images in a datatable where the image is
    a byte[]. This is what I tried... doesn't work.
    <h:dataTable rows="5" value="#{AirportList.airportList}" var="airport" binding="#{AirportList.airportData}">
              <h:column>
                <f:facet name="header">
                  <h:outputText value="airportCode"/>
                </f:facet>
                <h:outputText value="#{airport.airportCode}"/>
              </h:column>
              <h:column>
                <f:facet name="header">
                  <h:outputText value="airportMap"/>
                </f:facet>
                  <h:inputHidden id="ole" value="#{airport.airportMap}"/>
                  <h:outputText value="#{AirportList.myMap}"/>
                 <div>
                 <!--
                      try
                        byte[] pic = (byte[])request.getAttribute("AirportList.myMap");
                        response.setContentType("image/jpeg");
                        OutputStream os = null;
                        os = response.getOutputStream() ;
                       // os.write(pic);
                        os.close();
                        os = null;
                      catch (Exception ex)
                        out.println("Exception: " + ex.getMessage());
                        ex.printStackTrace();
                   -->
                  </div>
              </h:column>
              <h:column>
                <f:facet name="header">
                  <h:outputText value="airportSugBook"/>
                </f:facet>
                <h:outputText value="#{airport.airportSugBook}"/>
              </h:column>
            </h:dataTable>

    my backing code
    public class Airport
      Collection AirportList;
      private UIData AirportData;
      byte[] MyMap;
      public Airport()
      public Collection getAirportList()
        try{
          InitialContext context = new InitialContext();
          AirportLOBLocalHome home =  (AirportLOBLocalHome)context.lookup("java:comp/env/ejb/local/AirportLOBLocal");
          AirportLOBLocal local = home.create();
          AirportList = local.showAirports();
          Iterator it = AirportList.iterator();
          while(it.hasNext())
            ((OtnAirportLobDetailsLocalDTO)it.next()).getAirportMap();
          return AirportList;
        catch(Throwable e)
          e.printStackTrace();
        return null;
      public void setAirportList(Collection AirportList)
        this.AirportList = AirportList;
      public UIData getAirportData()
        return AirportData;
      public void setAirportData(UIData AirportData)
        this.AirportData = AirportData;
      public byte[] getMyMap()
        OtnAirportLobDetailsLocalDTO ap = (OtnAirportLobDetailsLocalDTO)AirportData.getRowData();
        return ap.getAirportMap();
       // return null;
      public void setMyMap(byte[] MyMap)
        this.MyMap = MyMap;
    }

  • Not able to view images in gallery, when they are ...

    Hi,
    The file explorer was showing two default images folder and I was unable to delete one of them as I was unable to view images via gallery. Then i installed X-plore and deleted one of the images folder. Now, when I click images and select memory card as storage space, I cannot view them via gallery and view them only via X-plore. Please suggest how can I correct this issue.

    Maybe I am stupid but if you delete the imagefolder, it will be gone. You can set your default imagefolder: goto Media-> Camera-> Settings-> Use Memory-> Card. You can also backup your card to PC, reformat the card in your phone, because it makes default maps for images, video, audio,.........and then copy your images back to the specific folder.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Firefox saves images to wrong location, but only when using "View Image"

    For a while, I have had the problem above. I can save images just fine if I don't use the "view image" function first, with the images going to the intended folders.
    Just to clarify, unlike some of similar problems I have seen described here, I am perfectly happy with Firefox remembering where I wish my pictures to go, on a site to site, or model to model (within the same site) basis.
    The problem lies in that if I use the "view image" function, either in a new tab, or in the existing one, Firefox will often prompt me to save in a random folder where I have previously saved a picture. It will even suggest folders that I have not accessed for days.
    Example:
    I save image A to folder A, by right clicking the image and selecting "save image as".
    I then (immediately after this), right click image A again, select "view image", then right click the resulting picture, and select "save image as". Now there is a fine chance that it want me to save the image to some other (previously used) image folder, even if I have not used the folder for a while, and even though I have just saved the same image to folder A.
    This problem persists with multiple image file types, on multiple sites (I just tried it with someones avatar in this forum, and it wanted me to put it with my holiday pictures from 3 weeks ago).
    I appreciate any assistance you can give - jinxie
    FYI; If I "one-click" a file (like an mp4) to download it, it goes to my main / default download folder as normal.

    This is because Firefox will track where you have saved images or other files from the website domain. Then whenever you select to save the file to your computer, Firefox will start the Save As wizard in the latest folder that you have used last time.
    Here is an example:<br>
    If you save an image from the domain <code>123.com</code> into the folder <code>123</code> it will save there. Then you save an image from the domain <code>456.com</code> to the folder <code>456</code>. Next you save a different image from the domain <code>123.com</code>. The save as wizard will assume that you want to save it with the other image from that domain and will automatically start in the <code>123</code> folder.<br>
    This can make saving files faster and more organized, however not everyone wants this feature enabled.
    To disable this feature you can do the following:
    #Go to <code>about:config</code> in Firefox
    #Locate the <code>browser.download.lastDir.savePerSite</code> string
    #Change the value to <code>false</code>
    This should fix the issue, but please report back if it doesn't.

  • Can not view images of Patents (i.e., D/359,691) on USPTO.gov Patent search, it tells me I need a plugin (Quicktime 7.7.1.0) which I updated already.

    Can not view images of Patents (i.e., D/359,691) on USPTO.gov Patent search, it tells me I need a plugin (Quicktime) which I updated already.
    In the "Quick Search" I give terms & it compiles a list. I then go through to each doc and look to view the doc and associated drawings. I'm not sure what else to say at this juncture.
    Thanks.

    Wonderful, not only did I get the issue resolved, but I got some good tools in the process.
    Thank you so much for your insight and assistance.

  • Why doesn't the "View image info" show how many frames are in animated gifs?

    When I right click on an image, then click "View Image Info" it used to show how many frames were included in an animated gif. This stopped working in Firefox 4. Why is that?

    I'm not too sure what I did but it works now.

  • What do I do to view images on CS5-64 when it will not open them?

    The program will not open images, either directly or from Bridge.  Using Win 7 on a Dell PC.

    Strange, after rebooting, both Ph CS5 and Bridge are working again.  Thanks for getting with me.
    Date: Fri, 9 Aug 2013 23:30:38 -0700
    From: [email protected]
    To: [email protected]
    Subject: What do I do to view images on CS5-64 when it will not open them?
        Re: What do I do to view images on CS5-64 when it will not open them?
        created by Mylenium in Photoshop for Beginners - View the full discussion
    What exactly? What image files? Do you get any error messages/ warnings? Provide more info.
    Mylenium
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5582783#5582783
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5582783#5582783
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5582783#5582783. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop for Beginners by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Is there a way to view image numbers in iPad photos, either of images taken with the iPad or of images copied into Photo (or camera roll) on the iPad?

    Is there a way to view image numbers (metadata) on the iPad Photo app, distinguishing those taken with the internal camera from those downloaded from external camera or copied from an email?

    sberman: My iMac is running iTunes 11.0.2 already. As well, the Photos tab in the iTunes window shows that "Sync Photos from" is un-checked. And in the box to the right of it is the greyed-out empty folder that I previously synced to in order to remove photos from the Camera Roll.
    Ralph9430: I did a reset (Home + Sleep) earlier when I was trying everything I could think of. I have also re-synced a couple of times. No luck.
    Thanks anyway. I was hoping someone out there would tell me they've experienced the same problems (non-functioning DELETE button, and persistent data in Photo Library), even if they haven't found a solution. Then I could assume it's a iOS 6 bug. All I can think of to do next is a full iPad restore.

  • Is there a way to view images in your cache?

    Is there a way to view images in your cache?

    Not sure what you mean.
    Do you want to increase the limit because i don't think there is a limit. If there is tell me cause i don't no. I no you can do the opposite.
    http://www.macupdate.com/info.php/id/10482

  • When "allow pages to choose their own colors, instead of my selections above" is un-checked in the options menu, I am unable to see images on websites. How do I maintain having the box un-checked and still view images?

    I recently decided to switch the colors around in Firefox. I work in a pretty dark environment and having dark colored text on white or bright backgrounds is rather difficult on my eyes in the dark.
    I switched the background to a dark gray, the text to a light gray and both visited and unvisited links to a light blue. Along with these changes, I unchecked the "allow pages to choose their own colors, instead of my selections above" box.
    After unchecking the box, I am no longer able to view images on many websites. The images all turn gray - as if Firefox has changed their image into part of the background. When I check the box, I am able to see images fine, however, the websites usually revert back to their bright backgrounds with dark text.
    Any help and assistance with this is greatly appreciated!
    Thank you!

    You can use the NoSquint extension to set font sizes (text/page zoom) and text colors on web pages.
    * NoSquint - https://addons.mozilla.org/firefox/addon/2592

  • When using private browsing to view image results in Safari 5.1.3, only the first two rows of results are visible, the following four or so rows display greyed out place holders, and the safe search button is inoperable. Suggestions?

    When using private browsing to view image results in Safari 5.1.3, only the first two rows of results are visible, the following four or so rows display greyed out place holders, the remainder of the results page is blank, and the safe search button is inoperable. When I turn off private browsing and refresh the page, everything works again.
    Anyone else having this problem?

    I have got the same behaviour after the last Safari Update to 5.1.3. It seems that Safari now handles some scripts in a new way. If you debug the Google Website, you will see, that there is some Javascript Error, that seems to prevent to write into local cache. After some searching I wasn't able to finde a solution for this problem, other then disabling Javascript while private browsing to prevent the script loading. You then are able to use Google with the old layout. The option to disable JavaScript can be found in the Menu "Developer", wich has to be enabled in Safari in the options first.
    In my opinion this is a bug that is now occuring, because Apple changed something in private browsing and that has to be fixed by Google now, to run again. Or we will have to wait for 5.1.4, as you can read online Apple will change and bugfix the javascript engine in that version, perhaps this fixes the problem as well. I hope so!
    If anyone is in the developer program perhaps you could test this with the beta of 5.1.4 and tell us if it works.

Maybe you are looking for

  • AR Customer statements report Page numbers Reset based on customer number

    Hello, In the AR Customer statements report, If I ran the report for multiple customers, page number has to be reset for each customer... Group Started like below, <?for-each-group:G_STATEMENT;STATEMENT_DATE?><?for-each-group:current-group();SEND_TO_

  • Transaction FB50L - Item as profit center display General Ledger

    Hi Dears, I am running transaction FB50L, and fill lines, but a item has profit center, other is blank, when saves document, in data entry view, field Profit Center line 1 is blank (OK), and line 2 is filled, but in display General Ledger is filled t

  • Trigger on update which delete updated record

    Hello, First I'm french so my english isn't very good. I use an Oracle8i database with a VB program.(This program run also with SQL Server) When a specific field is updating, I would like deleting the record updated, but only when this specific is up

  • Dynamic Internal table data

    Hi All, I was created program to generate Dynamic field catalog and internal table, here is confusion how to display below mentioned internal table data to final dynamic internal table based on document type headings This is Statsic internal table Da

  • Generate  Report based on latest request

    Hi Frds, Can we able to generate the Report based on the latest request. if so , explain me clearly thanks,