Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

prima::image::transparencycontrol(3) [debian man page]

Prima::Image::TransparencyControl(3)			User Contributed Perl Documentation		      Prima::Image::TransparencyControl(3)

NAME
Prima::Image::TransparencyControl - standard dialog for transparent color index selection. DESCRIPTION
The module contains two classes - "Prima::Image::BasicTransparencyDialog" and "Prima::Image::TransparencyControl". The former provides a dialog, used by image codec-specific save options dialogs to select a transparent color index when saving an image to a file. "Prima::Image::TransparencyControl" is a widget class that displays the image palette and allow color rather than index selection. Prima::Image::TransparencyControl Properties index INTEGER Selects the palette index. image IMAGE Selects image which palette is displayed, and the color index can be selected from. Events Change Triggered when the user changes "index" property. Prima::Image::BasicTransparencyDialog Methods transparent BOOLEAN If 1, the transparent selection widgets are enabled, and the user can select the palette index. If 0, the widgets are disabled; the image file is saved with no transparent color index. The property can be toggled interactively by a checkbox. AUTHOR
Dmitry Karasik, <dmitry@karasik.eu.org>. SEE ALSO
Prima::ImageDialog. perl v5.14.2 2009-02-24 Prima::Image::TransparencyControl(3)

Check Out this Related Man Page

Prima::StdDlg(3)					User Contributed Perl Documentation					  Prima::StdDlg(3)

NAME
Prima::StdDlg - wrapper module to the toolkit standard dialogs DESCRIPTION
Provides a unified access to the toolkit dialogs, so there is no need to "use" the corresponding module explicitly. SYNOPSIS
use Prima::StdDlg; Prima::FileDialog-> create-> execute; Prima::FontDialog-> create-> execute; # open standard file open dialog my $file = Prima::open_file; print "You've selected: $file " if defined $file; API
The module accesses the following dialog classes: Prima::open_file Invokes standard file open dialog and return the selected file(s). Uses system-specific standard file open dialog, if available. Prima::save_file Invokes standard file save dialog and return the selected file(s). Uses system-specific standard file save dialog, if available. Prima::OpenDialog File open dialog. See "Prima::OpenDialog" in Prima::FileDialog Prima::SaveDialog File save dialog. See "Prima::SaveDialog" in Prima::FileDialog Prima::ChDirDialog Directory change dialog. See "Prima::ChDirDialog" in Prima::FileDialog Prima::FontDialog Font selection dialog. See Prima::FontDialog. Prima::FindDialog Generic 'find text' dialog. See Prima::EditDialog. Prima::ReplaceDialog Generic 'find and replace text' dialog. See Prima::EditDialog. Prima::PrintSetupDialog Printer selection and setup dialog. See Prima::PrintDialog. Prima::ColorDialog Color selection dialog. See "Prima::ColorDialog" in Prima::ColorDialog. Prima::ImageOpenDialog Image file load dialog. See "Prima::ImageOpenDialog" in Prima::ImageDialog. Prima::ImageSaveDialog Image file save dialog. See "Prima::ImageSaveDialog" in Prima::ImageDialog. AUTHORS
Anton Berezin <tobez@plab.ku.dk>, Dmitry Karasik, <dmitry@karasik.eu.org>. SEE ALSO
Prima, Prima::Classes perl v5.14.2 2009-02-24 Prima::StdDlg(3)
Man Page

12 More Discussions You Might Find Interesting

1. Programming

syntax error while compiling in gcc

hello, i have a structure defined as follows struct Image { int lenght; int height; }; and i have another structure where i declare a array of the above structure struct ShapeImage { Image image; }; when i compile this code with gcc it shows me the following error : ... (3 Replies)
Discussion started by: svh
3 Replies

2. UNIX for Advanced & Expert Users

Image in email

hi all I have to send a mail, that should have an image at the backgound of the text. i know to send it as an attachment, but how can i set it as backgound. Please help. Thanks (2 Replies)
Discussion started by: infyanurag
2 Replies

3. Solaris

Issue with image file name contaning Japaneese characters

Hi, i have created some image files with name conatining Japaneese characters "Banner Image 2 _ with Japan char_こくさいかんけい.jpg", but when i see this file in unix file system (through WinSCP) its showing lilke "Banner Image 2 _ with Japan char_こくさいかんけい.jpg". Becoz of this the image is not... (1 Reply)
Discussion started by: chandran.m
1 Replies

4. Filesystems, Disks and Memory

Boot Sequence changed After Image Restore

Hello All, I backed up my RHEL 4 as an image. Then I restored the image on my machine. Everything went fine but I dont get the normal boot sequence as it used to come when I freshly installed RHEL4. The messages that are shown when the system boots are something like- " ..... EXT3-fs:... (2 Replies)
Discussion started by: shamik
2 Replies

5. UNIX for Advanced & Expert Users

System Image of Unix

Hi, Is there any inbuild tool or software through which we can take system image of any unix system? Please suggest. Regards, Ravi D (9 Replies)
Discussion started by: dwiravi
9 Replies

6. UNIX for Dummies Questions & Answers

Image software

Hi!!! Does anyone know a unix program called "image"? If yes can you tell me if and from where I can get it? Thnx a lot!!! (1 Reply)
Discussion started by: JimmyC530
1 Replies

7. UNIX for Dummies Questions & Answers

Updating a template - Ubuntu Image

Hello, This might sound like a really silly question but that is why i post it in Unix for Dummies :) I am a little confused as to how I can install software or remove software from an image (say an ubuntu template created out of an already existing system). Is there a direct way to do that to... (3 Replies)
Discussion started by: mnanavati
3 Replies

8. Hardware

Image a hd

Could I please get recommendations on how to image a hd. What software is best and what methods are best? After a lot of googling these programs are the most talked about that I saw. Is one better than other? Or is one better for certain file systems? I plan on doing this to a ntfs hd. ... (4 Replies)
Discussion started by: cokedude
4 Replies

9. Shell Programming and Scripting

Automating The process

Hi Guru's, I am trying to write a scripts that will automate my image provisoining process. Scenario: I have Linux Image Hosted on cloud which needs to be provisoned before it can be used. Currently we log onto the image through the putty on windows and connect to linux instance. I... (3 Replies)
Discussion started by: taqvia
3 Replies

10. Shell Programming and Scripting

perl Image::size function

Hi, How to use Image::size function ? because I want to list all image thatare less than size pixels in horizontal resolution. so here is my code : #!/usr/bin/perl -w use Image::Size; use constant GIVEN_WIDTH = '100'; my @filtered_images = grep { my @d = imgsize( $_ ); $d < GIVEN_WIDTH }... (8 Replies)
Discussion started by: guidely
8 Replies

11. Shell Programming and Scripting

creating color palette using awk or perl

Hi, I'm wondering if anyone have tried creating a color palette or table using awk or perl using a range of values. thanks for any suggestion in advance. 0-0.1: purple 0.1-0.2: blue 0.2-0.3: green 0.3-0.4: yellow 0.4-0.5: orange > 0.5: red Happy holidays,:) (5 Replies)
Discussion started by: ida1215
5 Replies

12. Programming

SDL Image Filtering

Solved thanks for info!! (8 Replies)
Discussion started by: aLHaNz
8 Replies