Sponsored Content
Full Discussion: uncompress of zlib
Top Forums Programming uncompress of zlib Post 302089120 by grumpf on Sunday 17th of September 2006 09:58:01 AM
Old 09-17-2006
mmh,
some time ago i used a library call libfz (?) it supports fzopen() that let you read or write any compressed file without much problems.

just my 2 cents, happy hacking
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Uncompress... me!!!!!! :)

Dear friends, i'm trying to uncompress an "...... tar.z" file. I'd readen that using the "uncompress" command it could be made but............... God! I can't!!!!! I tried a lot of times using the Terminal but the uncompress command doesn't obeys!!! :):) . Please i need to know how to... (3 Replies)
Discussion started by: gussiglo21
3 Replies

2. UNIX for Advanced & Expert Users

uncompress

Hi All, is it possible to uncompress on another directory ? At the moment I have my file to uncompress on /u07 that has 5GB free. When uncompressed it would be more then 6G , I want to send uncompressed file on another directory where I have more free space. is it possible ? How ? Many thanks... (3 Replies)
Discussion started by: big123456
3 Replies

3. UNIX for Advanced & Expert Users

uncompress command

on my suse linux, there is no compress and uncompress command. however, a program need these command to be installed properly. my question is how i can install these command and where to find them, thanks! (6 Replies)
Discussion started by: fredao
6 Replies

4. Programming

problem about using zlib to uncompress gzip in memory

I wrote a function which for uncompressing data for gzip or deflate format using zlib,see followed code; source param is pointed to the compressed data,len param is the size of compressed data, dest param is for returning the address which pointed to the uncompressed data;the last gzip param tell... (0 Replies)
Discussion started by: iwishfine
0 Replies

5. UNIX for Advanced & Expert Users

how to compress .zlib file

Hi all, I wanted to know how to compress a .zlib file.. an working on unix so pls suggest accordingly. the file is pretty big(500 mb) also i would like to know any weblinks where i can get more info on various compressions commands in unix i have tried zip,compress commands but i have not... (1 Reply)
Discussion started by: wrapster
1 Replies

6. Shell Programming and Scripting

Help with uncompress...Urgent

Hi, I am restoring the database backup using compress utility(/usr/bin/compress) which takes around 1 hour.For restoration i use uncompress utility(/usr/bin/uncompress) which is taking nearly 6-7 hours.Can someone let me know how to reduce this time.I have pasted below the line from script... (2 Replies)
Discussion started by: santtarius
2 Replies

7. Solaris

Cannot uncompress the tar.gz

I've downloaded the tomcat from http://archive.apache.org/dist/jakarta/tomcat-5/v5.0.30/bin/ at window 2000 and then ftp to Solaris 5.9 in binary mode. gunzip -c jakarta-tomcat-5.0.30.tar.gz | tar -xvf - tar: directory checksum error if try this one, gzip -d jakarta-tomcat-5.0.30.tar.gz... (2 Replies)
Discussion started by: sbox
2 Replies

8. BSD

Installing zlib

Is there a port or shorthand way of installing the zlib library on FreeBSD? I currently use the following: wget http://zlib.net/zlib-1.2.5.tar.gz tar zxf zlib*.gz cd zlib*\. ./configure --libdir=/usr/lib --includedir=/usr/include make install clean This is somewhat contrived code and for a... (4 Replies)
Discussion started by: figaro
4 Replies

9. Shell Programming and Scripting

zlib.h in custom path

I am trying to configure gpac. I get the error as follows. # ./configure error: zlib not found on system or in local libs I have installed zlib on custom path /usr/local/myapps. I know the above error occurs when devel package or .h file is not present. Its present on the server. # ll... (7 Replies)
Discussion started by: anilcliff
7 Replies

10. UNIX for Advanced & Expert Users

Problem compiling glib using static zlib

Hello I have been trying to compile glib 2.28 with needs Zlib. During the compilation process I received these messages Then giving a look at the configure of Zlib, there was an option to static link it and I obviously used it. So I think I can solve it by compiling a shared zlib, or by... (4 Replies)
Discussion started by: colt
4 Replies
voxbo-fileformats(7)						 The VoxBo Manual					      voxbo-fileformats(7)

NAME
voxbo-fileformats - general information about file format support in VoxBo DESCRIPTION
The VoxBo suite of tools for brain image analysis supports a variety of formats for 1D (vector), 2D (matrix), 3D (volume) and 4D (volume time series) data. File format support in VoxBo is modular - most of the tools can read and write any supported file format transparently, with output file formats usually determined by the file extension. The i/o library supports several special access methods. For 4D files, filename:mask is used to access the inclusion mask of a 4D file. The mask is treated as a 3D volume. Similarly, filename:n accesses the nth volume of the 4D series in filename, where n is an integer and the first volume is numbered 0. When writing, VoxBo honors filename tags that can be used to specify the fileformat or byteorder. Tags are specified in square brackets at the end of the filename, and multiple tags can be separated within the brackets by commas. For example, foo[imgdir] can be used to specify the imgdir file format (useful because imgdir format doesn't have a standard extension). foo.nii[little] forces little-endian storage for file formats that allow it. VoxBo native file formats VoxBo's native file formats, all supported for read and write, include .ref (1D), .mat (2D), .cub (3D), and .tes (4D). Although these for- mats are not widely supported in external software, they offer some useful features, including user-editable text headers. gzip-compressed cub and tes files are supported transparently. NIfTI VoxBo supports 3D and 4D NIfTI files (compressed or not) for read and write. VoxBo does not currently make intelligent use of the qform/sform orientation information. Analyze VoxBo supports SPM-style Analyze(TM) files, including 3D and 4D files, as well as 4D time series composed of directories containing 3D files, for read/write. All individual files are stored in .img/.hdr pairs. DICOM VoxBo supports DICOM (as well as some DICOM-like files in the older ACR/NEMA format) for reading only. VoxBo supports a corner of the DICOM standard frequently encountered in brain imaging research, including mosaic format volumes. Files containing single slice data are read as 3D volumes. Directories containing multiple files are generally parsed as 3D or 4D data, as appropriate, as long as no extraneous files are in the directory. Text Matrices and Vectors Plain text files containing just numbers (or comment lines beginning with #, %, or ;), can be parsed as matrix or vector data. EXAMPLES
AVAILABILITY
Pre-built VoxBo binaries are available for Linux, OSX, and Cygwin, and via the NeuroDebian project (neuro.debian.net) for Debian deriva- tives. CAVEATS
VoxBo is provided with no warranty whatsoever. AUTHOR
For an historical roster of the VoxBo development team, visit www.voxbo.org. SEE ALSO
For detailed help on any VoxBo command-line program, run it with no arguments. For graphical programs, use the -h flag. For more help with VoxBo, for information about the mailing list, or to report bugs, visit the web site at www.voxbo.org. For general information about VoxBo, see voxbo(7). VoxBo January, 2011 (v1.8.5) voxbo-fileformats(7)
All times are GMT -4. The time now is 11:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy