Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. IT & Infrastructure
  4. Detailed information on file types needed [modified]

Detailed information on file types needed [modified]

Scheduled Pinned Locked Moved IT & Infrastructure
graphics
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jacobjordan
    wrote on last edited by
    #1

    I need a web site that offers detailed information on file types. The types i am actually concerned with at the moment are Bitmap (.bmp), Icon (.ico), Mac Icon (.icns), Cursor (.cur), and Icon Library (.icl). I, obviously am not asking you to explain to me the structure of those file types, just a good web site that can. I can't seem to find much on the web, and messing around in a hex editor can only teach you so much.

    if (your.Life == lifestyles.Programming) {     your.Cool = true; } else {     your.Cool = false; }

    modified on Tuesday, July 22, 2008 3:47 PM

    M 1 Reply Last reply
    0
    • J jacobjordan

      I need a web site that offers detailed information on file types. The types i am actually concerned with at the moment are Bitmap (.bmp), Icon (.ico), Mac Icon (.icns), Cursor (.cur), and Icon Library (.icl). I, obviously am not asking you to explain to me the structure of those file types, just a good web site that can. I can't seem to find much on the web, and messing around in a hex editor can only teach you so much.

      if (your.Life == lifestyles.Programming) {     your.Cool = true; } else {     your.Cool = false; }

      modified on Tuesday, July 22, 2008 3:47 PM

      M Offline
      M Offline
      Mark Salsbery
      wrote on last edited by
      #2

      A .BMP file consists of a BITMAPFILEHEADER structure[^] followed by a BITMAPINFO or a BITMAPCOREINFO struct, followed by the pixel data. This one's WELL documented :) ICO (icon image file format)[^] Searching ".someextension file format" on Google always seems to give me good results. Mark

      Mark Salsbery Microsoft MVP - Visual C++ :java:

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups