Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

meh

Compare

meh (correctly pronounced with indifference) is a small, simple, super fast image viewer using raw XLib. It is similar to feh, but faster and simpler. meh can use ImageMagick's convert executable, if it is installed, to view almost 200 file formats, including SVG and PDF, though it is slower ... [More] for these formats. Built in (fast) formats are JPEG, PNG, GIF, BMP, and netpbm. [Less]

5.0
 
  0 reviews  |  1 user  |  1,277 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 

Geotagging is a method of adding GPS data to the EXIF header of photographs (found in JPEG and other file formats). Geotagger is a tool to help geotag photos. This can be done manually by locating a spot on a map or automatically by correlating with data from a GPS. Geotagger is written in C# ... [More] and uses Google Maps in an embedded web browser for visualizing the GPS data and photo locations. This tool is meant to do only one thing - Geotag photos. It will not create KML files, it will not create GPX files, it will not resize photos, it will not post photos to web sites. It will just write GPS data into EXIF headers of photographs. This is a work in progress and is not yet complete. Please read the wiki or http://notions.okuda.ca/geotagger/ for updates. [Less]

0
 
  0 reviews  |  0 users  |  5,310 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Exif Tags management from Jpeg images with C and Java.

0
 
  0 reviews  |  0 users  |  11,963 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

A small simple command line program ( written in c++ ) that will remove unneeded data from inside of jpg files. The program source code along with a windows exe is the svn repository. It should also compile on other systems like linux, unix and macintosh without any changes. Just use the attached ... [More] makefile. I wrote it so that images uploaded to my website are smaller and have all unused data removed from inside them. I have an automated upload system for sending new pictures to my website and before they are uploaded it runs cleanjpg on them first. The program just takes one operand and that is the path ( or folder ) where the jpg images are located. It scans the directory and looks for filenames ending in ".jpg" (or ".JPG). Enjoy, Kevin [Less]

0
 
  0 reviews  |  0 users  |  386 lines of code  |  0 current contributors  |  Analyzed about 9 hours ago
 
 

Exifacto is designed to offer an intuitive API for reading EXIF data from JPEG and TIFF images. EXIF documentation and notes are included in the API's Intellisense comments so you can explore the API whilst you're coding and see what fields are available and what they do. var exifData = ... [More] new Exifacto.ExifData("C:\myfile.jpg"); Console.WriteLine("Photo taken at: " + exifData .DateTimeOriginal.ToString()); Console.WriteLine("Taken with a " + exifData .CameraModel); // Do we need to rotate this photo to display it properly? int rotationRequired; switch(exifData.Orientation) { case CameraOrientation.Normal: rotationRequired = 0; break; case CameraOrientation.LeftSideOfCameraTowardsSky: rotation = -90; break; case CameraOrientation.LeftSideOfCameraTowardsGround: rotationRequired = 90; break; case CameraOrientation.UpsideDown: rotationRequired = 180; break; } [Less]

0
 
  0 reviews  |  0 users  |  478 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

Most images online which use limited colors or are charts, graphs, or similar should be saved using the PNG format. PNG makes these images not only look much better to the viewer, but it generally makes them smaller and quicker to download as well. Other images, such as photographs taken with a ... [More] camera, are almost always best saved in JPEG format. Unfortunately, most internet users do not know how image compression works and have no idea which format to save any particular image in. ImageGuide helps you figure out which format to save an image in. It is designed to be extremely easy to use and supports all major platforms. ImageGuide saves your image in both formats, using roughly the same amount of disk space, and allows you to see which looks better. If you cannot tell, it gives you the option of recommending a format, and can even save the file for you. While ImageGuide does have the option of saving images, it is usually best to use a dedicated art program such as Adobe Photoshop or The GIMP. These programs generally have more refined image saving features and may be able to make your image smaller and better looking than ImageGuide. ImageGuide should be used primarily for deciding which format to use. Because ImageGuide uses the colors recommended by your computer (the "system palette"), PNG images may not look as good as they could when using a program with smarter color tools. I hope to implement a color chooser (using the Median Cut or similar algorithm) at some future date. [Less]

0
 
  0 reviews  |  0 users  |  704 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

Fondo is a simple program that changes the background image on Windows. You can specify the number of minutes each image is shown. The project was written using C++/MFC and Visual Studio 2008. I wrote it to learn how to use ImageMagick and become familiar with VS2008. You can see in this ... [More] program how to: Create a tray-based app Run a background thread in an MFC application Use ImageMagick to convert an image from JPEG to BMP FutureThe initial version simply loads jpegs from a particular directory. I plan to expand it to get images from an RSS feed as well. [Less]

0
 
  0 reviews  |  0 users  |  2,277 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

Shrinky is a program that lets you easily shrink your picture-files, for example to send them via e-mail or upload them.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.