Main > Free Download Search >

Free instant picture software for linux

instant picture

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 731
Instant Picture Creator 0.1

Instant Picture Creator 0.1


Instant Picture Creator is an Image Wrapper written in PHP to produce images on demand for websites. more>>
Instant Picture Creator is an Image Wrapper written in PHP to produce images on demand for websites. It uses filters, so you can manipulate images in every way by adding own filters. Currently it comes with two basic filters for Resizing images (Example: thumbnails) and Manipulation image colour palette. You can combine filters (like ‘Resize-square-100/Palette-grey’) and it is possible to define Shortcuts (like ‘greythumb’).

Filtered images can be cached, so it is fast and only need some more server time at the first image request.

It doesn’t need a special backend interface, you can manipulate images by a request like http://yourserver.com/picture.png?filter=thumbnail (you don’t need to do it by yourself, it will be done by the first request anyway). In this way you can integrate this mechanism very easy in running websites. You can use it only for one (or more) folder (with images) or you can you use Instant Picture Creator in general for all images on your website. Of cause you also can use it in your backends to prepare thumbnails for uploaded images, etc ...

Currently it supports GIF, PNG and JPEG image types.
<<less
Download (0.009MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1077 downloads
Instant 0.9

Instant 0.9


Instant is a Python module that allows for instant inlining of C and C++ code in Python. more>>
Instant is a Python module that allows for instant inlining of C and C++ code in Python. Instant is a small Python module built on top of SWIG.

Example of use:

>>> c_code = """
double sum(double a, double b){
return a+b;
}
"""
>>> import Instant
>>> ext = Instant.Instant()
>>>
>>> # create the wrapper code, compile and link it to a shared library
>>> ext.create_extension(code=c_code, module=test1_ext)
>>>
>>> # use the C code
>>> from test1_ext import sum
>>> print sum(3.7, 4.8)
8.5

Example with NumPy arrays converted to C double arrays:

>>> import Instant
>>> import Numeric
>>> import sys
>>> import time
>>>
>>> ext = Instant.Instant()
>>>
>>> c_code = """
/* add function for vectors with all safety checks removed ..*/
void add(int n1, double* array1, int n2, double* array2, int n3, double* array3){
for (int i=0; i >>"""
>>>
>>> ext.create_extension(code=c_code, headers=["arrayobject.h"],
>>> include_dirs=[sys.prefix + "/include/python" + sys.version[:3] + "/Numeric"],
>>> init_code=import_array();, module=test3_ext,
>>> arrays = [[n1, array1],[n2, array2],[n3, array3]])
>>>
>>> from test3_ext import add
>>> a = Numeric.arange(10000); a = Numeric.sin(a)
>>> b = Numeric.arange(10000); b = Numeric.cos(b)
>>> c = Numeric.arange(10000); c = Numeric.cos(c)
>>>
>>>add(a,b,c)
<<less
Download (0.034MB)
Added: 2007-01-03 License: GPL (GNU General Public License) Price:
1270 downloads
View Picture 1.7

View Picture 1.7


View Picture project is an SDL-based image viewer for Linux and FreeBSD that supports slideshows, fullscreen, zoom. more>>
View Picture project is an SDL-based image viewer for Linux and FreeBSD that supports slideshows, fullscreen, zoom, and arbitrary movement through the image list.
Main features:
- HTTP updated to 1.1
- Only hide cursor when fullscreen
- Fixed image count estimate
- configure-time X prefix
- fixed potential buffer overflow issues
<<less
Download (0.11MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
877 downloads
Instant-Grid 1.0

Instant-Grid 1.0


Instant-Grid is a Knoppix-based live-CD bundled with a pre-configured grid environment based on the Globus Toolkit. more>>
Instant-Grid is a live-CD based on Knoppix bundled with a pre-configured grid environment based on the Globus Toolkit.
One PC started from this CD becomes the Instant-Grid frontend. It also functions as a PXE boot-server, allowing other PCs in the same local network to boot the Instant-Grid environment.
Together with the frontend, these PCs automatically form a working test grid. Like with the original Knoppix, the existing configuration of the participating PC is not touched (except maybe for enabling the PXE boot-option), and remains instantly available by a simple reboot.
Enhancements:
- This version has a newly designed user interface improving its accessibility for beginners, which is further enhanced by new flash videos showcasing the most important features.
- Also new is the integration of the graphical workflow manager GWES.
- Its capabilities are demonstrated by a demo version of ERAMAS, an environmental simulation tool, and by a new POV-Ray renderfarm based on workflows.
- Furthermore, it is possible for the first time to use external resources, which requires a D-Grid certificate.
<<less
Download (MB)
Added: 2007-06-05 License: Freely Distributable Price:
873 downloads
Infins Picture Gallery 0.6.2

Infins Picture Gallery 0.6.2


Infins Picture Gallery (IPG) is an image gallery system for Web sites. more>>
Infins Picture Gallery (IPG) is an image gallery system for Web sites that is easy to install, reads all files from a directory set in the config file.

Infins Picture Gallery resizes and caches images dynamically, counts the number of times an image is viewed, and allows visitors to comment on and vote for your images.

You can optionaly provide additional text for each image.
<<less
Download (0.040MB)
Added: 2006-03-30 License: GPL (GNU General Public License) Price:
1304 downloads
Zenith Picture Gallery 0.9.4

Zenith Picture Gallery 0.9.4


Zenith Picture Gallery is a feature-rich picture gallery that organizes uploaded images into searchable categories. more>>
Zenith Picture Gallery is a feature-rich picture gallery that organizes uploaded images into searchable categories, creates thumbnails, and stores individual statistics for each one.
Other features of Zenith Picture Gallery include downloadable categories and sub-categories, user accounts and profiles, batch adding via FTP and batch deleting, user comments and ratings, the ability to add languages and skins, the option to rebuild thumbnails, an IP blacklist, and a comprehensive admin control panel that provides access to a great deal of settings and formatting options.
Main features:
- Everything is done from the browser, from installation to configuration.
- Searcheable records by filters.
- Auto-resizing/resampling of images to thumbnails.
- Easy skinning.
- Categories and sub-categories with display permission options.
- User accounts, user profiles, control panels and user types.
- Easy management of languages.
- Blacklist containing IPs of troublesome users.
- Admin CP allows you to define countless settings and formatting options.
- A notice appears in the nav bar to admins when there are pictures, comments or users awaiting approval.
- Batch add pictures via FTP.
- Batch delete pictures.
- Rebuild thumbnails tool.
- Search result and display page addresses are linkable.
- Gallery can be turned on/off.
- Adding pictures can be disabled for guests.
- Sort pictures by Last comments, Most viewed, Top rated.
- ZIP and download pictures.
- User accounts, profiles and pictures can all be managed in the Admin CP.
- Option to receive an email when a picture is submitted.
- 21. Option to allow only registered users to view the gallery.
- 22. Option to set a timezone offset for picture submission dates.
- Categories are mapped to directories in the file structure.
- Users can choose a skin from the ones uploaded.
- Forgot my Password and Resend Activation Email tools.
- Admins can define custom fields for pictures.
- EXIF support.
<<less
Download (0.52MB)
Added: 2007-07-09 License: Other/Proprietary License with Source Price:
902 downloads
Video Related Picture Editor 0.32

Video Related Picture Editor 0.32


Video Related Picture Editor is a gtk2 GUI frontend for batch-manipulating images using ImageMagick, MPlayer and transcode. more>>
Video Related Picture Editor is a gtk2 GUI frontend for batch-manipulating images using ImageMagick, MPlayer and transcode.

Its also the name of the infamous VRPE Team who paid me for hacking this together quickly because they needed it.

The name

Why "video related picture encoder" ? Because I didnt find a better name :) Any suggestions are welcome. With v0.1 the project was called "gFader" because all it did was "morphing" single frames to slow-down a video (giving a "fade-like effect") as batch-job with nice gui so poor Windows users could use it ;) My customer then wanted gFader to also do crop and scaling of multiple image files which rendered "gFader" as projectname useless. So i tried to make up some general name, which still fits if the application-range grows.

What can it do?

VRPE is able to do batch image-processing on a large set of images providing a way to move between images and giving a preview of the current, the previous and the next frame all with a nice GUI.

Different effects can be applied to the image-set (e.g morph, crop). Some of the effects support variable parameters so an effect can change with the image position.

VRPE can load several image formats (the ones supported by gtk2 and ImageMagick) or can convert almost any video to single frames using mplayer. It exports single images but also can render a videofile using mencoder or transcode. You can even launch mplayer to look at what youve done.

Other Features are:

Tooltip explainations almost everywhere
Nice wiki
quite fast

Drawbacks at this time:

lousy hacked together code
somewhat static filename handling
no "project" cababilities (images from previous sessions get imported if directory is not cleared etc.)
morph-curve gets lost
many more...

<<less
Download (0.28MB)
Added: 2006-09-14 License: GPL (GNU General Public License) Price:
659 downloads
PictureThis 0.5.1

PictureThis 0.5.1


PictureThis is a Firefox extension to see what Google Images sees. more>>
PictureThis is a Firefox extension to see what Google Images sees.

A word is worth a thousand images as you will see when you highlight a word or words on a page then use PictureThis to see what Google Images sees. Its a whole new way of adding instant context to the web.

<<less
Download (0.027MB)
Added: 2007-05-08 License: MPL (Mozilla Public License) Price:
913 downloads
simple instant messaging 1.0

