Main > Free Download Search >

Free caption software for mac

caption

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 59
Kodak EasyShare software 6.1

Kodak EasyShare software 6.1


Lets you organize, print, share, and get creative with your ever-growing digital picture collection. more>>


Lets you organize, print, share, and get creative with your ever-growing digital picture. Allows you to:
- Transfer pictures from your digital camera
- Edit and enhance your pictures
- Print your pictures at home
- Make greeting cards with your pictures
- Order prints and gifts online
- Email your pictures
- Share pictures online
- Play a slideshow of your pictures
- Add picture captions
- Organize pictures by putting them in albums
- Write your pictures to a CD/DVD
- Link to the Kodak EasyShare Gallery
Language Support: English, French, Italian, German, Spanish, Japanese

<<less
Download (54.3MB)
Added: 2008-06-26 License: Freeware Price:
6735 downloads
SilverCreator 1.5

SilverCreator 1.5


SilverCreator is a game and application development system more>>
SilverCreator is a new card-based game and application development system from SilverNetworks! SilverCreator lets you express your ideas quickly, easily, and freely.
You can even sell your programs, because theres no royalties. Sprites, movies, sound, and more let you create a multimedia rich game.
Scripting, Methods and functions let you create a modern game easily. 2-player ONLINE games are easy, with built-in game socket support. And with click-areas and keyboard support, theres so much more.
Enhancements:
- Sound support has been expanded. First, STOPSOUND will now stop all sounds currently playing, unless you specify which sound to stop in the command, i.e, STOPSOUND "Gun". Also, LOOPSOUND can now loop a specific sound if you specify it. If no sound is specified, the sound which was played last will be looped. Additionally, SOUNDPLAYING now returns true if any sound is playing, unless you specify which sound, and if you do, only if that sound is playing will SOUNDPLAYING return TRUE. Finally, PLAY has been depreciated, and PLAYSOUND should be used instead.
- - Added a new compiling window. When you choose Compile from the Special window, this new window will appear and let you select which platforms you want to support, and allow you to enter in your games version, creator code, and info text. When you click Compile, SilverCreator will ask you where to save each program and then compile the program(s). In the future this window will let you paste the icon you want to use on your program. Also includes a new option to make .sit files of your games. DropStuff required.
- - Significantly redesigned button, click-area, card setup, and game setup windows. These new windows are non-modal and follow Aqua HIG guidelines. You can now open multiple button, click-area, and card setup windows, each editing a different thing. You can even edit buttons and click-areas on cards other than the one currently being displayed in the editor!
- - Fixed INPUT command bugs which let you manipulate text which should not be manipulatable: Placing the cursor outside of the editable area now moves it back into the editable area, Select All now selects only the editable area, and selecting part of the editable area and some uneditable text will change the selection to only the part of the editable text that is selected.
- - Fixed the splash screen on OS X preventing double-clicked project files from loading if SilverCreator was previously closed (ie, double-clicking the project file caused SilverCreator to launch). This also removes the splash screen flicker on OS 9 where you would see the splash screen for a split second followed by the project window.
- - The filter windows have been touched up a bit. The exact center of the card image is now always visible in the preview area, and if you resize the window, you can see the whole image, but you will no longer see white area because the window can no longer be resized bigger than what is necessary to show the image.
- - Various scripting commands have changed. For example, INITSPRITE is now CREATESPRITE. Several other commands have also changed. SilverCreator will automatically convert all old syntax to the new syntax and will let you know if any syntax was changed. Please read the Help window for the new syntax.
- - Fixed additional or incorrect error dialogs, crashing, and/or failed assertions occuring after error dialogs caused by syntax errors or invalid values in values passed to scripting commands. The majority of commands in SilverCreator were affected. This should fix most scripting-related crashes.
- - Close widget in the game editor window is now active. Closing the window asks to save changes. If the window is ultimately closed, either by successfully saving, or clicking "Dont Save", then SilverCreator will act like it does when clicking "Nothing" or "Cancel" in the splash dialog.
- - The "save your changes before closing/quitting" dialog is now more accurate. In some cases it would have shown up even when no modifications had been made, and in other cases it might not have shown up after manipulating card text, sounds, or sprites, causing potential data loss.
- - Most read only functions, including SPRITEX, SPRITEY, WINDOWLEFT, and WINDOWTOP are now settable. This means you can use code such as "LET SPRITEX(1) = 50" to move around sprites and "LET WINDOWLEFT = 200" to move around the window.
- - Fixed visual problems which temporarily occured when first seeing the running/compiled game window on Mac OS X. This includes a bug where extra buttons would be shown in the game window if an ALERT was shown in the Open event of the beginning card.
- - The game editor window now has a proxy icon and, on Mac OS X, now displays the red dot in the close widget if modifications have been made since the last time you saved. On Mac OS 9, the proxy icon will be dimmed when modifications have been made.
- - Fixed a terribly peculiar bug where after a scripting error in a click-area, the script might be replaced with either "RuntimeViewWindow" or a bunch of random garbage, or the program might have just quit or freeze up the computer.
- - Fixed a cosmetic bug in the Sprite Editor which caused the "i-beam" cursor to inappropriately display when the mouse was in the picture area, and caused a blinking dot to appear in the corner of the picture area when you clicked on it.
- - Added SELECT CASE support! SELECT CASE is similar to IF... THEN but you can check many different values against the value you are checking while only using one SELECT CASE block. See the built-in help window for examples.
- - Includes new method for including runtimes in SilverCreators data fork. This allows Stuffit to be more efficient when compressing resulting in a smaller download size, and also fixes situations with people losing their runtimes.
- - Fixed various commands not accepting a variable for the boolean part. So, if you set a variable to TRUE, and then tried to pass the variable to these commands, it would not work and instead would act as if you had passed FALSE.
- - Fixed various sprite and socket commands not handling commas correctly. This would cause these commands to break if, for example, you used something such as "MOVESPRITE 1, SOMEMETHOD("48,56"), 59".
- - Added SPRITETOUCHINGXY function that returns true if a sprite is touching an X, Y coordinate! For example, to see if sprite 5 is touching at 52, 60, you might use "IF SPRITETOUCHINGXY(5, 52, 60) = TRUE THEN".
- - Fixed an error handling bug which caused some game functions to continue running after a scripting error in an Open Card or Close Card event. This would cause additional fatal errors and/or unexpected behavior.
- - Added Script Formatting button to the script editor window! Just click this button to reformat your script into an easier to read format thats great for fixing bugs and understanding other peoples code.
- - Fixed HUGE memory leak which caused games with a lot of card changing to quickly fill up large amounts of RAM. This will greatly reduce the required memory for games, especially on the classic Mac OS.
- - Fixed a significant long-standing IF...THEN handling code bug that caused the code after ELSE to occur when the code before ELSE should occur, and there was no code before ELSE (and after the IF...THEN).
- - Fixed close and quit events still being executed after a game error on Mac OS 8 and above on PPC, or on Mac OS X. This caused erratic behavior and/or additional errors. 68K and System 7 were not affected.
- - Faster Sprites! The Simple Test Games "Sprite Test" and "Optimized Sprites" are both 26% faster versus SilverCreator v1.1!
- - Added SETWINDOWTITLE command and WINDOWTITLE$ function. The function is both gettable and settable, meaning you can set it with the LET command and the windows title will actually change.
- - Fixed KILLSPRITE not completely removing the sprite from memory. This meant sprite commands could still call on the sprite number even though it was supposed to be completely gone.
- - Improved project saving and game compiling speed by as much as 220% in some instances, and improved project and compiled game loading speed by as much as 30% in some instances.
- - Fixed minor drawing bug which caused a border of the game windows background color to be drawn inside of the text field frame. This was noticable if the background color was not white.
- - Added a new preferences option, "Open filter windows at full size". When selected, all graphics filter windows will open at their maximum size, which shows all of the image.
- - Added SPRITESTOUCHING function that returns true if two sprites are touching! Just indicate the two sprites, for example, "IF SPRITESTOUCHING(2, 3) = TRUE THEN".
- - Added two ways to move the window around: by using LET to assign WINDOWLEFT or WINDOWTOP the desired coordinate, or by using the new MOVEWINDOW command.
- - Fixed a bug in the internal script optimizer which left extra spaces at the end of a scripting line if the end of the line had a comment which was prefixed with spaces.
- - Fixed the font faces, sizes, styles, and colors menu items being inconsistently checkmarked much of the time. Now the items should be appropriately checkmarked.
- - Internal script optimizer now trims non breaking spaces as well as regular spaces. This fixes an uncommon bug where perfectly fine looking code would not work.
- - Fixed scripting errors that occured if you used REM at the end of a scripting line but REM was not captialized, ie., "LET x = 5 rem This command sets x to 5".
- - The game about window has been redesigned and now resizes to fit the about window text, meaning you can now fit more text (but only up to 255 characters).
- - Now supports compiling PPC and OS X games which are larger than 16MB. Previously, this would cause the compiled game to be corrupted and not work.
- - Added sprite flipping! Use the XFLIPSPRITE and YFLIPSPRITE commands to flip a sprite horizontally (X), vertically (Y), or a combination of the two.
- - Added SPRITEWIDTH and SPRITEHEIGHT functions that tell you the width or height of a sprite. Changes in the sprite, such as scaling, are considered.
- - Fixed a problem where custom methods that started with "REM" would not work, because they would be mistakenly filtered out by the pre-parser.
- - Added a new floating info window that tells you the width and height of the card picture, and the X and Y values of the mouse relative to the picture.
- - Fixed game text field not being scrolled to the top when changing cards. This should fix the text sometimes being clipped off or not visible at all.
- - Added "Clear" button to the Button Editor. This allows you to clear all data associated with that button, including the caption, script, sound, etc.
- - The version number and get info text that you enter are now actually used to make a vers resource (and a plist on Mac OS X) for your game.
- - Fixed a bug which caused the KeyDown event to be incorrectly executed twice for most keys if the text field was visible and had the focus.
- - Added pencil and brush painting tools. The brush will use the line width setting chosen. The pencil will always use one pixel width.
- - Click-areas in the game editor are now translucent! Now you can easily see whats beneath a click-area without having to move it.
- - Fixed the sound rename dialog being limited to 32 characters. SilverCreator can handle sounds with names up to 255 characters.
- - Scripts that repetitively call commands that accept multiple values are now faster on Mac OS X due to a new caching algorithm.
- - Fixed game continuing to run and causing unexpected behavior after executing an IF statement that didnt have THEN at the end.
- - Added BEGIN COMMENTS/END COMMENTS. Anything between these two lines is ignored and is not included in compiled games.
- - Fixed a minor internal bug in various parts of the scripting code that caused an integer variable with no name to be created.
- - Mac OS X compiled games are now fully supported on Mac OS 8.6 and up with CarbonLib, as well as Mac OS X (10.1 and up).
- - Choosing "other color" in the graphics or text color pickers will now load the previously chosen color into the color picker.
- - You can now play a looping sound just by checking the new "Looping" checkbox in the click-area, button, or card editors!
- - You can now hold down option while drawing a box, rounded box, or circle, in order to create a proportional figure.
- - Fixed NilObjectException error if you tried to access an uncreated socket. Now a more appropriate error is given.
- - Fixed FILETYPE$ and FILECREATOR$ not processing strings correctly, making them generally useless until now.
- - Added sprite scaling! Use the SCALESPRITE command to set the percentage of the scale for the sprite passed.
- - Sprite Manager, Sound Manager, and About Window editor are now integrated into the Game Setup window.
- - The compiling status box is now more verbose. It now tells you which stage of compilation is taking place.
- - Fixed carbon compiled games possibly crashing on quit by adding ".app" to end of carbon game names.
- - Added documentation for UPARROW$, DOWNARROW$, LEFTARROW$, RIGHTARROW$, and ESCKEY$.
- - Fixed the Help window text field not scrolled to the top when changing the help topic on Mac OS X.
- - Fixed previous card text overwriting current card text when turning off wide picture mode.
- - Added PROMPT function (exactly like PROMPT$ but the input field only accepts numbers).
- - Fixed CAUTIONALERT and NOTEALERT using the note icon instead of their respective icons.
- - You can no longer open the help window or other windows like that while in Run mode.
- - Fixed a longstanding bug that randomly caused the picture to be erased while drawing.
- - The "Platformer" example has been updated, enhanced, and optimized. Check it out.
- - Added more internal error handling to should give more accurate error messages.
- - The add graphic window now shows how the graphic will look in the game window.
- - Improved error dialog when entering an invalid card into the Go To Card window.
- - "Darker" and "Tint" graphics filters are now faster and use much less memory.
- - Added a warning dialog if you try to import a MIDI file into the Sound Manager.
- - Added Other Font Size option to the Format menu and the Place Text window.
- - You can now resize click-areas! Hold down option to reveal the resize box.
- - Added COMMANDKEY, CONTROLKEY, OPTIONKEY, and SHIFTKEY functions.
- - Fixed movie looping not being turned off after loading another movie.
- - Redesigned the Place Text, method editor, and add graphic windows.
- - The INPUT command now moves the cursor to the end of the field.
- - Added WINDOWHEIGHT and WINDOWWIDTH read-only functions.
- - Some windows are now sheets on Mac OS X, where appropriate.
- - Fixed SETFIELDCOLOR not setting the field to the right color.
- - Fixed several Mac OS X interface and window focus issues.
- - Minor error dialog improvements (visual, textual, etc).
- - Added FILEDATALENGTH and FILERSRCLENGTH functions.
- - Raised maximum number of click-areas per card to 25.
- - Added Width and Height text to the sprite adder/editor.
- - Updated toolbar appearance to look better in Mac OS X.
- - Raised maximum number of on-screen sprites to 50.
- - The Help window has been significantly reorganized.
- - Raised maximum number of project sprites to 500.
- - Raised maximum number of open output files to 5.
- - Raised maximum number of open input files to 5.
- - Added "AIM/iChat with Developer" menu item.
- - Raised maximum number of methods to 500.
- - Minor speedup in the Bevel graphics filter.
- - Raised maximum number of cards to 5000.
- - Raised maximum number of sounds to 100.
- - Fixed Global Input event not working at all.
- - Raised maximum number of sockets to 10.
- - Fixed various bugs in the paint text tool.
- - Added SIN, COS, and TAN functions.
- - Added decimal numbers support!
- - Added ABOUTWINDOW command.
<<less
Download (1.6MB)
Added: 2005-06-06 License: Freeware Price:
1604 downloads
Apple Video Player 1.7.2

Apple Video Player 1.7.2


Apple Video Player is made to view and control video using your Mac more>>
Apple Video Player allows you to view and control video using your Mac in conjunction with Apples TV/FM Radio System, Apple Video System, and Apple MPEG Media System.
AVP supports NTSC, PAS, and SECAM video standards and it allows you to assign a description to each channel.
It also supports movie compression, closed captioning, and Teletex reception (Europe only). Version 1.7.2 fixes a frame freeze problem with QuickTime 3.
Main features:
- This document provides important information about the Apple Video Player software. You may want to print this document and keep it with your manuals. Most of this information is not in the documentation. If you have questions that are not answered in this document, refer to the manuals that came with your computer.
- Video viewing and video capture is supported in window sizes of up to 640 x 480 pixels. For the highest-quality video and TV viewing, use the standard video window sizes (Smallest, Normal, or Largest) in Apple Video Players Windows menu. If you choose to customize the window size (by choosing Other in the Windows menu), the images resolution may decrease.
- In addition, video resolution is optimized when you view the Apple Video Player video window on the monitor connected to the monitor port on your Macintosh. You can drag the video window to a secondary monitor (connected to an expansion card), but the image resolution will decrease.The Apple Video Player application program allows you to use a keyboard shortcut, called a "hot key," to open and quit the program, and to switch between Apple Video Player and any other open programs. However, due to a minor incompatibility problem with MacroMedia Director, the Apple Video Player hot key doesnt work when MacroMedia Director is open.
- If you are installing Apple Video Player for the first time, no hot key is defined. You can set one using the Hot Key item in the Setup Menu. If you are replacing a previous version of Apple Video Player, the hot key setting is retained in the Apple Video Player Preferences file.f you have a TV tuner card, the Apple Video Player application program can display closed captions for TV channels that provide them. However, in order for closed captions to be visible, the video window size must be set to Normal Size or greater. Also, for best results, networking or printing should not be active when close captioning is selected.Likewise, for best results, networking or printing should not be active when you are recording video from either television or an alternate video source. Virtual memory should also be turned off when capturing video for best results.
- Movies are captured at the current volume setting. Set the volume to the desired level before recording a movie. Movies recorded when the sound is muted will not have any sound.
<<less
Download (647KB)
Added: 2005-12-12 License: Freeware Price:
1431 downloads
PhotoSite TimeSaviour 1.5

PhotoSite TimeSaviour 1.5


PhotoSite TimeSaviour - Website creator from inages, videos, folders more>>
PhotoSite TimeSaviour will take any old folder (or folders. or folder full of folders) full of pictures and videos, and turn it into a website with thumbnails, image descriptions and much more.
Enhancements:
- Full MacOS X support:
- Long file names
- Aqua user interface (sheets, animated window resizing, dock icon that bounces)
- Import images from iPhoto
- Auto-select MacOS X "Sites" folder
- Completely redone handling of file types. PSTS 1.4 didnt do any checking of file types, but now PSTS can handle files differently: it can take web-ready images and add them without conversion, other formats and convert them, it can embed QuickTime movies and include other files as downloads!
- Added a full-featured caption editor:
- Add captions to images and thumbnails
- Import camera (EXIF) and IPTC information
- Re-arrange images to sort as you would like them
- Apply effects to single images
- Added image effects:
- Added scale to max height and width
- Added background to "Imprint text"
- Added "Stamp" effect
- Added "Styled border" effect and accompanying border editor
- Added "Rotate" effect
- Added "Custom effect" matrix
- Removed "Move images instead of copy" option
- Removed "Use existing" option
- Removed "Estimate" feature
- Changed background pattern so you no longer need to keep the background in the input folder
- Changed "Add copyright" to "Add footer"
- Added "Add header"
- Added an HTML tag editor
- You now do not have to have HTML files for the enlarged images, the thumbnails can link directly
- Added options to link images on enlarged image pages
- Added option to the javascript popup feature
- Javascript popups are no longer the default behaviour
- Now you can create a page with frames
- Changed "Add logo" so you no longer need to keep the logo in the input folder
- Changed so that the extra info on the index is optional
- Added many more options for the index pages:
- Thumbnail spacing
- Solid border around thumbnails
- When you only want one index you can now specify to fill it with rows or columns
- Show filenames in bold
- Added advanced file name display options (truncation, line breaks, show filename extention)
- Added fields for meta information
- Added random sort option
- Changed the small and medium thumbnail sizes
- Added the option to opt-out of thumbnail creation
- Added option to create thumbnails for QuickTime movies
- Added image effects for thumbnails:
- Added background to "Imprint text"
- Added "Stamp" effect
- Added "Styled border" effect
- Added "Custom effect" matrix
- Added option for custom folder thumbnails
- Added option for small folders icons
- Added option to opt out of full-sized images
- Added option to link full-sized images directly to the input folder (good for quick previews)
- Now you now longer need to have custom icons in your input folder, added custom nav icon picker
- Added option to opt-out of the close icon
- FTP feature removed.
<<less
Download (1.9MB)
Added: 2005-11-25 License: Freeware Price:
1428 downloads
SlideShow 2.1.1

SlideShow 2.1.1


SlideShow - displays a series of images along with links to related web pages more>>
SlideShow displays a series of images along with links to related web pages.
You no longer need to be a widget hacker to make your own SlideShow! Control-click on SlideShow.wdgt to find instructions for adding your own photos and captions. All I ask is you retain a link back to this page on the back side of the widget. Thanks!
Are you an artist or photographer wanting a custom widget like this one? Contact me about some kind of creative exchange!
Enhancements:
- Now displays current photo, flipped horizontally and darkened, as the back of the widget (using Quartz canvas JavaScript methods)
- Added place names to captions.
<<less
Download (1.2MB)
Added: 2006-01-09 License: Freeware Price:
1416 downloads
Splash News Widget 1.1

Splash News Widget 1.1


Splash News Widget - Allows user to view latest Guest images and read latest headlines. more>> Splash News Widget - Allows user to view latest Guest images and read latest headlines.

Splash News Widget allows user to view latest Guest images and read latest headlines.
Main features:
- Spinner: At the widget opening, indicates you that photos are loading. When you pass your mouse over the photo, you will get its caption info and by clicking it, you will be taken to the browser where the whole set is displayed
- 4 photo frames: On the widget front will give last updated photos from Splashnews.com guest area. By default, photos are changed every 5 seconds, but this value can be modified on the back panel
- News Ticker: The ticker displays latest news pulled from SplashNews.com ticker, on a stop & go behavior and from right to left. The ticker is set to refresh every 7 seconds
- Back options: Go to the back of the widget using the small "i" icon on widget top- right. This will allow you to change some options on widget features. To validate your options, just click "Done" button, and youll be back to front panel.
- Change refresh Rate: By default, photo on front panel are changed every 5 seconds. If you would like to have a different refresh rate just change the value here.
- Make photo display random: By default, photo displayed first are the last photos from SplashNews.com. Checking this option will display photos in random order.

Enhancements
- Change page displayed when a photo is clicked.

<<less
Download (84KB)
Added: 2008-07-10 License: Freeware Price: FREE
181 downloads
 
Other version of Splash News Widget
Splash News Widget 1.0When you pass your mouse over the photo, you will get its caption info and by clicking it, you will be taken to the browser where the whole set is displayed 4 photo frames: On the widget front will give
License:Freeware
Download (85KB)
1415 downloads
Added: 2005-12-08
Draw Caption on Image 1.0

Draw Caption on Image 1.0


Draw Caption on Image - Add text caption to the bottom of image files more>>
Draw Caption on Image is a script that adds a text caption to the bottom of image files.

It is has numerous configurable options that can be modified by setting the properties at the beginning of the script.

Completly freeware.


<<less
Download (27KB)
Added: 2006-01-04 License: Freeware Price:
1391 downloads
Maopost Widget 1.0

Maopost Widget 1.0


Maopost Widget - Vintage Chinese propaganda posters more>>
Maopost Widget - Vintage Chinese propaganda posters from the Maopost collection.

Printed between 1950 and 1990. Some are political, some are educational, most show beautiful graphics from talented artists. View a new poster every day, with its translated caption.

Available in French or English.


<<less
Download (322KB)
Added: 2006-01-09 License: Freeware Price:
1384 downloads
PICTshow 3.0

