Is there a web-safe format for hi-res images?

I'm having a high resolution image (above 100 dpi) changing it's color settings after submitted to the web.
The image looks fine on the Desktop - and if saved using "Save for web..." dialogue the colors remains as deserved on the web as well.
Is there a way to save an image so the color preferences aren't distorted after publishing to the web, but without reducing to 72 dpi?
I use Photoshop CS4 and I shoot and edit my pictures in Adobe RGB 1998.
P.S. If I open Adobe RGB psd file and assign color profile to sRGB it changes to how my non-web-safe images look when uploaded to the web.
Thank you.

Not a color expert but believe the web uses sRGB as default.
DPI has nothing to do with the color, it is a spec for how many dots per inch in printing.

Similar Messages

  • I have new macbook pro retina and is there a web design format can use?

    I have new macbook pro retina and is there a web design format can use?

    I'm not understanding your question. I think you would use any of the current web design formats. Are you talking about what styles to use? If so see the css standards css1, css2, css3 to see what they can provide and which browsers are most compatible. If you are talking about languages use a current standard like html5, php, C#, visual basic , javascript, etc.
    Be more specific about what you are asking.

  • Web Safe Colors for iTunes U interface

    I am running into problems with changing the look and feel of my iTunes site. When I try to change the color scheme, it is telling my that my color choices are not web safe. I am trying to use color schemes that fall within our university's identity standards. Is there a way around the web safe colors within iTunes U, or am I stuck with what?

    There are 2 colors which must be web safe - Section box heading background color and Section box heading text color.
    The tools mentioned above can help you find a near match. Photoshop/ImageReady can do this in the color picker if you use the "web safe" colors checkbox.
    You can also calculate it based on the fact that the R,G,B values for web safe colors are always based on the values 00,33,66,99,CC,FF. If you have a color, for example #4000D7, you can "round" each value to the nearest match. 40 rounds to 33, 00 rounds to 00, D7 rounds to CC. This means the closest web safe color is #3300CC.
      Mac OS X (10.4.6)  

  • Is there a Web Applications Server for Oracle8?

    hi!
    I need to know if there is a Web Applications Server for
    Oracle8 on Linux. (I know there is one for Oracle7)
    Thanks!
    null

    PoNY (guest) wrote:
    : hi!
    : I need to know if there is a Web Applications Server for
    : Oracle8 on Linux. (I know there is one for Oracle7)
    : Thanks!
    i solved the same problem while download the application server
    via ftp
    ftp ftp.oracle.com
    cd /pub/www/oas/linux
    get was302.tar.Z
    If the connection is lost, you can continue downloading with
    reget was302.tar.Z
    The download starts not from the beginning, but appends the
    already transmitted part of the file.
    Hans
    null

  • HT4583 is there a good safe app for storing all my account passwords?

    I'm looking for a good safe app for storing all my account passwords. Any suggestions?

    Keychain is built into iOS and is a good option: http://support.apple.com/kb/HT5813
    I'm using LastPass because it supports more platforms but also because it was available before Keychain on iOS devices and I'm used to it. May switch at some point.

  • Is there an optimal disk format for logic

    I'm about to receive my new mac pro 3ghz, 3 x 10,000 rpm raptor drives and one 250 gig apple drive. I'm planning to use the first raptor for the OS, 2nd raptor for logic audio, and the third raptor for sample streaming. I plan to use the apple disk to back stuff up.
    My question is, (and it might be a stupid one) is there a preferred way to format the disks? Should i simply format all disks with the normal "mac os extended" ?
    PowerMac G4 dual 1.25 ghz   Mac OS X (10.4.7)   about to get mac pro 3ghz

    I don't think you can turn off journaling on system partitions anymore. Journaling allows for quick data recovery in case of a crash etc... so for the boot drive don't turn that off (even if you could). It won't affect the performance of logic because you'd put everything else on the other drives.
    That said, you have enough drives and horsepower to maybe build a RAID array, have you considered that? You could probably do a RAID level 5 with those drives giving you nice fail over and increased performance, yes more so than 3 separate drives.
    Just a thought.

  • Are there any cd's formatted for mac

    I do a lot of crafts and the cd's I have will not work with my MacPro.  Does anyone know how I can formatt these cd's to work on the Mac or their any cd's out there that are Mac fromatted

    The types of CDs that a Mac will accept are listed in System Information:
    The general consensus is that Verbatim disks work best in Macs.
    Ciao.

  • Are there any good code examples for displaying preview images in the storefront?

    I can gather other info using folio.xxx, but can not find any good examples to use for preview images.  Tried folio.getPreviewImage() with no success.  Oh, I should mention it is version 2.  Plenty of examples for version 1.
    Perhaps if I get a little more specific.
    I am calling up the folios via:
           adobeDPS.libraryService.folioMap.addedSignal.add(function(folios) {
                for (var i = 0; i < folios.length; i++) {
                    addFolio(folios[i]);
            }, this);
    This eventually works into a function where I am gathering and displaying folio data:
         var productId = folio.productId;
        var html  = "<div id='" + productId + "'>";
            html +=     "<a href='#'><img class='shadow' width='120' src='' border=0 /></a>";
            html +=     "<br /><span class='bold'>" + folio.title + "</span>";
            html += "</div>";
        this.$el = $(html);
    folio.title works fine to pull up the title, but I can no longer use folio.getPreviewURL in v2.  What code should I be using to set the src to the preview image?
    Thanks

    Have you looked at the default implementations of the library?
    In FolioItemView's render function, there is a function(follow the nested functions!):
    setTimeout(function(){ scope.loadPreviewImage() }, 100);
    It references this function (this doesn't copy well):
    loadPreviewImage: function() {
    if (this.el.parentElement) {
    var transaction = this.folio.getPreviewImage(135, 180, true);
    transaction.completedSignal.addOnce(this.getPreviewImageHandler, this);
    Going deeper, into the getPreviewImageHandler function is where you see the url value..
    if (transaction.state == adobeDPS.transactionManager.transactionStates.FINISHED && transaction.previewImageURL != null) {
                                  this.$el.find(".folio-thumb").attr("src", transaction.previewImageURL);
    Within the example is also code for supplying a preview when the Adobe API is not available:
    (Within the render function)
    var json = this.model.toJSON();
    $folioThumb.attr("src", json.libraryPreviewUrl);
    If you're making any changes to where the preview is displayed, you can just swap out the class ".folio-thumb" to whatever the class (or id) is of the element you're wanting to render the preview in.

  • Partition format for sparse disk images?

    Hi,
    I'm creating some large sparse images for backup.
    Which partition format should I use? What is the most common?
    In Disk Utility I have severals options:
    Hard Disk
    DC/DVD
    etc..
    The images I'm creating will be stored in an external HD for backup.
    Many thanks

    See Pondini's TM FAQs, for starters.

  • Date format for the RES.PdtePerKey parameter in FDM

    Hi
    I am using FDM 11.1.2.1 to load data from Oracle eBS 11.5 to Hyperion Planning 11.1.2.1.
    I have created a BefExportToDat event script using the parameter RES.PdtePerKey, which contains the period loaded.
    On the development environment, the script, using a to_date('dtePerKey','MM/DD/YYYY'), is ok, because the period variable is returning a date loke 'MM/DD/YYYY'.
    On the production environment, the same script is KO because the period variable is returning a date like 'DD/MM/YYYY'.
    Which configuration parameter could explain this difference?
    Thanks a lot for your help
    Fanny

    No, sorry, I have said a mistake!
    I had checked the admin user regional settings.
    You were right : the regional settings of the DCOM FDM user were different between the 2 servers (english for dev, french for prod).
    If I use "*English*" regional settings on my production server, that is ok, too!
    Thanks a lot!
    Fanny
    PS : but now, the batch loader which was ok with the French regional settings is now ko... but it is another problem... :-(

  • Muse update to allow for hi-res images on Retina displays?

    I understand that you can find a javascript file for static images, but I am looking to for better image quality on buttons as well since my navigation utilizes imagery. Does any one know if Adobe is addressing this issue?
    Any work-arounds in the meantime?
    Thanks!

    For buttons there's a trick you might find handy.
    To create a Photoshop button that outputs at Retina resolution you start by creating the button at twice the size (pixel dimensions) the button will be on your website. Then Place the button as you would normally and resize it down to half the size it came in at (so now it's the correct size for your site).
    If you were to output your site now, the button fill/background images would be resampled/resized by Muse during output to be standard, non-Retina, resolution.
    Now the trick.
    Take the text tool and double click on your button. This will convert the rectangle that is your button into a text frame. (A button is just a rectangle with background images set for the various possible states of a button.) You don't have to enter any text. Now when you output your site the original 2x resolution fill/background images for the states will be output.
    Why?
    There are many different factors that can cause text to reflow or resize in different browsers. Thus text frames will in some cases be different sizes in different browsers or on different devices. Since a text frame might resize, Muse will, in most cases, not resample the background images on a text frame below 2x the original dimensions during output (since the additional image data may be necessary if the text frame grows larger in the browser).

  • Looking for High Res Image of FBI Warning

    Hi Gang
    Does anyone know where you can get a High Resolution Image of the standard FBI Warning Disclosure which appears at the beginning of a Video?
    Thanx
    Mike

    You can't just use the FBI version wthout permission and those dudes are the wrong people to mess with.
    Now, you could just do a copypasta of the regular warning which can be found [here|http://en.wikipedia.org/wiki/DVDConsumerRights] into Photoshop and make it whatever res you want.
    Message was edited by: Son House

  • Kuler : Are the Colors Web Safe?

    I was wondering, are some or all the colors Web Safe?
    I am new to Web Design and I'm interested in knowing this question.
    You see, I had went to W3C Web Standards. There I noticed that there are very few Web Safe Colors for those whom want to add cool colors to their Website, Background and Headers and the like.
    Thank you....

    Hi Mooapo,
    This website might be useful for getting some background on websafe colors
    http://www.htmlgoodies.com/tutorials/web_graphics/consistent-colors-for-your-site-all-you- need-to-know-about-web-safe-colors.html
    There are options available in Kuler to limit the palette or websafe colors.
    -Dave

  • Are web safe colors (cs4) a consideration today ?

    Is there any need today to worry about web safe colors for web design ?  Do not 99% of people today have high res/high color monitors ?
    Tim

    I quit worrying about producing sites in Web safe colors years ago.
    That said, it's sometimes a quick way of sketching out a rough color story, since the colors are uniformly distributed across the RGB space.

  • Adobe muse chinese web safe font

    Hi All,
    i need help urgently.. is there any way that i can find web safe font for chinese word? i don't want my text become image.. please help me.. =( Home <--- this is sample of the website.. all chinese word become image...

    Unfortunately you cannot use Chinese web safe fonts , you can try self-hosting if you  can find Chinese fonts that can be licensed for use on the web.
    Thanks,
    Sanjit

Maybe you are looking for

  • RFC connection Error While run BEx Report

    Hi All I got BI 7.0 and create new user with roles only access: TR: RRMX to see only BEx Reporting... I create basically new customize role and put only one transcation code RRMX and assigned to user... When goto BEx designer I got that error rfc err

  • Populate long text in FB03

    Hi All, We are using tcode FF_5 to update the Account statement .After execution of tcode,one FI document(FB03) will be created in SAP with the data from the file we uploaded. Currently only short text field only getting updated,but my requirement is

  • Opening the link in cluster DB Administration tab page failed

    Hi Experts, I'm a SC from North China. Now I'm setting up a Grid Control PoC environment for a customer. The installation and configuration have been finished successfully. But when we tried to show DB administration function some issues happened. Th

  • If my ipad was stolen, how to register my ipad for the stolen goods, and lock the hardware requirements?

    If my ipad was stolen, how to register my ipad for the stolen goods, and lock the hardware requirements?

  • Exports to PowerPoint not editable

    My exports from Keynote to PowerPoint will play, but they crash whenever I try to edit them. Any suggestions? I am also losing my builds of bullet points on the slides. They all appear at once. I have exported builds before without problem, so I am p