simple instant messaging 1.0


simple instant messaging (sim) is an IRC client specialized for use with bitlbee. more>>
simple instant messaging (sim) is an IRC client specialized for use with bitlbee. It is based on sic (http://suckless.org). It reads commands from standard input and prints all server output to standard output.
simple instant messaging also multiplexes all channel traffic into one output, so you dont have to switch to different channel buffers. sim must be customized by editing its source code to insert the correct username, server, password, and identification information.
Enhancements:
- The command operator was changed.
- Some code simplifications were done.
- The output format was adjusted.
<<less
Download (0.006MB)
Added: 2007-04-01 License: MIT/X Consortium License Price:
937 downloads
SIM Instant Messenger 0.9.4.3

SIM Instant Messenger 0.9.4.3


SIM Instant Messenger provides an plugins-based instant messenger with support for various protocols. more>>
SIM Instant Messenger provides an plugins-based instant messenger with support for various protocols.
Based on the Qt library it works on X11 (optional with KDE-support), MS Windows and MacOS X.
Main modules
- Core (_core) is the program interface
- Migrate (__migrate) Converts the old SIM 0.8.3-settings to the new 0.9x format
- Homedir (__homedir) sets the configuration-directory
Protocols modules
All protocols support richtext-messages, file transfer, typing notification, server-side contact list (with postponed synchronization - you can change contact list in offline mode and after log on all changes will be synchronized with server), new account registration, various searches and HTTP-polling.
You can use multiple accounts for each protocol.
- Oscar - ICQ and AIM support
- Jabber
- LiveJournal
- MSN
- Yahoo!
Enhancements:
Build system
- Autotools: fix libXss detection.
- Add initial CMake support.
Core
- Disable history filter when it is empty.
- Remove "To container" menu when separate containers are disabled.
- Auto scroll message view only if it is scrolled to the bottom.
- XFree: fix problems with Composite extension enabled.
ICQ plugin
- More fixes for receiving certain messages.
<<less
Download (MB)
Added: 2007-03-05 License: GPL (GNU General Public License) Price:
979 downloads
Gtk2::Ex::MindMapView::Content::Picture 0.000001

Gtk2::Ex::MindMapView::Content::Picture 0.000001


Gtk2::Ex::MindMapView::Content::Picture is a Perl module to display a picture. more>>
Gtk2::Ex::MindMapView::Content::Picture is a Perl module to display a picture.

HEIRARCHY

Gtk2::Ex::MindMapView::Content
+----Gtk2::Ex::MindMapView::Content::Picture

SYNOPSIS

use Gtk2::Ex::MindMapView::Content::Picture

Displays a picture on a Gnome2::Canvas. The image is not scaled or clipped. The caller must prepare the image before it is passed to this module.

INTERFACE

Properties

group (Gnome2::Canvas::Group)

The canvas group on which this picture will be drawn.

pixbuf (Gtk2::Gdk::Pixbuf)

The pixbuf that will be drawn on the canvas group.

x (double)

The x-coordinate of the top left corner of the picture.

y (double)

The y-coordinate of the top left corner of the picture.

width (double)

The width of the picture.

height (double)

The height of the picture.

Methods

new(group=>$group, pixbuf=>$pixbuf, ...)

Instantiate a Gtk2::Ex::MindMapView::Content::Picture content item. You must give a Gnome2::Canvas::Group on which to place the content item, and you must give a Gtk2::Gdk::Pixbuf that contains the picture to be displayed.

content_get_image()

Overrides the method in Gtk2::Ex::MindMapView::Content. Returns the Gnome2::Canvas::Pixbuf that is displayed on the canvas.

content_set_x()

Overrides the method in Gtk2::Ex::MindMapView::Content. Sets the x-coordinate of the top left corner of the picture.

content_set_y()

Overrides the method in Gtk2::Ex::MindMapView::Content. Sets the y-coordinate of the top left corner of the picture.

content_set_width()

Overrides the method in Gtk2::Ex::MindMapView::Content. Sets the width of the picture.

content_set_height()

Overrides the method in Gtk2::Ex::MindMapView::Content. Sets the height of the picture.

content_set_param()

Overrides the method in Gtk2::Ex::MindMapView::Content. Passes a parameter to the Gnome2::Canvas::Pixbuf.

<<less
Download (0.049MB)
Added: 2007-01-25 License: Perl Artistic License Price:
1002 downloads
Picture Downloader 0.2b

Picture Downloader 0.2b


Picture Downloader is an app suitable for downloading pictures from websites. more>>
Picture Downloader is an app suitable for downloading pictures from websites. Picture Downloader as the name implies is an application written in C-Sharp and Gtk-Sharp made to automate the process of downloading images from websites, Perfect for TGPs.
Right now Picture Downloader is in a very early stage of development , this means bugs are still there and some features are on their way.
Main features:
- Scan HTML code to extract links to images.
- Save pictures to a desired directory.
- Filter type of pictures (jpg, jpeg, gif, png).
- Can download from secure sites (.htacces, .htpasswd).
<<less
Download (0.011MB)
Added: 2005-07-27 License: GPL (GNU General Public License) Price:
894 downloads
Simple Picture Gallery Manager 1.4.5

Simple Picture Gallery Manager 1.4.5


SPGM is a PHP script that displays picture galleries on the web. more>>
SPGM is a PHP script that displays picture galleries on the web. It is intended to provide a very simple way to set up online photo albums: creating directories, filling them with pictures and uploading to your website... That is what its all about !
Several cool features are also included, while keeping in mind that the program aims to be as lightweight, simple and portable as possible. Dont expect automatic thumbnail generation, advanced search functions, nor per-gallery full statistics then.
SPGM generates XHTML 1.0 Strict compliant code and makes extensive use of CSS stylesheets to render galleries. It only requires PHP version 4 or higher and does not rely on image manipulation libraries (like GD), or any database system whatsoever.
Main features:
- gallery/picture captioning
- unlimited sub-galleries
- per gallery complete configuration (inheritance supported)
- several sort options for both pictures and galleries
- random/fixed thumbnails used for gallery previews
- new pictures highlighting
- hidden galleries
- EXIF support
- slideshow mode
- easy integration into websites
- multi-language support (29 languages are currently provided)
- flavors (themes) available for use
Enhancements:
- This is a maintenance release that provides various bugfixes and small features.
- People who want to upgrade from previous versions should pay attention to the release notes, as a few configuration files must be updated as well.
<<less
Download (0.10MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1059 downloads
Instant Computer Help from Sunflower Network 0.5

Instant Computer Help from Sunflower Network 0.5


Instant Computer Help from Sunflower Network is an extension which enables you to get instant, expert help with your computer. more>>
Instant Computer Help from Sunflower Network is an extension which enables you to get instant, expert help with your computer.

Get instant, expert help with your computer.
You choose the price!

The Instant Computer Help tool bar immediately connects you with Sunflower Networks computer experts. Simply type in a brief description of your computer problem, and select the price that this answer is worth to you.

These agents are instantly notified of your help request -- their responses to you will appear in your browser. Choose an agent based on their profile and rating, and youll be connected by text chat, screen sharing, and telephone, for rapid problem resolution.

If the agent cant resolve your problem you dont have to pay! Payment for services is handled through a secure connection with PayPal.

By safely and securely connecting you with friendly and experienced experts, your computer problems can be fixed quickly, at a price of your choosing.

<<less
Download (0.003MB)
Added: 2007-04-04 License: MPL (Mozilla Public License) Price:
936 downloads
XMMS Picture Viewer Input Plugin 0.1.0

XMMS Picture Viewer Input Plugin 0.1.0


XMMS Picture Viewer (alias Xmms-Slideshow) is an Input Plugin for XMMS. more>>
XMMS Picture Viewer (alias Xmms-Slideshow) is an Input Plugin for XMMS. Although XMMS was mainly intended for use as audio player its features and its broad usage makes it also interesting for use with other medias. An example is eg. the XMMS Mplayer Input Plugin which enables XMMS to play video files.
XMMS Picture Viewer Input Plugin adds picture support. Whenever a picture file is selected in XMMS the plugin will be used to display it. There is a configurable time how long the picture should be displayed. When this time has elapsed the next file from the XMMS playlist will be started. So its very easy to use XMMS for showing a slideshow (and thats why the project is also called "XMMS-Slideshow").
Together with Bemused XMMS-Slideshow could be used to control your picture galleries from a mobile phone. From the phones display you can see and navigate through the complete directory tree on your harddisk.
The XMMS Picture Viewer was written for Linux and was developed/tested under kernel 2.6.11.4 (but there should be no obstacles to run it under other kernel versions).
Main features:
- Support for different picture formats: .tga, .bmp, .pnm, .pbm, .pgm, .ppm, .xpm, .xcf, .pcx, .gif, .jpg, .jpeg, .tif, .lbm, .png.
- Configurable time that an image is displayed
- Fullscreen or window mode
- Configurable width and height of the window
- Cursor disable (if above window)
The SW is written in C and uses standard C-libraries and the GLib2. Additionally the SDL package and Gtk2 need to be installed.
<<less
Download (0.31MB)
Added: 2006-04-07 License: GPL (GNU General Public License) Price:
1296 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5