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. General Programming
  3. C / C++ / MFC
  4. Does anyone know RLC(Run length Coding)

Does anyone know RLC(Run length Coding)

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
6 Posts 3 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.
  • U Offline
    U Offline
    User 1990498
    wrote on last edited by
    #1

    Hi, is anyone familiar with RLC? Is it possible to write a prog to compress RAW file using RLC then link it up with a mainframe menu button? Pls help!!

    C J 3 Replies Last reply
    0
    • U User 1990498

      Hi, is anyone familiar with RLC? Is it possible to write a prog to compress RAW file using RLC then link it up with a mainframe menu button? Pls help!!

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      sclh wrote: Is it possible to write a prog to compress RAW file using RLC then link it up with a mainframe menu button? Link it in what way ? What are you trying to do ? ( The core answer is yes, of course it's possible ) Christian Graus - Microsoft MVP - C++

      U 1 Reply Last reply
      0
      • C Christian Graus

        sclh wrote: Is it possible to write a prog to compress RAW file using RLC then link it up with a mainframe menu button? Link it in what way ? What are you trying to do ? ( The core answer is yes, of course it's possible ) Christian Graus - Microsoft MVP - C++

        U Offline
        U Offline
        User 1990498
        wrote on last edited by
        #3

        Link it so that when I click the menu button which I name it as RLC a dialog box will pop up and I am able to choose the RAW file to be compress using RLC. Thks.

        C 1 Reply Last reply
        0
        • U User 1990498

          Link it so that when I click the menu button which I name it as RLC a dialog box will pop up and I am able to choose the RAW file to be compress using RLC. Thks.

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          Well, that's plainly possible. The question is, why do you want to encode a RAW file ? Try this[^] Christian Graus - Microsoft MVP - C++

          1 Reply Last reply
          0
          • U User 1990498

            Hi, is anyone familiar with RLC? Is it possible to write a prog to compress RAW file using RLC then link it up with a mainframe menu button? Pls help!!

            J Offline
            J Offline
            John M Drescher
            wrote on last edited by
            #5

            BTW. Run length coding (RLC) and run length encoding (RLE) are the same thing. I have read this many places where they use the two terms interchangibly. So Yes. This is very easy to do. I bet can do this in less than 20 minutes with the info here http://www.arturocampos.com/ac_rle.html[^] Here is a link with actual code (however this uses a slightly different method to mark/determine the end of a run) : http://astronomy.swin.edu.au/~pbourke/dataformats/rle/[^] John

            1 Reply Last reply
            0
            • U User 1990498

              Hi, is anyone familiar with RLC? Is it possible to write a prog to compress RAW file using RLC then link it up with a mainframe menu button? Pls help!!

              J Offline
              J Offline
              John M Drescher
              wrote on last edited by
              #6

              Here is another link about RLE. http://www.fileformat.info/mirror/egff/ch09_03.htm[^] John

              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