Image time display discrepancies between product

The following is an example of a problem I've observed in many places in my photo collection.
I have two files taken 8 seconds apart in April 2009 with a Nikon D70 shooting .jpg format.  The files were subsequently imported from the camera memory card using a card reader and Photoshop Elements.  PSE was also used to add tags to these files.
Since then I've acquired Photoshop CS 5 Extended.  The other day I was looking at these files in both PSE and Bridge.  PSE shows the time of these two files to be the same (as it should), however, it adds an hour to the actual time the image was taken to adjust for the difference between the time set in the camera (it was Pacific Time) and the time zone where my computer is now located (Mountain Time).  When I look at the time on the images in Bridge, one of them shows the correct time in Pacific Daylight Time, but the other is showing the corresponding UTC time value, 7 hours later than the local time.  Looking at the file list in Window Explorer shows the "Date" and "Date taken" values to be the same as that shown by Bridge.
There were two other images taken shortly before the first one mentioned above and they show the correct local time.  The two files that followed the UTC timed file also show a UTC time value.  Then following that the next file shows local time and then there are a number of files showing UTC for time.
If I look at the two files with Windows Notepad so that I can see some of the text strings in the exif data portion of the file, the first file has a couple different places where time is shown in the format "...hh:mm:ss-07:00" and the other in the format "...hh:mm:ssZ".  The time value is preceded by the date in yyyy:mm:dd format. It would appear that Bridge is reading these values and displaying them, while PSE is getting some other time value from the file. Here is the actual string from the file that displays in UTC:
     exif:DateTimeOriginal="2009-04-05T17:08:10Z"   exif:DateTimeDigitized="2009-04-05T17:08:10Z"
and for the file that displays time in local time the string is:
     exif:DateTimeOriginal="2009-04-05T10:08:02-07:00"   exif:DateTimeDigitized="2009-04-05T10:08:02-07:00"
I've observed this same discrepany with files taken more recently with a Nikon D700 and images in NEF format.  I think I can reasonably eliminate the possibility that this is a camera caused discrepancy.  I suspect that some program is actually reading the local time and offset, then writing that back to the file as a UTC time value.  The behaviors of PSE and Bridge seem to point to the fact that the two programs are extracting time from different fields / strings in the file.  At this point the occurrance of the problem seems random, at least I've not been able to discern a pattern and reproduce it at will.
Although this is not a catastrophic problem, it does cause confusion.  I've also looked at these files in Lightroom, which on initial inspection appears to get the same time values as Bridge.  The down side of this is that files in Lightroom are sorted into time order, which may not be the order they were taken.  Although I recognize that these products may not have been design for complete compatibility, it sure would be nice if they all treated time in the same way.

I believe I now have more information about how PSE works and therefore need to slightly correct my original post.  It looks like PSE takes what ever time it finds for the photo's "time taken," converts it to UTC, then converts it to the local time on which PSE is running.  That will explain why two images taken seconds apart, with on having time coded as local time plus UTC offset and the other having an absolute UTC time, display the time taken in local time.  On the other hand, Bridge (and Lightroom) just displays what ever time it finds in the file.

Similar Messages

  • Button Image not display proper in production.

    Hi,
    I have issue regarding button image, in local jdev its works fine but when i deploy page to production button image is not shown properly. Its display like html button. can any body tell me the solution?
    Thanks

    Also go through
    Look and Feel for "Button"Thanks
    --Anil                                                                                                                                                                                                                       

  • How does the image time stamp display /modification vary among Bridge, Photoshop, and PS Element Org

    I've noticed some discrepancies between times recorded in my image EXIF data as well as the time displayed with images in Bridge and Photoshop Elements Organizer.  For instance I may have a series of images shot within a few minutes of each other.  After having done some manipulation of a subset of the images and later on showing the sequence in both Bridge and PSE Organizer, I have noticed that the time associated with some of the images has changed.  Bridge and PSE Organizer may actually show times that differ by several hours.  It almost looks like the time is converted from the original camera time to UTC and then possibly back to the time zone where my computer is located.  The pattern is not completely consistent and may depend on what Adobe products have been used to adjust or catalog the images.  I'm looking for a good and complete description of how each product handles the image date and time stamp.  I suspect that there is some inconsistency in how this is done across the products.  I'm currently using Bridge / Photoshop CS6 Extended and Photoshop Elements Organizer 10.0 which were recently upgraded from CS 5 and 8.0 respectively.  I also use Adobe Camera Raw 7.1 to edit the Nikon raw files.  This problem appears to predate the upgrade of my products.

    Well, it must be a system-specific bug of some sort that's been introduced, because I was able to create a 4200 x 3500 image made by mapping an image of similar size to a cylinder, and the cylinder would move/rotate in real time.  Of course, I have a completely different video card and system than you do, but I'm just verifying that it's not broken everywhere.
    Rendering isn't hugely fast, but that's not unexpected with a larger image.
    Maybe being more specific would help.  Is your mesh complex?
    Is it something you'd be willing to share online or describe how to create?  I would be happy to try to match what you're doing more thoroughly to see whether I can reproduce the slowdowns.
    Beyond that, I'm not sure what to suggest...  You don't have a lot of RAM to be working on 15 megapixel images, but as you say the thing to concentrate on is that you're seeing quite different performance from the Ps CS6 beta version.
    -Noel

  • Overriding DPI of images when displaying them in WPF

    Posting following because it might help someone else. It took me quite 
    while to figure this one out.
    I started learning C# and WPF recently. I hadn't had so much fun since the
    late 1990s when I learned Java.
    But I stumbled on one major irritant working on my project, a picture viewer.
    Contrary to just about every environment I've encountered, WPF insists on
    taking the DPI of images into consideration when displaying them. What I want
    is to display the images in some area of my app, pixel-for-pixel unless that
    results in the picture going beyond the frame, in which case the image
    needs to be scaled down so it fits. I don't want to have a larger image because
    the DPI is smaller than 96, and I don't want a smaller image because the DPI
    is higher than 96.
    As far as I'm concerned, DPI is more often than not a useless number. Two
    examples.
    1) My camera arbitrarily assigns a DPI value of 72 to all pictures it takes.
       But what "inches" are we talking about here? Obviously there is no answer
       to that question. So it's a meaningless number.
    2) If I scan a 35 mm color slide, I will probably do so at a DPI value of
       something like 2400, but I'd sure want to display the resulting image much
       larger. By default, WPF will show it at original size, totally useless.
       The DPI here is certainly meaningful, but not as a display parameter!
    I compared two images from same original (leware.net/photo/dpi.html),
    one resized to a DPI of 48, the other to a DPI of 192. In a hex editor,
    except for the one byte that encodes the DPI value, the two files are
    identical. It's the same image, with a different DPI value, but no other
    differences.
    So how do I get a WPF picture viewer to display images without taking their
    DPI into consideration? As every browser and viewer I know will do?
    At first, I thought that I would be able to do something like:
        BitmapImage img = new BitmapImage();
        img.BeginInit();
            img.UriSource = new Uri(somePathOrUrl);
            img.DpiX = 96.0;   // override
            img.DpiY = 96.0;
        img.EndInit();
    But DpiX and DpiY are "get" only, not "set". Yet, it's just a simple number,
    and changing it before WPF does anything with the image does not sound like a
    big challenge (even when waiting for DownloadCompleted event). It's almost as
    if the WPF designers decided that WPI was sooo important that they would never
    allow anyone to modify the value...
    The first approach I tried used RenderTargetBitmap (created at 96 DPI),
    DrawingVisual, DrawingContext classes. Seems quite complex. It worked, but
    I wouldn't call it elegant.
    After much browsing (and with improving understanding), I found a better approach.
    In simple terms, I set the Image's Width and Height to PixelWidth and PixelHeight
    (which essentially makes the resulting DPI to be 96), and I set the Image's
    MaxWidth and MaxHeight to the space available to the Image in the app, to force
    scaling if the source is too large. I used Stretch=Uniform. Code fragments below.
    The Image is placed in a UniformGrid container which provides the MaxWidth and
    MaxHeight, and which centers the Image inside.
    This approach is quite a bit more elegant, it removed nearly 100 lines of code
    from the app. I still think though that it's not as simple as it could be.
    I had also read about "DPI awareness", didn't really understand it, but it seems
    to deal with DPI of display device, not of source images.
    So two questions:
    1) Is there a even easier way, esp. a way to directly modify or ignore an image's
       DPI values before using it (without copying the image into some new bitmap)?
    2) Barring that, is there something simpler than above?
    Note that I'm fine with the application being otherwise DPI aware (fonts,
    buttons, &c).
    Thanks
    WPF code fragments of the trivial application I used to fine-tune the second
    approach. The two images are 160x100 pixels (but any pair of images smaller
    than the display will do the trick), one at DPI 48, one at DPI 192, and named
    IMG_6726s48.jpg and IMG_6726s192.jpg. The both show at the same size, as I
    wanted.
    To see the original problem as I experienced it, set Stretch=None and comment
    out the two pairs of lines that set image.Width and image.Height.
    XAML
    <Window x:Class="WpfApplication1.MainWindow"
            xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
            xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
            Title="MainWindow" Height="512" Width="512">
        <Grid>
            <TextBlock Name="lpvMessage" Text="(messages)" Margin="2,2,10,0" VerticalAlignment="Top"  TextWrapping="NoWrap"/>
            <UniformGrid Name="grid" Margin="48,48,16,16" Background="LightGray" SizeChanged="gridSizeChanges">
                <Image Name="image" Stretch="Uniform" HorizontalAlignment="Center" VerticalAlignment="Center" MouseDown="onClickInImage"/>
            </UniformGrid>
            <Button Content="48" HorizontalAlignment="Left" Margin="10,68,0,0" VerticalAlignment="Top" Width="32" Click="buttonClick"/>
            <Button Content="192" HorizontalAlignment="Left" Margin="11,93,0,0" VerticalAlignment="Top" Width="32" Click="buttonClick"/>
        </Grid>
    </Window>
    XAML.CS
    namespace WpfApplication1
        public partial class MainWindow : Window
            public MainWindow()
                InitializeComponent();
                grid.Background = new SolidColorBrush(Color.FromArgb(0xFF, 0xF0, 0xF0, 0xF0)); // shows grid for testing
                changeImage("48");
            private void changeImage(string dpi)
                BitmapImage img = new BitmapImage();
                img.BeginInit();
                img.UriSource = new Uri("R:/IMG_6726s" + dpi + ".jpg"); // IMG_6726s48.jpg or IMG_6726s192.jpg.
                img.EndInit();
                image.Source = img;
                lpvMessage.Text = "Loading :/IMG_6726s" + dpi + ".jpg";
            private void onClickInImage(object sender, MouseButtonEventArgs e)
                BitmapImage isrc = image.Source as BitmapImage;
                image.Width = isrc.PixelWidth;       // "ignores" DPI
                image.Height = isrc.PixelHeight;
                image.MaxWidth = grid.ActualWidth;   // prevents scaling larger than 1:1
                image.MaxHeight = grid.ActualHeight;
                bool shifted = Keyboard.IsKeyDown(Key.LeftShift) || Keyboard.IsKeyDown(Key.RightShift);
                if (shifted)  // shift-click to toggle Stretch between Uniform and None
                    if (image.Stretch == Stretch.None)    image.Stretch = Stretch.Uniform;
                    else                                 
    image.Stretch = Stretch.None;
                lpvMessage.Text = "grid.ActualSize=" + grid.ActualWidth + "x" + grid.ActualHeight +
                    " image.ActualSize=" + image.ActualWidth + "x" + image.ActualHeight +
                    " isrc.PixelSize=" + isrc.PixelWidth + "x" + isrc.PixelHeight +
                    " image.Stretch->" + ((image.Stretch == Stretch.None) ? "None" : "Uniform");
            private void gridSizeChanges(object sender, SizeChangedEventArgs e)
                BitmapImage isrc = image.Source as BitmapImage;
                image.Width = isrc.PixelWidth;       // "ignores" DPI (redundant here
                image.Height = isrc.PixelHeight;
                image.MaxWidth = grid.ActualWidth;   // prevents scaling to larger than 1:1
                image.MaxHeight = grid.ActualHeight;
                lpvMessage.Text = "grid.ActualSize=" + grid.ActualWidth + "x" + grid.ActualHeight +
                    " image.ActualSize=" + image.ActualWidth + "x" + image.ActualHeight +
                    " isrc.PixelSize=" + isrc.PixelWidth + "x" + isrc.PixelHeight +
                    " image.Stretch->" + ((image.Stretch == Stretch.None) ? "None" : "Uniform");
            private void buttonClick(object sender, RoutedEventArgs e)
                Button b = sender as Button;
                string dpi = b.Content as string;
                changeImage(dpi);

    Being able to ignore DPI is all I'm asking for, and what I've always done for decades
    If the objective is to fill the Window, then yes, it's simple, as the following example of a thumbnail image shows:
    <Grid>
    <Image Source="http://leware.net/temper/42fp.jpg"/>
    </Grid>
    Result below. DPI doesn't matter, pixel sizes don't matter, the source fills the Image control, while respecting the proportions.
    But I don't want the image to fill the space available if it doesn't have enough pixels, it looks fuzzy and I don't like that.
    So I add Stretch=None to the Image control, and it solves my problem, the image is shown at a size that corresponds to its pixel size (63x87), centered.
    <Grid>
    <Image Source="http://leware.net/temper/42fp.jpg" Stretch="None"/>
    </Grid>
    The above two XAML fragments give the following results:
    The second is what I want. So Stretch=None, unless the image is larger than display area, in which case Stretch=Uniform.
    Now I try my two test images, also with Stretch=None because they are smaller than display area.
    These two images are both 160x100 pixels, and, when compared in a hex editor, differ
    only in the couple of bytes that store the DPI value (0x0030 vs 0x00c0),
    all the rest is the same.
    <Grid>
    <Image Source="http://leware.net/photo/IMG_6726s48.jpg" Stretch="None"/>
    </Grid>
    and
    <Grid>
    <Image Source="http://leware.net/photo/IMG_6726s192.jpg" Stretch="None"/>
    </Grid>
    Here's what I see:
    DPI obviously does matter here, much to my surprise. WPF's behavior was unexpected. That was my original problem.
    The DPI 48 image is enlarged by a factor of 2, the 192 DPI image is reduced by a factor of 2. What I want is in between, and the same for both images, a display based only on pixel sizes, like most browsers and picture viewers do.
    In other words, I want one image pixel to be one display pixel, downsized to fit if the image is too large, but never enlarged beyond 1:1 to fill the available space.
    I had a hard time figuring out how to get those two small images to show identically.
    I finally got what I wanted with the solution at the top of this thread (overriding size of Image control instead of DPI). I'm sharing because it might help someone else.
    Is there a better way to handle this when the DPI is arbitrary? Isn't there a way to just tell WPF to ignore images' DPI values or simply override it (force an image's DPI to 96)?
    Quite possibly I'm trying to do something which does not quite fit in the philosophy of WPF. Maybe I'm closer now, I'm still learning (this discussion is helping).
    I won't be surprised if my application misbehaves when the DPI of the display is not 96. Not a concern for now.

  • Images not displayed properly

    [Migrated from the Syclo Resource Center]
    prashanthi_vangala   01/03/2012 06:44,
    Hi,I am working on Agentry 5.4.0I have a list screen where for one of the columns I have a rule to display images ( I use checked and unchecked images ). Earlier the images were getting displayed properly on the ATE but  it is not working now and I did not make any changes to the image properties then.But after this, I tried couple of things with the image properties to make it work, like when I do not use any mask colour the image does not get displayed but when i use any maks colour the image gets displayed but its completely blacked out ( and thus for checked image, cannot see the check mark and its completely blacked out ).I face same issue with the login image as well. I added a new Image ( Logo ) to my App for the login Screen, but even this image does not appear on the login screen.
    I also tried deleting the Dev folder and re-publishing, but even this does not work.
      -Prashanthi
    Jason Latko   01/03/2012 11:42
    Try deleting the Application directory under your development server where the images reside and publish again.
      Completely clear your ATE and transmit again from scratch.
      Also, what mask color are you using?
      Try using a green hugh and not black or white for the mask.
    Jason Latko - Senior Product Developer at Syclo
    prashanthi_vangala   01/03/2012 12:38
    Hi Jason,Thank you for the reply.I already tried all the  things you have mentioned, but the same issue exits still.
    Prashanthi
    Jason Latko   01/03/2012 12:40
    Is it just the ATE, or do you have the same problems using the WIn32 or PPC clients?
    Jason Latko - Senior Product Developer at Syclo
    prashanthi_vangala   01/04/2012 06:21
    Hi Jason,Behaviour in ATE:I have changed the image now and tested with the new image . Now, its behaving strangely:When I do a sync after publishing or a reset of ATE; I see the new image properly displayed on the screen but when I leave the screen and come back to the same screen again, the new image is getting replaced by the old image ( atleast the old image is not displayed properly, it appears like a black square box..and because of the same issue I had with this image I switched to the new image ). Behaviour in Win32 Client:When I tested with the client, I see  the new image properly for the first time and when i leave the screen and come back the image disappears..This is the behaviour in client.
    Please suggest.
    -Prashanthi
    Jason Latko   01/09/2012 11:35
    Prashanthi,What did you use to create these images?
      They are simple bitmaps I assume?
      Try creating some very simple images using Microsoft Paint, then set a mask of green in Agentry.
      Your problem sounds familiar, but I can't find a matching bug in our database.
      Maybe someone else has experienced this?
      You could also try upgrading to a newer version of Agentry to see if the problem goes away.
      We are currently on version 6.0.4.Jason Latko - Senior Product Developer at Syclo
    prashanthi_vangala   01/11/2012 10:02
    Hi Jason,
    Thank you for the reply.
    But strangely, from past few days I see that the image is working fine again.
    But kept this topic open because it was wierd, that the image is working correctly again without making any major change. What I did was to just write the rule again which calls the image ( though i did this before and did not work then but worked now ) and to observe the image behaviour for few days.But it seems like it is fine now.
    Thanks and Regards,Prashanthi

    We am using "jv:imageButton" tag for displaying the image and below is the tag code,
    <jv:imageButton styleClass="buttonStyle"
    selected="true"
    onclick="networkCanvas.setInteractor(clientSelect)"
    image="../oracle/communications/inventory/ui/images/arrow.png" buttonGroupId="interactors"
    rolloverImage="../oracle/communications/inventory/ui/images/arrowh.png"
    selectedImage="../oracle/communications/inventory/ui/images/arrowd.png"
    title="#{inventoryUIBundle.SELECT}"
    message="#{inventoryUIBundle.SELECT}" />
    The able code is present in the below path,
    ..\public_html\oracle\communications\inventory\ui\network\page\NetworkView.jsff
    The images are present in the following path,
    ..\public_html\oracle\communications\inventory\ui\images\zoomrecth.png
    I am not thinking this is a Platform Beta 3 uptake issue. And I am suspecting an issue with integration of ilog with ADF. Any help in this regard would be helpful.
    regards,
    Chandra
    Edited by: user638992 on Feb 25, 2010 3:40 AM

  • CF slows down to a halt ... images not displaying

    My primary laptop on which I do all coding ...
    - less than 1 year old
    - Dell (cough) XPS M1730
    - Windows XP (latest)
    - ColdFusion Ver 8, developer edition.
    - No other issues with laptop
    Also running
    - SQL 2000
    - Synergy
    - Anti virus etc. changed Norton daily scan and unaware that I have picked up any viruses - I was my hands very well and often
    Over 6 months gradually CF has been slowly not display internal referenced <img src> tags.  External work fine.
    To the point now where most in our app do not display.
    Then in the past 3-4 days a lot of pages when called give Firefox or IE errors:
    Page will not display with too may users error.
    But there aren't any others.
    I go to all other web site, no issues with speed.
    I just cold warm booted the machine and now while page 1 appears, page 2, login, takes minutes to appear.  But on a beta server (also developer edition) it's instant.
    When I go straight into the browser, it works fine, albeit no images, crashes with a known bug (missing application variable), fix it, then resume, then just sits there forever.
    And there's no difference between the two machines ... well, not in "that" way.
    Adding to my confusion is ... I cannot get into the CF Admin panel.
    I can see it approve me, then it just spins.
    Nothing has changed on machine in past weeks EXCEPT traveling when I sign in to the usual plethora of wifi and other networks but never had a problem - except luggability
    I am thinking of, UGH, reinstalling Windows ... but why bother if it's working perfectly and only ColdFusion has an issue.
    Now COLD booted machine for 5 minutes.
    Everything seems better except CF still a BIT sluggish and still not "drawing" most images.  Able to access Admin panel.  Even if there images not displaying.
    Anyone any ideas?

    Thanks for your prompt reply ...
    We scoured for a folder like that and found none.
    What we DID find is that over the years of coding, we have a template count of 3,500 files in 130 folders, but the root where we start is about 1,500 files.   144 megs total size though.
    That shouldn't be too much?  Esp as our beta and production servers are using the same amount with no issues.
    Admittedly production is CF 7.X.
    Much more powerful machines but still.
    It would have made sense as that is the only thing on the machine that has "grown" ... but no luck.
    Does remind me of the day when our mail server got hacked and we had 100,000 outbound in the spool.  That was fun.: :)

  • Relation between products

    Hi all,
    Does new relation between products add it self into idoc structure after generation??
    I want do add to IDoc product with relations my own relations between products. I wanted to compare standard relation "accessories" with my own. But I simply don't kwon how does it works.
    I thought that after generation my own relation it will add into structure, and than I only need to re-generate standard IDoc in BDFG.
    But it's not.
    Can anybody help, with this issue??
    Moderation: Locked. Duplicated from [this thread|New product- product relation]
    Edited by: Joaquin Fornas on Nov 16, 2011 4:05 PM

    Hi,
    My Answer for your reply as below
    My suggestion is that You can assign the batch when you release the process order for Semi Finished Good & Finished Goods
    Prerequisites
    You can only create batches and batch master records for a material if the material is to be handled in batches. To do this, you must set the Batch management indicator in the material master record.
    The system creates a batch master record in the background in the following procedures:
    The first time goods are received for a batch
    During creation of a process or production order
    When a usage decision is made in quality management
    During a recurring inspection
    For transfer postings (when you want to split a batch, for example)
    When creating a purchase order
    And then, how would it be possible to trace them back in purpose of to precisely find which batches were put in each batch of product?
    Yes With Tcode MB56 - This component determines how a batch is created and used in Production Planning PP through various stages of production and displays the result in a list.
    You can use this to find out:
    In which other batches a batch was used
    From which other batches a batch was created
    Prerequisites
    Batch management requirement
    All materials that are part of the batch where-used list must be subject to management in batches.
    Batch where-used file
    You can only create a batch where-used list if the receipt records and issue records are stored in the batch where-used file.
    You will find further information in the section Make settings for batch where-used list in Customizing for Batch Management.
    Hope can help you.
    TQ.

  • Does anyone know how many times a newly purchased product (MB Air 2014) can be exchanged within the 14 day period?

    Does anyone know how many times a newly purchased product (MB Air 2014) can be exchanged within the 14 day period? I feel like the MB Pro would be a better fit for me, so I wanted to exchange my Air for the Pro. But also, if I end up not liking the Pro and want to go back to an Air, would I be permitted to do so with another exchange? (all still within the 14 day window after purchase of course).
    Also, are there any specifics I need to know in order to return my product and get a new one?  Obvioulsy, I would be sure to remove all of my personal files, music, etc...but is there anything else I need to do?
    And lastly, and im sure this question is irritating to you Mac wiz kids out there, but are the two models im comparing really all that different?  I just cant make up my mind and would love some pointers/suggestions/tips/info to help me figure out what model is best for me (the apple employee that was helping me in the store was actually not that helpful at all, if they were I wouldnt have to ask this question on a discussion board).  I do tons of multimedia things and download and enjoy music, tv shows, movies, all that stuff..and I used to love to burn dvds and cds (obviously cant do that with the MB Air now which totally bummed me out ).  Which model does anyone think I should stick with?  Id greatly appreciate some opinions! Really tho, help me out ppls! I'd love some helpful advice! I sometimes have problems making big/important/expensive decisions lol  I just really want to make sure i am getting the best model for all of my daily tasks and all of the things i actually do regularly on my computer.
    Oh, last lastly- I cant afford anything more than a 13" STANDARD MacBook Pro at the moment...soooo the Retina display is unfortunately not an option for me.
    Which is also a big bummer.but i think i can get over it...or beg someone to loan me an extra $200 lol
    Someone....Annnnyyyone....Pleeeeease....Heeelllllllp....
    Thanks

    Just play with each and figure out which one you want. I believe they only allow 1 exchange unless it is a defect issue. You can always return the exchanged item and rebuy what you want if they will not allow you to do multiple exchanges.
    But again, you need to really figure out which one you want.

  • JPG images not displayed correctly in Bridge and Photoshop (Mac OS)

    (Note: I have copied the content of this query from the Creative Suites forum where I originally opened it.)
    I am using CS4 under OSX 10.4.11 on a PowerMac G5 Quad with 23" Apple cinema display. Images which have been captured as JPG are displayed fine by Preview, but when opened in Bridge, Camera Raw or Photoshop. the colours are all "washed out". The attached screen capture should give an idea of the difference, with the upper being Camera Raw (image settings) and the lower being Preview. My monitor has been calibrated and I'm using sRGB IEC61966-2.1 colour space in Camera Raw and Photoshop. The colours displayed by Preview are pretty close to "real life". I find it virtually impossible to adjust the colours in Photoshop to get back to anything similar.
    After opening the image in Photoshop without adjustment, and Save As JPEG with embedded color profile, Preview displays the new image the same as Photoshop. Save As JPEG without embedded color profile, and Preview displays this copy just like the original. It seems that Photoshop is making different (incorrect) assumptions about what color space to use when there is no embedded color profile. Shouldn't it assume sRGB like virtually everything else (http://en.wikipedia.org/wiki/SRGB)? Or is its interpretation of sRGB incorrect? How can I fix this?
    Re: JPG images not displayed correctly in Bridge and Photoshop 

    xxxxyyyyz wrote:
    …If there is someone out there who has experience of obtaining decent colour management in CS4 on a Power PC, I would really like to know how you achieved it.
    That would be yours truly, and I hasten to reply because I may have some insights that can help you too.
    Just get it it out of the way, here's my setup:
    Photoshop 11.0.2 ("CS4"); VersionCue disabled and uninstalled.—2.5 GHz Power Mac (PPC) G5-Quad; 16GB RAM; mutant, flashed 550MHz nVidia GeForce 7800GTX 1,700MHz 512MB VRAM; ATTO ExpressPCI UL5D LP SCSI card; Mac OS X Tiger 10.4.11 and Leopard 10.5.8 boot drives; Spotblight, Dashboard and Time Machine permanently disabled; dual 22" CRT monitors; USB wireless 'n' available but connected to the Internet via wired Ethernet; 1 FW flatbed scanner; 2 SCSI scanners (one tabloid-size transparency scanner and a film scanner); various internal & external HDs; FW Epson 2200 and Ethernet Samsung ML-2850ND printers; 2 X Back-UPS RS 1500 XS units.
    I can unambiguously and in good faith represent to you that my color management, from capture to print, is as spot-on as anyone with any kind of setup can hope to achieve.  Unequivocally and without qualifications.
    Now, first things first:  Forget about trying to synchronize color management across the point applications lumped together only by Adobe marketing fiat into a variety of meaningless "creative suites".  Concentrate on Photoshop.  Do not try to use Bridge to synchronize anything.
    The "suites" are a totally artificial construct created by Adobe bean counters and marketing types.  The point applications (i.e. the individual programs clumsily bundled together, e.g. Photoshop, Illustrator, InDesign, etc.) are developed independently by separate engineering teams that are not only not in the same building, but in different cities, different states of the American Union, and even in different countries.  They have very little communication among them, if any, as evidenced by repeated posts in these forums by Photoshop engineering staff urging us, the end users, to let the other teams know in their own forums that a given problem exists and is actually affecting our work.
    Enough said about the cause of the problem.  The end result is that Color Management is at very, very different levels of progress and sophistication in each individual point application, with only Photoshop fully entitled to be considered state of the art.
    Secondly, a disclaimer:  I have been hanging on to my CRT monitors and take care of them as Jascha Heifetz used to take care of his Stradivarius.  I don't know what I will do if I manage to outlive the usefulness and accuracy of my CRTs (unlikely at this point).  I have despaired in futile efforts to bring the luminosity of any LCD monitor down to where I would feel comfortable calibrating and profiling it.  I believe my monitors are the foundation of my color management efforts.
    Especially if you have one of the extreme wide-gamut LCD or LED monitors, you'll face an uphill battle. 
    Be careful to avoid any version 4 icc profiles, whether canned or generated by your calibration software.  Stick to version2 icc profiles.  Ask the manufacturer of your calibration software/hardware if in doubt.
    Here are some not-too-recent, but thoroughly representative screen shots of the calibration results I obtain with my monitors, which I calibrate and profile often and regularly (I validate the calibration at least several times per month).
    In a nutshell, my color management practices and settings mirror those described by Bruce Fraser, Jeff Schewe, Andrew Rodney and Gary Ballard's site.  I have learned from all of them.
    My working color space is ProPhoto RGB.  I choose to work with PSD and PSB files.  As a long-time, rabid JPEG hater, I only rarely deal with JPEGs, using them sporadically to illustrate a point in this forum or elsewhere in the web.  My main output consists of prints.
    I only deal with tagged image files (files with an embedded color profile) and often recommend beating up with a baseball bat any moron that hands you an untagged file—figuratively of course, but I find the expression gets my point across unambiguously.
    Following is a screen shot of some of my pertinent settings:
    Note that I have never bought into the "suite" concept myself.  I do have and routinely use Adobe Illustrator 10.x, InDesign 2.x and Acrobat Professional 8.x, but they are all older, independent versions of each point application, licensed at different times.
    Be further advised, that the answer to many problems offered by Adobe engineers often is not to install VersionCue, or uninstall it, or at least disable it.
    Also, as outlined at the beginning of this post, concentrate on Photoshop, not on synchronizing applications that can't really communicate with each other, despite the claims of Adobe marketing hacks to the contrary.
    One big caveat, do not fall into this trap:
    xxxxyyyyz wrote:
    …I believe my problem has nothing to do with my monitor profile, for several reasons, but…
    …It seems extremely unlikely to me that…
    You either want to learn, or you don't.  You either want to solve your problems, or you don't.
    When you start arguing instead of studying, questioning advice instead of following it and detecting where you went wrong, you're on the right track to nowhere.  That attitude will get you there fast.  Remember you are the one with the problem, and only you can acquire the discipline to learn how to solve it.
    Go ahead and ask me anything that is not clear, just don't argue with me please, and don't tell me why you think Fraser, Rodney, Ballard and I are wrong.  You see, I am not experiencing any problem that needs fixing.  I have an interest in helping you, but not in hearing about your speculations, theories or conclusions.
    Good luck.
    Wo Tai Lao Le
    我太老了

  • How do I control the image that displays when someone shares a page from my website on Facebook?

    I have created my website in Muse and it looks awesme.  http://getlumen.com  I have added Facebook Like/Share buttons to the pages that I'd like people to... 'Like"  =]  It all works fine, BUT... the image that is displayed after someone Shares or Likes the page, is the background image that I used on the Master design page.  No bueno.  Even worse, sometimes it's the credit card icons that are displayed on the products pages.  Is there a way to "embed" an image into each page that is specific to that page and not an arbitrary iamge from the style guide, without adding it to the look of the page?

    Thank you.  But just to be clear... 
    Do I paste this code  <meta property="og:image" content="URL to your thumbnail image" /> Before or After the Google analytics code that is curretnly in the header of each page?  And the ONLY thing that I change in the above code is the "URL to your thumbnail image" for each page/image- yes??

  • JToolbar images not displaying

    I have JDK 1.3 /Windows 2000 Pro and My toolbar icons sometimes display and sometimes don't. I have about 12 tool icons, most of which show up, but usually a couple don't display. All icon images do display in the buttons at one time or another, so it is not an icon image problem (a straightforward one at least).
    The images do load correctly and the code is done in the main thread (without any background threads created by me). The code is completely serial, using the standard calls (ImageIcon() to load the images).
    Has anyone seen a problem loading up their toolbars?
    If I use 3-4 toolbars they always load so something seems to be going on in the background which I can't seem to control.
    Any feedback appreciated. I can provide code it you have seen anything like this.
    Thanks

    I'm having a similar problem. Have you figured out a solution yet?

  • Image path displays instead of image

    Firefox v20.0.1, Win7 32 bit.
    This web page ( http://zone.ni.com/devzone/cda/epd/p/id/5336 ) does not display the "flowchart"image at the bottom of the page immediately following the text "The following is a map of other documents..." On a correctly working page, the image is a flowchart "navigation" image that opens new pages depending on where you click on it. In firefox only a box with an ftp path to the image is displayed in its place. I have seen the problem on other web pages as well.
    Actions taken:
    The pages displays correctly in IE v10. This problem happens on one computer. Different computer, same firefox version displays correctly. Different computer older firefox version (v17?) displays correctly.
    * I have tried disabling all plug-ins and extensions.
    * I have created a new profile. Seems like the first time I did this, the page displayed correctly, but when I refreshed (F5) the image is gone and the ftp path box is displayed. Subsequently created new profiles do not display the page correctly.
    * I have tried resetting Firefox and the page still is not displayed correctly.
    Troubleshooting:
    Ctrl-shif-K, opened the Web Console, cleared the console output, refreshed the page by pressing Ctrl-F5. The following is several lines following the first error on the console:
    [09:12:29.360] Unknown property '-moz-border-radius'. Declaration dropped. @ http://zone.ni.com/widgets/share/addthis/1.0/css/share.css:11
    [09:12:29.360] Expected declaration but found '*'. Skipped to next declaration. @ http://zone.ni.com/widgets/share/addthis/1.0/css/share.css:13
    [09:12:29.406] GET http://ct1.addthis.com/static/r07/core076.js [HTTP/1.1 200 OK 167ms]
    [09:12:29.392] Unknown property 'size'. Declaration dropped. @ http://zone.ni.com/css/global/us/zoneprint.css:15
    [09:12:29.392] Expected declaration but found '@bottom-center'. Skipped to next declaration. @ http://zone.ni.com/css/global/us/zoneprint.css:17
    [09:12:29.497] GET http://zone.ni.com/css/global/us/thecore.css [HTTP/1.1 200 OK 26ms]
    [09:12:29.452] Expected identifier for class selector but found ' '. Ruleset ignored due to bad selector. @ http://zone.ni.com/css/global/us/thecore.css:115
    [09:12:29.453] Error in parsing value for 'filter'. Declaration dropped. @ http://zone.ni.com/css/global/us/thecore.css:259
    [09:12:29.453] Error in parsing value for 'cursor'. Declaration dropped. @ http://zone.ni.com/css/global/us/thecore.css:259
    Any help is greatly appreciated.

    You can remove all data stored in Firefox from a specific domain via "Forget About This Site" in the right-click context menu of an history entry ("History > Show All History" or "View > Sidebar > History") or via the about:permissions page.
    Using "Forget About This Site" will remove all data stored in Firefox from that domain like bookmarks, cookies, passwords, cache, history, and exceptions, so be cautious and if you have a password or other data from that domain that you do not want to lose then make a note of those passwords and bookmarks.
    You can't recover from this 'forget' unless you have a backup of the affected files.
    It doesn't have any lasting effect, so if you revisit such a 'forgotten' website then data from that website will be saved once again.

  • Image not displayed programmtically stored in blob column

    Hi,
    I altered student table to store photoes of students. For this I added STIMG as blob, MIMETYPE,FILENAME,IMAGE_LAST_UPDATE COLUMNS to studentadmitted table. Image stored and displayed in report very nicely. With the following query
    select "ROWID",
    "ST_ID",
    "FIRST_NAME",
    "LAST_NAME",
    "FFIRST_NAME",
    "FLAST_NAME",
    "COURSE_ID",
    "SESSION_ID",
    "CONTACT#" "CONTACT_H",nvl(dbms_lob.getlength(STIMG),0) IMAGE
    from "#OWNER#"."STUDENTADMITTED"
    Images are displayed in column but they have different sizes.
    To control this I modified the query like this
    select "ROWID",
    "ST_ID",
    "FIRST_NAME",
    "LAST_NAME",
    "FFIRST_NAME",
    "FLAST_NAME",
    "COURSE_ID",
    "SESSION_ID",
    "CONTACT#" "CONTACT_H",decode(nvl(dbms_lob.getlength(stimg),0),0,null,
    '<img style="border: 4px solid #CCC; -moz-border-radius: 4px; -webkit-border-radius: 4px;" '||
    'src="'||
    apex_util.get_blob_file_src('P16_stIMG',st_id)||
    '" height="75" width="75" alt="Product Image" title="Product Image" />')
    detail_img
    from "#OWNER#"."STUDENTADMITTED"
    Report did'nt run with following error,
    report error:ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    Win Server 2008
    Oracle Database :11G R2
    Apex Ver :4.2
    Sajjad

    Sajjad wrote:
    I altered student table to store photoes of students. For this I added STIMG as blob, MIMETYPE,FILENAME,IMAGE_LAST_UPDATE COLUMNS to studentadmitted table. Image stored and displayed in report very nicely. With the following query
    select "ROWID",
    "ST_ID",
    "FIRST_NAME",
    "LAST_NAME",
    "FFIRST_NAME",
    "FLAST_NAME",
    "COURSE_ID",
    "SESSION_ID",
    "CONTACT#" "CONTACT_H",nvl(dbms_lob.getlength(STIMG),0) IMAGE
    from "#OWNER#"."STUDENTADMITTED"
    Images are displayed in column but they have different sizes.Stick to declarative BLOB images as above. They can be resized in reports using CSS. Add a style sheet in the page Inline CSS property:
    td[headers="IMAGE"] img {
      display: block;
      width: 75px;
      border: 1px solid #999;
      padding: 6px;
      background: #f6f6f6;
    }where the <tt>IMAGE</tt> value in the attribute selector is the table header ID of the image column. Setting only one dimension (in this case the width) scales the image with the correct aspect ratio. (The border, padding and background properties are just eye candy...)
    However, if the original images are large then scaling them in the browser this way is a huge waste of bandwidth and produces poorer quality images than creating proper scaled down versions using image tools. Downloading megapixel images and then reducing them to thumbnail size results in pointlessly pushing millions of bytes that will never be seen.
    For improved performance and image quality, and where you require image-specific scaling the best approach is to use the database ORDImage object to produce thumbnail and preview versions automatically. Note that this is not possible in Oracle XE as Multimedia is not included

  • Images not displaying when using Mod_JK

    Has anyone had this problem with any success?
    platform:
    Windows 2000 Professional
    Jakarta Tomcat 4.1.3
    Apache 2.0.039
    Mod_jk connector
    My_Sql 4.0.1
    I have a successful connection between Tomcat and Apache via the mod_jk module.
    All JSP's are displaying with the appropriate data from MySql.
    My problem is that no images will display when I connect through Apache, via port 80.
    When I connect to Tomcat direct through port 8080, everything displays properly including images.
    Currently, I am running my application under Tomcat's webapp subdirectory.
    Is there something that I perhaps not did properly configure with Apache's http.conf file or with
    server.xml?
    Any suggestions or answers would certainly be appreciated.
    Thanks,
    Lenny Sorey

    Lenny,
    I apologize for not having an answer to your question, but I'm envious that you've successfully configured mod_jk. I've read several different versions of how to configure this, but nothing has worked so far. I wonder if you could either point me to some correct instructions on how to integrate Apache and Tomcat so I might try to duplicate your success.
    Thanks in advance,
    Vince

  • Email times displayed as UTC

    Hi,
    I'm having a weird display issue in Mail. All emails show in the list with times that are UTC instead of PDT. My date and time and international system preferences are correctly set to display Pacific Daylight time (Los Angeles) in standard American date format. Apple Mail is the only program that isn't obeying that setting.
    To make this more interesting, I've configured Mail in a non-standard way. Since there's no obvious way to lock out access to Mail other than to create a separate user account (which doesn't meet our needs for this system), I created an encrypted sparse disk image and moved ~/Library/Mail/ into that disk image. I then created a symbolic link to point ~/Library/Mail/ to the disk image volume.
    This work around is working out perfectly and provides me a way to secure access to email without creating a unique user account. The only funky thing appears to be this date display issue.
    I know that the disk image implementation is non-standard and probably not recommended, but it's the only way I could figure out how to secure access to my mail within a shared single user account (which I need for other reasons).
    Any ideas on how to correct this date display issue?
    Thank you,
    Todd
    iMac Mac OS X (10.4.10)
      Mac OS X (10.4.10)  

    Following is the full header for another sample message. I have other accounts on this server that I check on other computers using Apple Mail and time displays properly, so I doubt it has anything to do with the email server. This is a POP account and the server runs some flavor of BSD running sendmail/postfix or something similar. While the sample below was sent from MS Exchange, the date display issue applies to the display of all messages.
    The following message appears with Date Received: "Today 3:35 AM".
    The Date Sent column displays: "Yesterday 8:35 PM"
    The date sent is correctly showing the message time for our time zone. For some reason, date received is showing messages at GMT.
    Thanks again for taking a look at this.
    Todd
    Return-Path: <[email protected]>
    X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on x.net
    X-Spam-Level:
    X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=ham
    version=3.1.3
    Received: from p03c11m003.symantecmail.net (mxl144v243.mxlogic.net [208.65.144.243])
    by x.net (8.13.6.20060614/8.13.1) with ESMTP id l6H3Ztm4095850
    for <[email protected]>; Tue, 17 Jul 2007 03:35:56 GMT
    Received: from unknown [64.168.126.9] (EHLO nbmailg.irell.com)
    by p03c11m003.symantecmail.net (mxl_mta-2.14.0-16)
    with ESMTP id c193c964.275209136.8973.p03c11m003.symantecmail.net (envelope-from <[email protected]>);
    Mon, 16 Jul 2007 21:35:56 -0600 (MDT)
    X-WSS-ID: 0JLB0P0-03-3NN-01
    Received: from ccexch2k01.imnt.irell.net (unknown [128.100.1.242]) by nbmailg.irell.com (Tumbleweed
    MailGate) with ESMTP id 279B7100692C0 for <[email protected]>; Mon, 16 Jul 2007
    20:36:36 -0700 (PDT)
    X-MimeOLE: Produced By Microsoft Exchange V6.5
    Content-class: urn:content-classes:message
    MIME-Version: 1.0
    Content-Type: text/plain;
    charset=us-ascii
    Subject: RE: Queen Bee Waxing
    Date: Mon, 16 Jul 2007 20:35:54 -0700
    Message-ID: <[email protected]>
    In-Reply-To: <[email protected]>
    X-MS-Has-Attach:
    X-MS-TNEF-Correlator:
    Thread-Topic: 1234
    Thread-Index: AcfH0xjxzwFUuPXmRfO1k1JK4W4zNwAT/IMQ
    From: "fn, ln" <[email protected]>
    To: "fn1 ln1" <[email protected]>
    X-Spam: [F=0.5000000000; BMI=0.500(none); SC=none]
    X-MAIL-FROM: <[email protected]>
    X-SOURCE-IP: [64.168.126.9]
    X-Brightmail-Tracker: AAAAAA==
    Content-Transfer-Encoding: 8bit
    X-MIME-Autoconverted: from quoted-printable to 8bit by x.net id l6H3Ztm4095850
    Status:

Maybe you are looking for

  • Gigabyte GA-X58A-UD7 No Longer Available?

    Great. I spend two days trying to decide what motherboard I should use which would be supported by BlackMagic DeckLink/IntensityPro. Of their short list of supported boards, I decide on a Gigabyte GA-X58A-UD7 which has all the features needed. I get

  • Safari (iBook G3)

    Hiya Folks... I've now managed to get hold of an old Air Port base station and am running this via the ethernet port on my Virgin Hub. My iBook is connecting to it beautifully, but is still not automatically changing the time and date and when I use

  • Trying To Use Find While Filtering Out Unwanted Files Listing In Searches

    Hi! I'm trying to use Find to list files made or created or changed after a certain date, but I can't keep zillions of unwanted files popping up. I want to list all the files created after June 23 and it does that well -- including hundreds of "webbo

  • Date of Production

    I need a MBP in time for a business/education trip in 5 days. A reputable reseller has one with the specs I'd like that I can get in 3 days. Is there anyway I can tell the date of manufacture from the Mfr#? Fron this forum I've learnt that the more r

  • UNABLE TO FILLED DATA IN INFOCUBE

    Hi Gurus, 1 I'm unable  to  activated and filled 0IC_C03 ınfocube 2 how can i do with 2LIS_03_BX and 2LIS_03_BF data sources according to procedure. 3.How BI Reporting is much better than Abap Query . Regards Meenakshi Sharma