8 projects tagged "English"
gscan2pdf is a GUI to ease the process of producing PDFs from scanned documents. You scan in one or several pages and create a PDF of selected pages. Scanning is handled with SANE via scanimage. PDF conversion is done by PDF::API2. Perl is used for portability and ease of programming, with gtk2-perl for the GUI.
There are many photo-gallery programs available. Zoph is different, as it concentrates on the management of large collection of photos instead of just showing them on the Web. It can store a lot of information about your photos, including the regular EXIF info, photographer, location, title, description, rating, and the people in the photo. Photos can appear in multiple albums and categories. Additional features include search, slideshows, lightboxes, email, access privileges, and multiple languages.
gpgm2srt is Perl script for the conversion of graphical DVD subtitles into SRT/SUB text subtitles. It contains its own OCR (Optical Character Recognition) algorithm mastering diacritics and italics, and is equipped with a graphical interface. It can also manipulate SRT text subtitles (time corrections and shift, etc.). It requires the Perl-Tk interpreter, libnetpbm9, transcode, and optionally other binaries.
Brace is a dialect of C that looks like Python. It has coroutines, hygenic macros, header generation, and libraries with graphics and sound. It is meant to be good for beginners, kids, and experts. Brace is translated to C, then compiled, with #! support and cached executables. It is fairly portable, and runs on GNU/Linux, Unix, and Windows with MinGW. It should also run on Mac OS X. It comes with a lot of demo programs, many with animated graphics.