Thread: Compression

Results 1 to 8 of 8
  1. #1 Compression 
    Banned

    Join Date
    Nov 2008
    Posts
    697
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I was wondering if anybody could make some comments on compression and decompression and how i can apply them to animations/sprites/models.

    i am wondering because i am growing tired of rsps
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Feb 2009
    Posts
    1,676
    Thanks given
    24
    Thanks received
    25
    Rep Power
    0
    Well, you can compress with .rar using Winrar. Also using .iso can compress. Thats all I know sorry..
    Reply With Quote  
     

  3. #3  
    Member Compression Market Banned

    Zee Best's Avatar
    Join Date
    Feb 2007
    Age
    32
    Posts
    3,036
    Thanks given
    24
    Thanks received
    210
    Rep Power
    1171
    Quote Originally Posted by wellycraft24 View Post
    Well, you can compress with .rar using Winrar. Also using .iso can compress. Thats all I know sorry..
    This is the programming section, stop being an idiot.

    Java:
    java.util.zip.*;

    Classes of use;

    GZIP:
    java.util.zip.GZIPOutp€utStream;
    java.util.zip.GZIPInputStream;

    Zip:
    java.util.zip.ZipOutputStream;
    java.util.zio.ZipInputStream;

    Now, you can google for basic tutorials as i can't be bothered to write one, but it's self explanatory.

    If you don't want to use set compressions you could create your own compression, but it's not simple.


    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Nov 2008
    Posts
    697
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Zee best View Post
    This is the programming section, stop being an idiot.

    Java:
    java.util.zip.*;

    Classes of use;

    GZIP:
    java.util.zip.GZIPOutp€utStream;
    java.util.zip.GZIPInputStream;

    Zip:
    java.util.zip.ZipOutputStream;
    java.util.zio.ZipInputStream;

    Now, you can google for basic tutorials as i can't be bothered to write one, but it's self explanatory.

    If you don't want to use set compressions you could create your own compression, but it's not simple.
    will look into sir. thank-you, any idea on what i can do for model loading though..?
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Jul 2008
    Age
    28
    Posts
    5,827
    Thanks given
    1,301
    Thanks received
    197
    Rep Power
    0
    Quote Originally Posted by Zee best View Post
    This is the programming section, stop being an idiot.

    Java:
    java.util.zip.*;

    Classes of use;

    GZIP:
    java.util.zip.GZIPOutp€utStream;
    java.util.zip.GZIPInputStream;

    Zip:
    java.util.zip.ZipOutputStream;
    java.util.zio.ZipInputStream;

    Now, you can google for basic tutorials as i can't be bothered to write one, but it's self explanatory.

    If you don't want to use set compressions you could create your own compression, but it's not simple.
    Gf on showing him how to leech java's compression classes lol.
    L2 compress.
    http://www.howstuffworks.com/file-compression.htm
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Nov 2008
    Posts
    697
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Quote Originally Posted by Java` View Post
    Gf on showing him how to leech java's compression classes lol.
    L2 compress.
    http://www.howstuffworks.com/file-compression.htm
    only because that came from you i am going to ignore it.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Tom's Avatar
    Join Date
    Jul 2006
    Age
    30
    Posts
    1,148
    Thanks given
    8
    Thanks received
    87
    Rep Power
    902
    If you're looking to roll out your own compression, check out huffman encoding. Very simple method of compression.
    uh
    Reply With Quote  
     

  8. #8  
    Member Compression Market Banned

    Zee Best's Avatar
    Join Date
    Feb 2007
    Age
    32
    Posts
    3,036
    Thanks given
    24
    Thanks received
    210
    Rep Power
    1171
    Quote Originally Posted by Java` View Post
    Gf on showing him how to leech java's compression classes lol.
    L2 compress.
    http://www.howstuffworks.com/file-compression.htm
    Why wouldn't you use something that is there for you, also, "leech java's compression", yeah ok, it's not actually java's for a start considering it actually compresses to valid Zip and GZip compressions.


    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •