• FileSeriesDeltaPacker被设计成一个简单的命令行的工具,编写一系列文件,以便文件可以压缩,更好的使用例如工具,如gzip。

    它的工作最好的,当时的文件是相似的。 想象一下,你是呈现一个动画,然后你会得到上百个单一的图表中的文件umcompressed格式等TGA、BMP或原材料。 该文件的所有具有相同的结构。

    通常的差异,从文件的文件都很小。 任何压缩这些原始文件是无效的,因为封隔不承认之间的相似性文件和代码相同的数据几次,(例如通过转换

    该文件PNG或使用gzip要压缩文件)或是有效的(例如通过把文件到AVI),但有损的。

    FSDP可以是一个妥协之间的双:它可以导致更好的压缩率比filewise压缩工作和无损的。

  • FileSeriesDeltaPacker डिजाइन किया गया था होना करने के लिए एक सरल कमांड लाइन उपकरण तैयार करता है कि फ़ाइलों की एक श्रृंखला इतना है कि फ़ाइलों को हो सकता है संकुचित ज्यादा बेहतर उपयोग करते हुए जैसे उपकरण की तरह gzip.

    यह सबसे अच्छा काम करता है, जब फ़ाइलों को समान हैं. कल्पना कीजिए कि आप कर रहे हैं एक एनीमेशन प्रतिपादन, तो आप सैकड़ों की एक ग्राफिक फ़ाइलों में एक umcompressed प्रारूप की तरह TGA, बीएमपी या कच्चे. फ़ाइलों के सभी एक ही संरचना है.

    आमतौर पर मतभेद से फाइल करने के लिए फाइल कर रहे हैं । या तो संपीड़न के इन कच्चे फ़ाइलें अप्रभावी है के रूप में पैकर नहीं पहचान करता है के बीच समानता फ़ाइलें और कोड एक ही डाटा को कई बार (उदाहरण के लिए परिवर्तित करने के द्वारा

    फाइल करने के लिए PNG या का उपयोग करने के लिए gzip सेक फ़ाइलें) या यह प्रभावी है (जैसे रखकर फ़ाइलों में एक AVI) लेकिन हानिपूर्ण है ।

    FSDP किया जा सकता है के बीच एक समझौता दोनों: यह कर सकते हैं नेतृत्व करने के लिए बेहतर संपीड़न दरों की तुलना में filewise संपीड़न और दोषरहित है ।

  • FileSeriesDeltaPacker was designed to be a simple command line tool that prepares a series of files so that the files may be compressed much better using e.g. tools like gzip.

    It works best, when the files are similar. Imagine you are rendering an animation, then you get hundreds of single graphic files in an umcompressed format like TGA, BMP or RAW. The files all have the same structure.

    Usually the differences from file to file are small. Either the compression of these raw files is ineffective as the packer does not recognize the similarity between the files and codes the same data several times (e.g. by converting

    the files to PNG or using gzip to compress the files) or it is effective (e.g. by placing the files into an AVI) but lossy.

    FSDP can be a compromise between both: It can lead to better compression rates than the filewise compression and works lossless.