PICTshow 3.0


PICTshow - Slideshow tool for pictures, movies, and sounds more>>
The main usage of PICTshow is the display of picture or slideshows. It can also be used to make archives or creates overviews of images.
Main features:
- Save to Quicktime Movie
- Multiple Transitions
- Audio Captions
- Drag and drop
- Formats supported: QuickTime Movies, PICT and JPEG pictures, and sound files.
<<less
Download (242KB)
Added: 2006-02-11 License: Freeware Price:
1353 downloads
Sony ImageStation iPhoto export plugin 1.1.0.10

Sony ImageStation iPhoto export plugin 1.1.0.10


Sony ImageStation iPhoto export plugin - For Sonys service to share or order prints more>>
This free plug-in makes it easy for users of iPhoto to upload digital photos to Sonys ImageStation.com online service. Simply select the photos or albums you want to upload, customize with captions and click upload. Our plug-in does all the work for you! With just a few clicks youll be sharing your photos online with friends and family, and ready to order high-quality real photo prints.
If youre not already an ImageStation member, sign up for free at http://www.ImageStation.com.
100% Spyware, Adware and Malware-free.
Enhancements:
- Universal Binary version for Intel and PowerPC based Macs.
- Verified compatible with iPhoto from iLife 06.
- Preferences are stored in ~/Library/Preferences/ instead of iPhotos preference file.
<<less
Download (532KB)
Added: 2006-02-15 License: Freeware Price:
1350 downloads
IPTC Caption Extraction 1.0

IPTC Caption Extraction 1.0


IPTC Caption Extraction - Extract IPTC caption information from a TIFF more>>
IPTC Caption Extraction is a Quark AppleScript that extracts IPTC caption information from a TIFF image and then places the caption into a Quark text box.

It can easily be modified to place caption in another place.

