Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libjpeg(3) [opensolaris man page]

libjpeg(3)							C Library Functions							libjpeg(3)

NAME
libjpeg - image compression library SYNOPSIS
cc [flag...] -I/usr/sfw/include file [library...] -L/usr/sfw/lib -R/usr/sfw/lib -ljpeg DESCRIPTION
This package contains C software to implement JPEG image compression and decompression. JPEG is a standardized compression method for full- color and grayscale images. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWjpg | +-----------------------------+-----------------------------+ |Interface stability |Uncommitted | +-----------------------------+-----------------------------+ SEE ALSO
cjpeg(1), djpeg(1), jpegtran(1), rdjpgcom(1), wrjpgcom(1) Additional documentation in the /usr/sfw/doc/jpeg directory. NOTES
This man page was originally written by the Independent JPEG Group. Updated by Breda McColgan, Sun Microsystems Inc., 2004. SunOS 5.11 06 Apr 2004 libjpeg(3)

Check Out this Related Man Page

rdjpgcom(1)							   User Commands						       rdjpgcom(1)

NAME
rdjpgcom - display text comments from a JPEG file SYNOPSIS
rdjpgcom [-verbose] [filename] DESCRIPTION
rdjpgcom reads the named JPEG or JFIF file, or the standard input if no file is named, and displays any text comments found in the file on the standard output. The JPEG standard allows "comment" (COM) blocks to occur within a JPEG file. Although the standard does not actually define the intended function of COM blocks, they are widely used to hold user-supplied text strings. This enables you to add annotations, titles, index terms, and so on to your JPEG files, and later retrieve the COM blocks as text. COM blocks do not interfere with the image stored in the JPEG file. The maximum size of a COM block is 64K, but you can have many COM blocks in one JPEG file. OPTIONS
The following options are supported: -verbose Causes rdjpgcom to also display the JPEG image dimensions. OPERANDS
The following operands are supported: filename The name of the JPEG file that contains text comments. EXTENDED DESCRIPTION
rdjpgcom does not depend on the IJG JPEG library. The rdjpgcom source code is intended to illustrate the minimum amount of code required to parse a JPEG file header correctly. In -verbose mode, rdjpgcom also attempts to display the contents of any "APP12" markers as text. Some digital cameras produce APP12 markers that contain useful textual information. You can also modify the source code to display other APPn marker types. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWjpg | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
cjpeg(1), djpeg(1), jpegtran(1), wrjpgcom(1) NOTES
This man page was originally written by the Independent JPEG Group. Updated by Breda McColgan, Sun Microsystems Inc., 2004. SunOS 5.10 26 Mar 2004 rdjpgcom(1)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Compile error when running Perl cpan

Hello all! I'm trying to compile the GD module for Perl on Redhat AS 4. It fails when trying to link to libjpeg. The machine is a AMD Opteron 64 machine so I figure it's some kind of 32 vs 64bit interference in the lib dir? Any idéas? CPAN.pm: Going to build L/LD/LDS/GD-2.41.tar.gz ... (0 Replies)
Discussion started by: Esaia
0 Replies

2. Solaris

Samba Compiling questions

OS: Solaris 10 I downloaded a binary from samba.org (3.0.24) I extracted the file and ran the following command: # ./configure --prefix=/usr/sfw --with-configdir=/etc/sfw --with-winbind Now I am trying to understand the compile process but I can't find many answers online ... (10 Replies)
Discussion started by: Keepcase
10 Replies

3. Programming

How to Decode an image using openGL

Hi, How to decode an image using openGL library libjpeg .. which are the steps needed to do this using C language.. actually my work is to decode the image, store it on the buffer, and place it on cube surface.. please guide me,,any answer will appreciated .. (8 Replies)
Discussion started by: Ravikishore
8 Replies

4. Solaris

GNU libjpeg broke cde-login over XDMCP

Hi all, I was building x11vnc on Solaris 10 SPARC and needed libjpeg, so I built and installed that in the right path /usr/sfw/lib. Now I can't get the dtgreet screen on my local network using XDMCP. I strongly suspect the library installation broke something (conflict with libjpeg in /lib or... (2 Replies)
Discussion started by: deSitter
2 Replies

5. Infrastructure Monitoring

SNMP on Sun Solaris 5.8

hello, I have installer netsnmp on sun solaris 5.10, bur when I write this: /usr/local/bin/snmpwalk -v1 -c public localhost I have this error: ld.so.1: snmpwalk: fatal : libcrypto.so.0.9.8 : failed to open: no such file or directory can any one help me please... (7 Replies)
Discussion started by: lamou23
7 Replies

6. Shell Programming and Scripting

communication framework/sfw for stand alone ksh scripts.

Hi all: This is an open question. Which way/framework/sfw do you use to communicate/signals scripts running stand alone (on the same and different machines). For example sometimes I use witness files to "trigger" that other script star/stop work and another one do a task of a job. Of course;... (0 Replies)
Discussion started by: rbadillarx
0 Replies

7. Shell Programming and Scripting

Libjpeg "make install" does not work.

Hello. I recently downloaded, configured and executed make on libjpeg. Until there all worked well. Then suddenly when executing what shall be the simplest part, it returned this error message: I have no idea as to why this problem is happening, since cjpeg was successfully built. This is... (4 Replies)
Discussion started by: colt
4 Replies