Sponsored Content
Full Discussion: Our First Flash Intro ?
Contact Us Post Here to Contact Site Administrators and Moderators Our First Flash Intro ? Post 31907 by minazk on Thursday 14th of November 2002 02:58:53 PM
Old 11-14-2002
That was good... Just put some kinda images on it...probably something like the one you have on your every page

UNIX ....... UNiversal Internet eXchange


Regds,
Minaz
minazk
 

4 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

New Flash intro from Forum Member.....

New submission for flash intro: What do you think? (2 Replies)
Discussion started by: Neo
2 Replies

2. Tips and Tutorials

PERL & CPAN Intro for Newbies

So you want to learn a unix scripting language that you'll be able to use in any situation? Perl is your answer ! This is a little intro to installing CPAN modules. If you don't know what CPAN is, check out http://search.cpan.org/. Basicly, it is a massive archive of perl libraries that will... (0 Replies)
Discussion started by: obitus
0 Replies

3. What is on Your Mind?

Intro ( Mark Thomas )

Houdy everyone! yes I'm a newbie here I'm a big fan of the BSD's, in particular NetBSD. Don't have much use for Linux or the various "distro's" of it ( no flame intended ). I'm going to try Solaris 10 on an i386 box real soon. By day I'm a CAD tech for a local government entity, by night... (0 Replies)
Discussion started by: Mark Thomas
0 Replies

4. What is on Your Mind?

Intro: Josh

Hey, I had been working in UNIX environments from 1997 to 2007. From 1997 - 1999 I worked as an Operator in a Solaris environment. From 1999 - March 2007 I worked mostly in HP-UX, some SCO, some RedHat Linux as an Operator/Programmer(scripter)/Admin. No luck finding work, so I am going... (0 Replies)
Discussion started by: uwoodyjk
0 Replies
PS_OPEN_IMAGE_FILE(3)					     Library Functions Manual					     PS_OPEN_IMAGE_FILE(3)

NAME
PS_open_image_file -- Opens an image from file SYNOPSIS
#include <pslib.h> int PS_open_image_file(PSDoc *psdoc, const char *type, const char *filename, const char *stringparam, int intparam) DESCRIPTION
This function reads image data from a file. It can read png, jpeg, gif, tiff, and eps files. png, jpeg, gif, and tiff images can only be read if pslib has been compiled with support for those formats. Once an image has been loaded it can be placed on a page with PS_place_image(3). Since version 0.4.5 of pslib images are read by default for later reuse. This means that the image is saved into a so called reusable stream object. Later calls of PS_place_image(3) will only put a short sequence of postscript code into the output file replay- ing the image. This reduces the overall postscript file size, speeds up its processing by the postscript rip and allows to place images into templates. This behaviour can be turned off by setting the parameter `imagereuse' to false with PS_set_parameter(3). RETURN VALUE
Returns identifier of image or zero in case of an error. The identifier is a positiv number greater 0. SEE ALSO
PS_open_image(3), PS_place_image(3), PS_close_image(3) AUTHOR
This manual page was written by Uwe Steinmann uwe@steinmann.cx. PS_OPEN_IMAGE_FILE(3)
All times are GMT -4. The time now is 03:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy