Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tiffcodec(3tiff) [centos man page]

CODEC(3TIFF)															      CODEC(3TIFF)

NAME
TIFFFindCODEC, TIFFRegisterCODEC, TIFFUnRegisterCODEC, TIFFIsCODECConfigured - codec-related utility routines SYNOPSIS
#include <tiffio.h> const TIFFCodec* TIFFFindCODEC(uint16 scheme); TIFFCodec* TIFFRegisterCODEC(uint16 scheme, const char *method, TIFFInitMethod init); void TIFFUnRegisterCODEC(TIFFCodec *codec); int TIFFIsCODECConfigured(uint16 scheme); DESCRIPTION
libtiff supports a variety of compression schemes implemented by software codecs. Each codec adheres to a modular interface that provides for the decoding and encoding of image data; as well as some other methods for initialization, setup, cleanup, and the control of default strip and tile sizes. Codecs are identified by the associated value of the TIFF Compression tag; e.g. 5 for LZW compression. The TIFFRegisterCODEC routine can be used to augment or override the set of codecs available to an application. If the specified scheme already has a registered codec then it is overridden and any images with data encoded with this compression scheme will be decoded using the supplied codec. TIFFIsCODECConfigured returns 1 if the codec is configured and working. Otherwise 0 will be returned. DIAGNOSTICS
No space to register compression scheme %s. TIFFRegisterCODEC was unable to allocate memory for the data structures needed to register a codec. Cannot remove compression scheme %s; not registered. TIFFUnRegisterCODEC did not locate the specified codec in the table of registered compression schemes. SEE ALSO
libtiff(3TIFF) Libtiff library home page: http://www.remotesensing.org/libtiff/ libtiff October 29, 2004 CODEC(3TIFF)

Check Out this Related Man Page

CODEC(3TIFF)															      CODEC(3TIFF)

NAME
TIFFFindCODEC, TIFFRegisterCODEC, TIFFUnRegisterCODEC, TIFFIsCODECConfigured - codec-related utility routines SYNOPSIS
#include <tiffio.h> const TIFFCodec* TIFFFindCODEC(uint16 scheme); TIFFCodec* TIFFRegisterCODEC(uint16 scheme, const char *method, TIFFInitMethod init); void TIFFUnRegisterCODEC(TIFFCodec *codec); int TIFFIsCODECConfigured(uint16 scheme); DESCRIPTION
libtiff supports a variety of compression schemes implemented by software codecs. Each codec adheres to a modular interface that provides for the decoding and encoding of image data; as well as some other methods for initialization, setup, cleanup, and the control of default strip and tile sizes. Codecs are identified by the associated value of the TIFF Compression tag; e.g. 5 for LZW compression. The TIFFRegisterCODEC routine can be used to augment or override the set of codecs available to an application. If the specified scheme already has a registered codec then it is overridden and any images with data encoded with this compression scheme will be decoded using the supplied coded. TIFFIsCODECConfigured returns 1 if the codec is configured and working. Otherwise 0 will be returned. DIAGNOSTICS
No space to register compression scheme %s. TIFFRegisterCODEC was unable to allocate memory for the data structures needed to register a codec. Cannot remove compression scheme %s; not registered. TIFFUnRegisterCODEC did not locate the specified codec in the table of registered compression schemes. SEE ALSO
libtiff(3TIFF) Libtiff library home page: http://www.remotesensing.org/libtiff/ libtiff October 29, 2004 CODEC(3TIFF)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

mp3 codec

I just need a mp3 codec that will decode mp3s so I can play them with my media player (probably going to be using XMMS) (0 Replies)
Discussion started by: Synbios
0 Replies

2. UNIX for Dummies Questions & Answers

Codecs for Linux

Where can i download codecs for SUSE Linux and how to install them? Thanks (0 Replies)
Discussion started by: whutes
0 Replies

3. Linux

Error: codec search

I am using openSuse11 - kde3.5. My konqueror give strange error msg saying search for codec whenever there is video file in folder. I am using mplayer as default. Konq is Ok but kdialog appears with error message about codec search. What should i do? (1 Reply)
Discussion started by: amit gangarade
1 Replies

4. Shell Programming and Scripting

Install multi-media codecs

Having difficulties installing multi-media codecs. First from software mgr. Got a pop-up menu"mintinstall.py" tiked "continue" and nothing happens. Went to terminal and this was the result: sudo apt-get install gstreamer0.10-plugins-ugly libxine1-ffmpeg gxine mencoder libdvdread4 totem-mozilla... (1 Reply)
Discussion started by: 69Rixter
1 Replies

5. Programming

C++, std:ofstream, and controlling an amplifiers mute function

Recently, I updated the unit I am running applications on with a new CODEC and amplifier; the older parts are EOL. There was a bug with the old setup. For some reason, even when a tone was not being generated, you could hear a noise emanating from the speaker when the LCD brightness was on a higher... (2 Replies)
Discussion started by: Circuits
2 Replies