Background Image file for 7975

What are the file specifications for a custom background image on the Cisco 7975 Ip phone? I mean, the size, resolution, color depth and so on
Thank you in advance

The PNG files for background images must meet the following requirements for proper display on the Cisco Unified IP Phone:
•Full size image-320 pixels (width) X 212 pixels (height).
•Thumbnail image-80 pixels (width) X 53 pixels (height).
•Color palette-Includes up to 16-bit color (65535 colors). You can use more than 16-bit color, but the phone will reduce the color palette to 16-bit before displaying the image. For best results, reduce the color palette of an image to 16-bit when you create a PNG file.
http://www.cisco.com/en/US/docs/voice_ip_comm/cuipph/7975g/7_0/english/administration/guide/7975cst.html#wp1088046

Similar Messages

  • Spry Menu Bar - Different Background Image Wanted for menu items

    Hi, I've looked everywhere for help with this and just haven't found any answers yet ...
    I want my Dreamweaver CS5.5 menu to look like this design I've done in PhotoShop ...
    It's a simple one level list with no sub-levels.
    Everything is good, except I can only set one background image for all the menu items at this level.
    I want the first, last, and all the middle, menu items to use different background images.
    I have no idea where or how to insert the code to set a different background image for each individual menu item ...
    I know I could use images set one on top another in a column with rollover image swop, but the spry menu opens the door for dynamic content so I'm keen to get it working.
    Manchester city council has a great example of this style of menu design working at - http://www.manchester.gov.uk/
    They've got funky indenting of the text as well.
    ~~~~~~
    This is the code for my menu list ...
      <div class="sidebar1">
        <ul id="MenuBar1" class="MenuBarVertical">
          <li><a href="#">Home</a></li>
          <li><a href="#">News</a></li>
          <li><a href="#">Groups</a></li>
          <li><a href="#">Events</a></li>
          <li><a href="#">About</a></li>
          <li><a href="#">Contact</a></li>
             <li><a href="#">Help</a></li>
        </ul>
      </div>
    This is how I set the background image (but I can only define one image) ...
    I set the image background to "Menu-Nav-Bar-Pic-Top-v1-w170px-h32px.jpg" through ...
    CSS Styles
    SpryMenuBarVertical.css
    ul.MenuBarVertical a
    I then select the background category
    and browse to the image file.
    doing this changes my CSS code as follows ...
    ul.MenuBarVertical li
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 170px;
        margin-top: 4px;
        margin-bottom: 4px;
        background: url(/Images/Menu-Nav-Bar-Pic-Top-v1-w170px-h32px.jpg);
    ul.MenuBarVertical ul
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: absolute;
        z-index: 1020;
        cursor: default;
        width: 170px;
        left: -1000em;
        top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 95%;
        background: url(/Images/Menu-Nav-Bar-Pic-Top-v1-w170px-h32px.jpg);
    ul.MenuBarVertical a
        display: block;
        cursor: pointer;
        padding: 0.5em 0.75em;
        color: #0000;
        text-decoration: none;
        font: normal 12px Verdana, Geneva, sans-serif;
        background: #EEE url(/Images/Menu-Nav-Bar-Pic-Top-v1-w170px-h32px.jpg);
    ~~~~~~
    These are the three images I want to apply to the top middle and bottom menu items :
    Top menu item background image - "Menu-Nav-Bar-Pic-Top-v1-w170px-h32px.jpg"
    Middle menu items background image - "Menu-Nav-Bar-Pic-Mid-v1-w170px-h32px.jpg"
    Bottom menu item background image - "Menu-Nav-Bar-Pic-Bot-v1-w170px-h32px.jpg"
    ~~~~~~
    As I am unable to set the menu items individually, this is how the menu looks like on my website at the moment ...
    ~~~~~~
    So near yet so far ! I'm hapy with the verdana font, the image size and spacing, but the background images I just can't set them right.
    I'd really appreciate any help on this as I'm out of ideas.
    Thank you.

    The easiest way is to use pseudo elements.
    To style the first and last menu items ifferently to the rest, merely add :first-child and :last-child respectivly as follows
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css">
    <style>
    ul.MenuBarVertical li:first-child a {
        background-color: red;
        color: white;
    ul.MenuBarVertical li:last-child a {
        background-color: green;
        color: yellow;
    </style>
    </head>
    <body>
    <ul id="MenuBar1" class="MenuBarVertical">
      <li><a href="#">Item 1</a></li>
      <li><a href="#">Item 2</a></li>
      <li><a href="#">Item 3</a></li>
      <li><a href="#">Item 4</a></li>
      <li><a href="#">Item 5</a></li>
    </ul>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>
    In your case, in liue of the background colour, you would have an image.
    Gramps

  • Menu Background Images - distorted for some reason...??

    Hi again,
    posted this problem a while ago, thought i had discovered a fix, but haven't had time to work on it in a few weeks. i have a high quality .tif image file 720x576 in size to use for my background image on a menu, but when it is placed in, the diagonal lines become jagged as if DVDSP was stretching the image in some way. i have tried a number of different dimensions (going by what i found in the help files) and nothing seems to work. the 720x576 .tif seems to be the closest so far...
    any ideas why this is happening? the aspect ratio is set to 16:9 anamorphic and the image is the exact size of the canvas, so i don't understand why it is distorting.
    any help much appreciated.
    thanks
    Harry

    Glad you got it sorted...
    But that actually makes no sense based on the information you gave.
    If you are creating PAL menus then you can either use the latest versions of Photoshop which use Pixel ration Compensation (or something like that) to show you in Photoshop what a 16x9 menu would look like at 1024x576 when the actual file is really 720x576. If it's a 4x3 menu it will appear as 768x576 when it's actually 720x576
    The other alternative is to create your menu at 1024x576 (as you said you had it as 16x9) then save out the menu from Photoshop as a 720x576 file and bring it into DVD-SP and flag it as 16x9 - which is what you said you had done...
    So I am intrigued how you have now fixed it... when you started with a 720x576 file

  • Background Image repeating for table cells

    I am trying to put different images as the background to all
    the cells in a table, so I can put text over the top of them, but I
    cant have an image without it repeating. Ive tried going into the
    code and adding background-image: "no-repeat" but that hasn't
    worked. I know nothing of CSS and it seems really confusing - so if
    this is the answer please give me CSS for dummies instructions.
    Layers drive me bonkers as no 2 browsers display them in the same
    place.
    URL is:
    http://www.visionsportsmedia.com/BillyTestSite/test
    At the moment only cell one is a background image, the rest
    are images inserted normally.
    Hope you can help.
    Thanks.

    Your question reflects the confusing mess your life will be
    if you persist
    with web authoring without taking the time to learn some HTML
    and CSS.
    You have -
    <th height="351" colspan="6" "scope="col">
    Note the extra doublequote just before 'scope'.
    Also note that your preloads (look at the body tag) as well
    as your image
    swaps (look elsewhere - everywhere you see 'file:///') are
    all broken -
    pointing to files on your hard drive. Finally, you might want
    to just think
    about making a page where there is no readable content
    (everything here is
    in images). It will get a zero search engine ranking....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "little bob" <[email protected]> wrote in
    message
    news:gqo8jh$ejo$[email protected]..
    >I am trying to put different images as the background to
    all the cells in a
    > table, so I can put text over the top of them, but I
    cant have an image
    > without
    > it repeating. Ive tried going into the code and adding
    background-image:
    > "no-repeat" but that hasn't worked. I know nothing of
    CSS and it seems
    > really
    > confusing - so if this is the answer please give me CSS
    for dummies
    > instructions. Layers drive me bonkers as no 2 browsers
    display them in the
    > same
    > place.
    >
    > URL is:
    http://www.visionsportsmedia.com/BillyTestSite/test
    >
    > At the moment only cell one is a background image, the
    rest are images
    > inserted normally.
    >
    > Hope you can help.
    >
    > Thanks.
    >

  • How do I get a list of all image files for a user?

    The Finder folder windows have changed the sidebar. I no longer see any way to configure the Finder window to display a quick search for all images. How do I easily run a search for all image files owned by a user?
    I am just starting to set up a brand new system that came with Yosemite and it's user interface has many changes from my older Snow Leopard system. I have many image files from many different sources that I wish to consolidate on the new system. I do not wish to rely on iPhoto at this point. I prefer to use the file system or Finder  or Spotlight.
    Model Name:
    Mac mini
      Model Identifier:
    Macmini7,1
      Processor Name:
    Intel Core i5
      Processor Speed:
    1.4 GHz
      Number of Processors:
    1
      Total Number of Cores:
    2
      L2 Cache (per Core):
    256 KB
      L3 Cache:
    3 MB
      Memory:
    8 GB
      Boot ROM Version:
    MM71.0220.B00
      SMC Version (system):
    2.24f32
    Model Name: M

    0. find the user id.
        a. log in as that specific user.
        b. run terminal
        c. type "echo $UID"
        d. write down the user id that will be displayed
    1. Go to the finder
    2. go to the user home folder
    3. click the box with the magnifying glass (upper right corner of the window)
    4. type .jpg
    5. a menu will pop under the magnifying glass box, select "jpg image"
    6. click the "plus" sign that's displayed to the right of the word "save"
    7. two pull down menus will appear, select "other" from the first one
    8. a new window will pull down, scroll to "owner" and select it
    9. back in the original window type the user id (a number) to the right of "owner" "equals"
    Hope this helps

  • Using Power Query to import image files for Power View

    I am trying to use Power Query to import image data from a SQL Azure database for use in Power View.  I've selected both the source image table and the ?images table in the workbook query.  The files seem to load as binary data in the Power
    Query editor but when loaded to the data model with Power Pivot, the field becomes "text" type rather than binary.  Does anyone know the procedure to use  PowerQuery to load image files into PowerPivot?

    Hi,
    We currently do not support loading binary data from Power Query into the Power Pivot data model. This is something we'd like to address soon. For now, you will need to use the Power Pivot import capabilities if you want to achieve this.
    Sorry about the inconvenience - we will try to enable this feature over the coming months.
    Faisal Mohamood | Program Manager | Data Platform Group - Microsoft

  • How to find desktop background image file

    I am preparing an old PowerBook G4 laptop to be sold. I had previously lent it to a friend and I am selling it to another friend. The friend to whom I lent it asked me for the desktop image file so he can use it as his desktop on the Mac he owns.
    I shot that photo years ago and I can't find the original .jpg for it, so I am hoping that I can find the desktop version of it before I finish preparing my PowerBook for sale. I have searched everywhere, but that image file does not show up on the PowerBook.
    I figure that since I can see the photo when I am logged in, it must be somewhere, but where? I originally had it in iPhoto, but it was deleted from there at least two years ago. This PowerBook only has one account, so there's not a lot of places to look through.
    If anyone has any pointers on how to find an image file on a PowerBook running Mac OS X 10.4.11, please let me know.

    HI Stanely,
    Try going to System Preferences/Desktop&ScreenSaver. Click the Desktop tab. Now, go thru the folders listed there to see if the image shows up there. If it does, then go to Spotlight and type in the name of the folder where the image was. Spotlight will populate a list for you. At the top of the list click where it says: Show All. A pane will open. Look for the folder, then on the right click the little white circle with an "i" in it. That will give you the path to find the folder where the image resides.
    You can search Spotlight by typing in these extensions: jpg tiff png pict gif bmp psp that's another way to search for an image.
    Also, open a Finder window and look in the Sidebar on the left. Click where it says: Pictures. Might be in there also.
    Carolyn

  • Scaling image files for Slide presentation in Keynote

    I have had great problems importing and scaling images for Keynote presentations with approx 500+ images. Having tried to adjust the image to fit the full screen the scaling results in unacceptable pixelation. I seem to have solved this now by batch processing my image files and saving them as PDF files. These are then imported from the Aperture Library as iPhoto wont recognise the PDF file format!
    It's a pity that Keynote has so many restrictions for use in Slide/music presentations, having seen incredible professional results with Pic2exe (which unfortunately at present is not available in Mac format - tho the Win exe file will run I am told).

    Please tell us what you are really trying to do!!
    You know like dumb stuff like where are the images from? What's their resolution? If you';re using Aperture you can't be a newbie. 
    You can achieve incredible professional results in Keynote, but you need to know how it wants to work.
    Kelly is right. This is not just a ***** session but a place to get real help from real people.
    Silly things like Image Placeholders will make your life much simpler. etc.

  • Creating siebel image file for Siebel Patch 7.8.2.16 to upgrade from Siebel 7.8.2.14

    I new to installing Siebel Patch 7.8.2.16 for Microsoft Windows 2003 Servers, Mobile Web Client. We are currently running Siebel version : 7.8.2.14 on 7.8.2.14 SIA [19251] ENU patch applied. We need to install upgrade to Siebel 7.8.2.16 to install QF0E26 for an issue with MVG popup. What is the best practice to create Siebel image file from Siebel CD which has multiple JAR files on CD media for Siebel CD Media pack sent to me. Let me know if you need additional details.  Thanks JollyRoger

    Hello Jolly,
    Thanks for using Oracle communities.
    You need to download installables for 7.8.2.16 SIA. Follow below instructions to download:
    1) Login to My oracle support through your credentials
    2) Go to tab 'Patches & Updates'
    3) Enter patch number as '11687049' in 'Patch Name or Number' field and click on search.
    4) Download patch for Windows.
    Once you download, you need to use Image Creator Utility to generate an Installation image.
    Please follow below online bookshelf link on how to create Image.
    http://docs.oracle.com/cd/B31104_02/books/SiebInstWIN/SiebInstCOM_Image5.html#wp1594731
    I hope it helps.
    Best Regards,
    Chetan

  • Background image sizing for all screen sizes

    How do I make my background image conform to different size screens?  I had it set for my 27" monitor but it looked horrible on my laptop so I made it smaller and its still not fitting my laptop scree and it looks so small on my 27' now its horrible there.  Please help???

    Hello,
    I would suggest you to use this image as the browser fill.
    You can check the links about browser fill:
    Add an image to the background of the page or browser | Adobe Muse CC tutorials     Check from 2:00
    https://helpx.adobe.com/muse/using/using-fill-browser-fill-options.html
    Regards
    Vivek

  • Submitting an image file for indexing generates the tokens "IMAGE" and "1"

    This is a problem because the user is able to submit any file through a web interface, and we want to determine when there is zero output from the indexing process so we can warn the user that the file they submitted has no indexable content.
    I'd rather keep the detection algorithm simple: currently it checks to see whether any tokens were indexed for the record the user just edited, and IF there were NO tokens, the user is warned that the file they submitted contains no indexable words. But if ctxhx.exe generates the string "Image 1" when someone gives it (for example) a jpeg file, that's not going to work.
    So my questions are these: How do I prevent ctxhx from generating any tokens when someone gives it an image file? And if that's not possible, how can I include logic in a batch file to detect an image file and prevent ctxhx from handling it? (Since the files are renamed without extensions when indexed, I can't determine file type from extensions). I know there's a command-line program called TestForPDF.exe, which I found at http://www.oracle.com/technology/products/text/htdocs/altfilters.htm; is there a similar program (perhaps TestForImage.exe), or instructions for creating such a program?

    I finally resorted to using the "format column" feature of the context index. The code in my front-end looks at the extension of the file submitted by the user, and sets the value of the format column to "IGNORE" before it tries to resync the index. It seems a bit kludgy, but it works.

  • Key words for opening Image files( for editing !)

    Hi ;
    I need to open Image files ( types : .jpg , tif , gif , bmp ) in my application inorder to edit them in the application ( I have methods that do that ) but I don't know how to open the files .
    If anyone has key words or resource for some code it would be very helpfull .
    thanx ;
    Adaya .

    http://java.sun.com/docs/books/tutorial/2d/index.html
    Spieler

  • Where does apple put the background image fills for each theme on the HD?

    Any help with answering this question would be greatly appreciated!

    Welcome to the discussions, tk_mac.
    They appear to be inside the Keynote application. At this point, I always say make a backup copy of your application before going inside the package (in case something goes wrong).
    Now, right click (or control-click) on the Keynote application, and choose "Show Package Contents". Then, double-click on
    Contents,
    Resources,
    Themes, and finally
    Shared.
    The images you find in that folder are all the ones used by all the Keynote themes (including images used for placeholders). You can copy those out of that folder into another folder so that they're easier to get to, OR you can import all of them into iPhoto (name the album "Keynote Assets") so that they're available from the media browser whenever you need them.

  • Create cramfs image files for applications

    I desire to make many cramfs image files of applications in my computer.
    I find in googling that such a project is made possible with a program called ...mkcramfs...
    Can such a program be implemented in archlinux?

    Perhaps this link will provide an answer;
    http://sourceforge.net/projects/cramfs/

  • How to organise images (files) for profile creation

    I am trying to get my head round this. I am on the way to shooting 324 images for one lens. Each set of 9 are together. Do I then group sets into a sub folder? And then those groups by, say, focal distance into another folder. Otherwise how does the creator cope with the massive memory requirement to cope with all the files at the same time? You can see that I am a bit of a dumb-dumb about this.

    Good question. It would be very helpful to organize photos by the focus distance in separate folders because ALPC knows how to sort the focal length and aperture based on the EXIF metadata. The focus distance is a hit and miss. ALPC does not use it for sorting automatically. It has to be done manually. Say you put the images into folders A, B, C according to the three bucket of focus distances. Then import all the images in A, B, C in three separate batches (into to same project file). The ALPC will know to put images in A, B, C into three different focus distance sets while also sorting into finer sets based on the focal length and aperture. This is the easiest way to go.
    If you work with a lot of images in a single project. I recommend saving the ALPC project file regularly so that you can always pick up where you left off the last time.
    Hope this helps,
    -Simon

Maybe you are looking for

  • Can not find Datasource(8zicube) in the BW Sourcesysten tree?

    Hi ! I wanted to upload the data from One Infocube( Zcube1) to another Infocube( Ex: ZCUBE2).For that I generated the Export data source in the first cube. Then In the update rules maintanence screen for the Second Infocbe(ZCUBE2), I gave ZCUBE1 in t

  • Black ink cartridge will not print

    I just finished a one hour online chat with HP Support. The black cartridge of my C6180 will not print. After going through many steps the Support tech stated "I appreciate your patience and efforts in performing all the troubleshooting steps provide

  • Supplier Registration Custom Fields

    Hello, My client has a requirement to include custom fields to the Supplier Registration form (ROS_SELF_REG) - I was wondering if there's an easy way to achieve that? Thanks, Umar

  • Basic document of Business Information Warehousing

    please search the forum, there are already a lot of information that kind. Hi, I am functional consultant, have worked on Retail software (other than SAP) for 1.5 years. Now i am working in SAP BIW. I want to build my conceptual skills with technical

  • Dans la fenetre de rédaction des messages toutes les icones ont disparues, dont le bouton "envoyé"

    lors de la rédaction d'un message, j'ai du faire une mauvaise manipulation en allant dans l'onglet pour changer le style, et toutes les icones ou boutons du haut de la fenêtre ont disparus, dont le bouton "envoyer" : impossible d'envoyer mes messages