| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | album.pl |
script | CGI Perl | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 2 | album 4.01 |
linux | Internet->HTTP | Free |
View Detail
|
|||||||||
album is an HTML photo album generator that supports themes. It takes directories of images and creates all the thumbnails and HTML that you need. Its fast, easy to use, and very powerful. Here are some key features of "album": · You can use themes to choose or redesign the album "look and feel." · Recursively descends directories to make a hierarchy of photo albums · EXIF support, Video thumbnails... · So very easy to use! |
||||||||||||||
| 3 | album 3.10 |
windows | Web Development->Automated Web Publishing Tools | Free |
View Detail
|
|||||||||
An HTML photo album generator that supports themes. It takes directories of images and creates all the thumbnails and HTML that you need. This is a command-line tool that needs perl and/or CygWin installed to work. If youre expecting a graphical interface, look elsewhere, but if youre not afraid of the prompt, this is the most powerful album tool available! |
||||||||||||||
| 4 | Iview Album |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 5 | Easy Album |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 6 | PHP Album |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 7 | Album.php |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 8 | Album 1.0 |
windows | Graphic Apps->Viewers | $19.95 |
View Detail
|
|||||||||
Album Builder can help you create your impressive and professional Album and web gallery in a snap with a few mouse clicks! Just add your images, select the style and layout of your gallery.and can be a single CHM E-BOOKAlbum Builder supports 20+ popular image formats (BMP, JPEG, GIF, TIFF, PNG etc), handles most of image formats. After adding your images, you can decide the style of your gallery by choosing a built-in HTML template. Click only ONE button, and all files of your gallery will be generated automatically.For professional users, after choosing a style, they will have more control on their galleries. By modifying the advanced settings, they can customize almost each part of their gallery, specify file names and folders. There are more settings than you ever imagine!If you have some knowledge of HTML, you can design your unique style and add it to the template library easily. You can use any web page design softwares, eg Microsoft FrontPage and Macromedia Dreamweaver, to design your own templates. And you have the total control of templates. For registered users, our tech. support team will convert the webpages you subscribe to templates TOTALLY FREE! And our website will continue to provide new templates.Key features:*Fast and easy to use.Most users will create their galleries with only a few mouse clicks and within several minutes.*User friendly interface.The step-by-step wizard style user interface is much more user friendly. The wizard guides you through the whole process of building your gallery. Extensive help for different steps and pages are available anytime.*Full controlUsers can customize most parts of their galleries, including folders, style, size of Albums and full-size images, layout of web pages, text of web pages, etc.*20+ image format supportedAlbum Builder supports more than 20 image formats, covering most popular image formats. These formats includes BMP, JPEG, GIF, PNG and etc. |
||||||||||||||
| 9 | Diji Album 7.0 |
windows | Graphic Apps->Presentation Tools | $39.50 |
View Detail
|
|||||||||
Diji Album software allows you to create electronic photo albums. Diji Album files resemble real photo albums and are just as fun and almost as easy to create. Diji Album exceeds other products by allowing complete control over the layout of your album pages, including multiple images, rich text, multimedia, headings and other objects. Diji Albums can be: Sent to friends and family as a highly-compressed or self-extracting album file, Distributed as auto-running CD-ROMs or Exported to HTML for publishing on the internet. Other Features: Dragging and dropping of images and text from explorer and other applications, Thumbnail image browser for the quick addition of images to your images to your album, Pasting of text and image from editing applications, Acquisition of images from digital cameras or scanners, Authentic photo album look including album cover and optional photo corners, Full text searching within your album, Printing of album pages, entire albums or selected images or text |
||||||||||||||
| 10 | Adaptrust Album Publisher |
script | ASP NET | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 11 | Album Burger 2007a |
windows | Graphic Apps->Other | Free |
View Detail
|
|||||||||
Album Burger helps you create as many photograph albums you wish and you can add as many pages and photographs to complete your category. Here are some key features of "Album Burger": · Identify the albums, pages and pictures - You can name your albums, pages and photographs; write down the date, place and comments to remember the event. · Integrate your scanner and your digital camera - A single click, allows you to import from a scanner or digital camera. · Research Tool - You dont remember in which album you placed a photogragh? Album Burger will always remember! Use the Research Tool to find it with key words such as: names, dates, places, etc.! · Send a photograph or a page by e-mail - Send a photograph or an album page to family or friends by e-mail. · Generates a Web album gallery of photographs - You can create a Web site with your photographs without any technological knowledge... · Image editor - Take the flaws out, blur them, turn them, redimension them, have fun!. · Full Screen Viewing - This mode allows you to view full screen, one by one, your photographs in your album. It is also possible to view your album in slide show mode. · Album exporting and importing - Useful for taking a backup or even for sending one or several albums to family or friends. · A library of background images - There is a library of background images available for you to choose from and it is also possible for you to add your own background images. · Printing - Printing a photograph or an album page is quite easy. |
||||||||||||||
| 12 | MP3::Album 0.14 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
MP3::Album is a Perl extension to manage a music album built of mp3 files. SYNOPSIS use MP3::Album; $mp3_album = MP3::Album->new(files=>@files); #check is as set of mp3 has a uniform encoding if ($mp3_album->bitrate_check()) && $mp3_album->frequency_check()) { print "This set of mp3 is well encodedn"; } else { print "not so goodn"; } #get tracks and artistic information (layout) from cddb @layouts = $mp3_album->fetch_layout(method=>CDDB); #using one of the above matches to generate tags $mp3_album->layout($layouts[0]); # set the album layout to # on of your choice $mp3_album->generate_tags(); #and then rename the files $mp3_album->rename_files(); The general idea is to assume you can construct a set of mp3 files that , burnt into a cd, is equal to the "original" cd album. This modules helps to check if in every case this assumption is valid, and gives a set of utilities to manage that set of mp3 (ie: Generate mp3 tags or rename files according to a cddb match). The so called album info is divided into two sets: the technical info and the layout info. Technical info Gives all the information about the mp3 file and about the album as a group of those files. For an example it gives you the general encoding(s) of the album and if it has a uniform encoding (all the tracks are encoding at the same bitrate). Layout info Gives you all the information about the disc layout. This is track names, album artist, etc. You can get layouts of various ways; for now three of them where implemented : information extracted from mp3 tags, from cddb, imported from a text file. for more info about the layouts read the perldoc of MP3::Album::Layout |
||||||||||||||
| 13 | Photo album BW |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 14 | PHPix Photo Album |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 15 | DVD Album 1.2 |
windows | Audio Multimedia->Audio Codecs | Free |
View Detail
|
|||||||||
DVD Album allows you to import several DVD .mpg video files, create a simple menu and burn a DVD video disc. You can change menu thumbnails and captions, select the background picture and different video options. Whats new in this version: Ability to save and open album projects; more font and style options for captions (shadow/shape/semi-transparent colors). |
||||||||||||||
| 16 | DVD Album 1.1 |
windows | Utilities->Disk Analysis | $n |
View Detail
|
|||||||||
|
||||||||||||||
| 17 | Album Player 103 |
windows | Audio Multimedia->Audio Players | FREE |
View Detail
|
|||||||||
ABplayer can play music in MP3 format, you can add or edit the LYRIC while you are looking your own photo album/collection in JPG format. |
||||||||||||||
| 18 | UFU Web Album |
script | PHP | Free |
View Detail
|
|||||||||
|
||||||||||||||
| 19 | Album Burger 2006d |
windows | Graphic Apps->Viewers | Free |
View Detail
|
|||||||||
Album Burger is a FREE and COMPLETE software which will give you the possibility to classify your cherish memories in the digital format. You can classify your summer vacation, your family pictures or the personal events that are important to you. This product is easy to use for a beginner and a great tool for those of you who are used to digital photography. The most demanding user will find several elaborated tools such as: search engine, slide view tool, many ways to export albums and images, an image editor, a web gallery generator and many other interesting options. Practical and amusing, you will be able to adapt to it quite easily. Album Burger is developed and build by a group of volunteer workers. It was created in order to offer you a complete solution. This software offers to its users the ergonomy of a plain tool and at the same time you will find everything that you need to manipulate and classify your digital pictures. |
||||||||||||||
| 20 | DVD Photo Album 3.01 |
windows | Graphic Apps->Other | $29.95 |
View Detail
|
|||||||||
|
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