<<less
Download (20KB)
Added: 2006-02-27 License: Freeware Price:
1337 downloads
iPhotoToGallery 0.62

iPhotoToGallery 0.62


iPhotoToGallery - Export pictures from iPhoto to Gallery more>>
Gallery is a web based software product that lets you manage your photos on your own website. You must have your own website with PHP support in order to install and use it. With Gallery you can easily create and maintain albums of photos via an intuitive interface.
Photo management includes automatic thumbnail creation, image resizing, rotation, ordering, captioning, searching and more.
Albums can have read, write and caption permissions per individual authenticated user for an additional level of privacy. Give accounts to your friends and family and let them upload and manage their own photos on your website!
Enhancements:
- International character support
- This version hasnt been tested too much, please only use it if you have non-ascii characters in your comments and its been driving you crazy that you couldnt export them.
<<less
Download (152KB)
Added: 2006-03-11 License: Freeware Price:
1322 downloads
Java Image Album 0.5

Java Image Album 0.5


Java Image Album - Easy to use wizard-style Java application that generates HTML photo albums more>>
Java Image Album project is a Free Open Source easy to use wizard-style JavaTM application that generates HTML photo albums.
Automatically resize your images and produce a set of HTML pages including index pages with thumbnails and detailed caption pages for each photo. Publishing a new photo album is as simple as copying a directory of images to your web directory.
Main features:
General Features
- Wizard-style interface
- 100% Java, runs on all platforms
- Supports .jpg images
- Read Exif information new
- Open Source! See the licence
User Interface Features
- Image preview
- HTML Caption editing
- Change order of photos to be published
- Select / deselect photos to be published
- Enhanced user interface, including easier selection of folders
- Remembers most settings from previous runs, speeding up the publishing process.
- Stores captions with source photos, in .txt files
- Time-saving shortcut keys for most options
- Select All and Clear All buttons on captions panel
- Faster thumbnail loading
Publishing Features
- Generates index page, with thumbnails
- Generates HTML pages with next/prev links
- Option to resize all portait or landscape images
- Option to output original sized images as well
- Customize number of output columns
- Option to generate multiple thumbnail pages
- Option to generate link to parent album
- Option to place detail caption above or below photo
- Option to align detail photo left, center or right
- Option to display EXIF information new.
Enhancements:
- Added internationalization (Italian, English and Russian)
- Added internationalization on output generated HTML files (Italian, English and Russian)
- Added possibility to print EXIF information
- Added album description.
<<less
Download (275KB)
Added: 2006-04-21 License: Freeware Price:
1293 downloads
Get IPTC caption 1.0

Get IPTC caption 1.0


Get IPTC caption - Extracts IPTC info from TIFF file more>>
When invoked after selecting a picture box containing a TIFF photo in a Quark XPress document, the Get IPTC caption script places a text box containing the photos caption information over the photo, near the bottom of the box.

Completly freeware for non-commercial use.

<<less
Download (22KB)
Added: 2006-05-23 License: Freeware Price:
1252 downloads
RSS-Planet 1.3

RSS-Planet 1.3


RSS-Planet - Custom marker file generator for xplanet and OSXplanet more>>
RSS-Planet is a newsmapper, i.e. a custom marker file generator for xplanet and OSXplanet which uses RSS feeds from news websites to plot the current headlines on a world map.
By default, BBC News, Yahoo! News, CNN.com and the Washington Post are supported, but other feeds that point to articles with place names might work as well.
Note: The Python Imaging Library needs to be installed for favicon display to work. Circles are used by default if PIL is not found. To use the GUI, wxPython must be installed.
RSS-Planet implementation by Martin C. Doege after an idea by Nathan Eckenrode. Various tips/hints are available at the developers website.
Enhancements:
- RSS-Planet can now alternatively output HTML with popup captions.
- If the command line option --web is used, a page called rssplanet.html is generated in the web_path directory.
- Rendering of the background image no longer requires xplanet or OSXplanet in this mode, only the day and night images specified in renderplanet.py.
- Normally, these will be earth.jpg and night.jpg, which are available from from the xplanet/OSxplanet distribtution.
<<less
Download (99KB)
Added: 2006-05-22 License: GPL Price:
1251 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4