Main > Free Download Search >

Free jpeg files software for mac

jpeg files

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7550
JPEG Comment 0.3

JPEG Comment 0.3


JPEG Comment is such an easy to use and useful Cocoa application that is designed to enable users to show jpeg image and its comment text. more>>

JPEG Comment 0.3 is such an easy to use and useful Cocoa application that is designed to enable users to show jpeg image and it's comment text. You can edit comment and save it into JPEG file.

Requirements: Mac OS X 10.1 or higher

<<less
Download (161.1KB)
Added: 2001-10-15 License: Freeware Price:
downloads
fileSifter 1.5

fileSifter 1.5


fileSifter - read a little part of a file at your preferred offset more>>
This application permits you to read a little part of a file at your preferred offset.
Its useful e.g. to know the kind of a very big file without any extension and the Type or Creator code (you cant open it with a text editor).

You just drag the file over fileSifter and view its contents to know if its a JPEG, a FreeHand file or an application, etc.

You can also read an information placed at middle or at end of file, like EXIF data of a corrupted photo, etc.


All the data can be viewed as plain text and hexadecimal, decimal or octal value.
<<less
Download (52KB)
Added: 2007-03-27 License: Freeware Price:
944 downloads
JPEG 2000 Dropper 1.1

JPEG 2000 Dropper 1.1


Convert pictures to JPEG 2000 format. more>>
JPEG 2000 Dropper is a simple utility that uses the QuickTime Importerand Exporter classes to convert any picture file to a JPEG 2000 picturefile.
<<less
Download (783KB)
Added: 2004-09-30 License: Freeware Price:
1988 downloads
Rdx File Manager 1.6

Rdx File Manager 1.6


Rdx File Manager is a free and open source file manager that determines formats after the file content more>> Rdx File Manager is a free and open source file manager that determines formats after the file content

Rdx File Manager is a free and open source file manager that determines file formats by file content. Rdx File Manager has two switchable interfaces: Norton Commander style and Explorer style.

Major Features":
- Two changeable interfaces support
- File type definition (GIF, BMP, JPEG,PNG, TIFF, MP3, WAV, EXE, ZIP, RAR, CLASS)
- Zip archives content viewer
- Image viewer
- Launching executable files
- Synchronization with file system
- Copy, move, rename and delete actions support
- Saving/Loading programs current state
- Logging support

Requirements:
- Java

<<less
Download (138KB)
Added: 2009-06-27 License: Freeware Price: FREE
18 downloads
JExifViewer 1.0

JExifViewer 1.0


JExifViewer is a Java program for displaying and comparing Exif informations stored in JPEG files created by digital cameras more>>
JExifViewer is a Java program for displaying and comparing Exif informations stored in JPEG files created by digital cameras. JExifViewer project is an Open Source project released under the GPL.

JExifViewer has an image viewer in which you can rotate and/or flip, zoom in/out the selected image. You can also print an image.

At the moment JExifViewer is localized in English and German. If you want to do some translations please contact me!

A short online help is available for JExifViewer and can be accessed in the program by pressing the F1 key.

<<less
Download (920KB)
Added: 2006-05-25 License: GPL Price:
1265 downloads
Zipeg 2.7.1.982

Zipeg 2.7.1.982


Allows you to quickly and easily open and explore content of archives. more>>
Zipeg 2.7.1.982 is a versatile and very useful tool which enables you to quickly and easily open and explore content of archives, preview files and images before you extract them. Extract only the files you want. Many documents and pictures such as jpeg files come to your mailbox as zip archives. Zipeg allows you to decide what do you want to extract before your polute your disk with gazillions of items.

Using Zipeg you can double click on the item and automatically open the document in Preview or your preferred application before you extract it. You can choose what to extract and where to put the extracted items.

Major Features:

  1. Supports wide variety of archive formats: ZIP, RAR, ARJ, LHA/LZH, 7z, TAR, GZ, TGZ, BZIP2, CPIO, RPM, ISO, CHM, Z, CBR, CBZ, WAR, EAR.
  2. Allows to see whats inside archive BEFORE extracting files.
  3. Opens files in Preview or any other associated application directly from the archive.
  4. Displays image thumbnails (EXIF) in tooltips.
  5. Extracts/unzips items simply by dragging them.
  6. Easy-to-use user interface.
  7. Resource fork, file permissions and Finder attributes support for Mac OSX.
  8. Supports filenames in national alphabets in UTF-8, Unicode and codepage encodings.
  9. Processes archives in background.
  10. Does not have any archive size limitations.
  11. Allows to explore CD and DVD ".iso" image files.
  12. Reports cumulative contents size of subfolders.
  13. Gives fine control over customizable destination of extraction.
  14. Automatically opens nested archives.
  15. Opens archives via file types associations.
  16. Provides `path completion` for destination folders.
  17. Sorts content of folders by name, size or date.
  18. Automatically checks for latest updates.
  19. Universal binaries for Apple Macintosh OS X.
  20. Full Mac OSX and Windows XP/Vista support.
  21. Build on top of powerful 7zip engine.

Requirements:

  • Windows XP and Vista
  • Mac OS X: Tiger and Leopard.
<<less
Download (2.1MB)
Added: 2009-06-09 License: Freeware Price: FREE
1186 downloads
 
Other version of Zipeg
Zipeg 1.3.0.567Extract only the files you want. Many documents and pictures such as jpeg files come to your mailbox as zip archives. Zipeg allows you to decide what do you want to extract before your polute your
License:Freeware
Download (1.9MB)
818 downloads
Added: 2007-08-06
Jhead 2.5

Jhead 2.5


Jhead - The files coming out of a pretty much all Digital cameras are in the Exif flavour of Jpeg files more>>
The files coming out of a pretty much all Digital cameras are in the Exif flavour of Jpeg files. Exif files are for the most part Jpeg files, but start with a different header block, and contain additional data sections with camera settings, as well as a preview thumbnail picture as part of the Exif header. Most editing / viewing software just skips past the Exif header and ignores it outright, so you normally dont notice its even there.
Because I am interested in photography, I am always curious just exactly what settings my fully automatic digital camera actually did end up using. Theres a few programs out there that can parse some of these headers, but I couldnd find one that I could compile to an executable, and none that actually figured out what the camera settings were from the various confusing ways in which the fields can be expressed.
Parsing the data of interest out of an Exif header is not straightforward. There is a large number of ways that simple data such as shutter speed or aperture setting can be expressed in inside of an Exif header. It can be an integer of various forms, or a fraction or floating point, which must subsequently be raised to a power to get the true value. Then it can be stored big-endian or little endian, and there are different fields for expressing the same values! It sounds like complete eveolutionary anarchy, but I think its just a comitee designed spec.
With all its complexity, interestingly enough, plain text ASCII would both be smaller in size and easier to parse! So I wrote this command line driven program to parse through the little file system in the Exif headers and extract the stuff I really care about: What the digital camera settings really were.
The other thing I realized is that the files coming out of most digital cameras contain an integral thumbnail as part of the Exif header. This thumbnail is used for flipping through really tiny images on the LCD, although most cameras, when viewing just one image on the LCD dont use it (too little detail).
This thumbnail takes up typically around 10k of data in the header. Once the picture is off the camera, even the software that comes with the camera doesnt use the thumbnail in the file, so its really just wasted space. So I added an option (-dt option) that reads the whole Jpeg image, figures out where the useful part of the Exif header ends, discards the thumbnail, and saves it back to disk. where the thumbnail is, and writes everything (including the rest of the Exif header) back Result: 10k space savings, with all the important information, including the digital camera information in the exif header intact. No loss of image quality, and very fast. So far all software I tried, including the software that comes with the digital cameras, has worked fine, and is still able to parse the Exif header.
Main features:
- Integral low-res Exif thumbnail
- Shutter speed
- Camera F-stop number
- Flash used (yes/no)
- Distance camera was focused at
- Focal length and calculate 35 mm equivalent focal length
- Image resolution
- Time and date picture was taken
- Camera make and model
- Up-right images according to rotation tag using jpegtran
- Set or relative adjust internal exif timestamps
- Re-name or date stamp fils according to exif timestamp
- Transfer exif headers between images
- Edit jpeg comments
- Delete exif or comment sections from jpeg images
Enhancements:
- Added -rgt (regenerate thumbnail) feature.
- Added -orp and -orl options.
<<less
Download (59KB)
Added: 2006-07-13 License: Freeware Price:
1209 downloads
iSteg 1.5

iSteg 1.5


iSteg is an encryption program that allows you to hide a file inside a jpeg image more>>
iSteg is an encryption program that allows you to hide a file inside a jpeg image. This encryption technology is called steganography. iSteg is a frontend for the opensource tool outguess 2.0.

iSteg can be used to both encode and decode a hidden file. iSteg is a Universal binary application, so it can be used natively on both PowerPC and Intel based Macs.

<<less
Download (751KB)
Added: 2006-12-18 License: Freeware Price:
1046 downloads
Edit JFIF Comment 1.0.4

Edit JFIF Comment 1.0.4


Edit JFIF Comment does only one thing: it lets you view and edit text comments embedded in JFIF files (more commonly referred to as JPEG files) more>> Edit JFIF Comment does only one thing: it lets you view and edit text comments embedded in JFIF files (more commonly referred to as JPEG files). Open a file by using the File menu or by dropping it onto the application, edit the comment, save the file, thats it.<<less
Download (120K)
Added: 1997-08-13 License: Free Price:
downloads
 
Other version of Edit JFIF Comment
Edit JFIF Comment 1.0.3Francois Pottier - modify the textual comments included in JFIF files (more commonly known as JPEG files) with ease. Edit JFIF Comment
License:Freeware
Download (120.2KB)
downloads
Added: 1996-11-26
iPhoto2Gmail 0.6

iPhoto2Gmail 0.6


iPhoto2Gmail - an iPhoto (5 & 6) plugin that lets you quickly and easily send pictures using your gmail account more>>
iPhoto2Gmail is a small utility, an iPhoto (5 & 6) plugin that lets you quickly and easily send pictures using your gmail account... all without installing or configuring an e-mail application.
Enhancements:
- Added Gmail Contact List Integration!
- Fixed bug where RAW (and other non-jpeg files) were not properly renamed when scaled.
- Fixed situation where plugin could try to send message without recipients
- Refactored code to be Object Oriented and Modular for maintainability.
<<less
Download (104KB)
Added: 2007-04-16 License: Freeware Price:
923 downloads
ANGO Viewer 1.1.2

ANGO Viewer 1.1.2


ANGO Viewer Beta - Create, view encrypted image and video file more>>
You can create an encrypted image and video file, and can see them by ANGO Viewer directory.
Encryption is blowfish 128 bits. ANGO Viwer can handle files are GIFF, JPEG, PING, PICT, MOV, MP4, QTL, MPG, SWF.
If you installed Flip4mac on your machine, WMV, AVI, and ASF also.
Enhancements:
- You can set an encrypted files folder.
- Video menu was added Loop and short cuts.
- Bug fixed "Fit to Screen" of video menu.
- Bug fixed when "Secure Trash" was clicked.
<<less
Download (2MB)
Added: 2007-01-30 License: Freeware Price:
1003 downloads
Goldberg 2.5

Goldberg 2.5


Goldberg is an image and movie viewer with some image editing capabilities more>>
Goldberg is an image and movie viewer with some image editing capabilities such as QuickTime Effects, rotations (fixed and arbitrary), free zooming, selecting, cropping and printing.
Goldberg can read several image file formats as PICT, Photoshop, JPEG, TIFF, FlashPix, GIF, PNG, Targa, BMP, SGI files and also QuickTime movie files. Goldberg supports saving and exporting image as PICT, Photoshop, JPEG and TIFF, PNG, Targa, BMP, SGI and qtif (QuickTime Image Format) files.
Main features:
- Read PICT, Photoshop, JPEG, JPEG 2000, TIFF, FlashPix, GIF, PNG, Targa, BMP, SGI, and PDF files.
- Save as PICT, TIFF, Photoshop, JPEG, or JPEG 2000 file.
- Export as PNG, Targa, BMP, SGI or qtif file.
- Support PICT, Movie, TIFF and PDF Clipboard formats.
- Copy to Clipboard as PICT with QuickTime compression.
- Handle large PICT image (> 4095 pixels).
- Can open several images in the Open file window (Navigation Services window).
- Saving using long file name > 31 characters (under Mac OS X 10 only).
- Display long file name in the window title (under Carbon and Mac OS X 10).
- View as real or print size.
- Contextual Menu support.
- Printing
- Tools:
- Selection tool
- Zoom-In & Zoom-out tools (with zoom in a given area by click and drag).
- Hand tool, Hand too still available with the other tools (while CapsLock key is locked).
- Editing Capabilities with Undo support:
- Crop the current selection.
- Resize image and change its resolution.
- Rotation: 180, +/- 90 degrees and arbitrary + flip horizontally or vertically.
- Applying QuickTime Effects such: Blur, Brightness & Contrast, Color Tint, Edge Detection, Emboss, HSL Balance, Sharpen, etc..
- Revert to previous saved file.
- Movie viewers features:
- Open and view QuickTime movie files and animated GIF files.
- Allow to copy the current selection as a PICT (to extract one image) or a Movie (to extract a sequence).
Enhancements:
- Finally Goldberg is a ColorSync savvy application.
- The embedded ICC profile found in image is used when displaying or printing.
- A Color Settings command in Edit menu has been added to change the default behavior with ICC profile and ColorSync.
- The sRGB profile is automatically used as the default profile when a jpg file with an EXIF tag (image produced by a digital camera) has no embedded profile.
- Goldberg 2.5 is fully compatible with Mac OS X 10.4 (aka Tiger).
<<less
Download (882KB)
Added: 2005-11-04 License: Freeware Price:
1452 downloads
 
Other version of Goldberg
Goldberg (Classic) 2.3.2SGI files, save as PICT, Photoshop, TIFF or JPEG file, and export as PNG, Targa, BMP, SGI or qtif ... Version 2.3.2 fixes problem reading multi-layer image files as Photoshop documents. Fixes
License:Freeware
Download (439.4KB)
downloads
Added: 2003-12-09
SimpleThumbs 0.5.3

SimpleThumbs 0.5.3


Simple webpage tumbnail generator. more>>
SimpleThumbs is a simple thumbnail and webpage-generator.It converts a folder containing JPEG-files,and creates Thumbnails, HTML index-pages, HTML-pagesfor each pictures and can stamp a copyrightmessage in the highres-pictures.
<<less
Download (637KB)
Added: 2004-09-13 License: Freeware Price:
1867 downloads
SimpleThumbs X 0.8

SimpleThumbs X 0.8


SimpleThumbs is a useful tool which generates JPEG thumbnails and HTML pages out of a single folder with high resolution pictures. more>>

SimpleThumbs X 0.8 S is a free tool that is always under development. It generates JPEG thumbnails and HTML pages out of a single folder with high resolution pictures. It converts a folder containing JPEG-files, and creates Thumbnails, HTML index-pages, HTML-pages for each pictures and can stamp a copyright message in the highest-pictures.

Requirements: Mac OS X 10.3 or later.
<<less
Download (1.5MB)
Added: 2007-12-09 License: Free Price:
downloads
 
Other version of SimpleThumbs X
SimpleThumbs X 0.7It converts a folder containing JPEG-files,and creates Thumbnails, HTML index-pages, HTML-pages for each pictures and can stamp a copyright message in the highres pictures. Enhancements
License:Freeware
Download (1.2MB)
1483 downloads
Added: 2005-10-04
Generate JPEG icon automator workflow 1.0

Generate JPEG icon automator workflow 1.0


Generate JPEG icon automator workflow brings about an ideal solution to the fact that JPEG files dont always show up in the Finder with a custom icon. more>> Generate JPEG icon automator workflow 1.0 brings about an ideal solution to the fact that JPEG files don't always show up in the Finder with a custom icon. Generate JPEG icon automator workflow fixes this by creating icons for your JPEGs.

To install:

  • Double click the workflow, in Automator go to File menu > Save as Plug-ins > (type: Generate_Icon) set as Plug-ins for Finder.
To use:
  • Go to your desired image folder
  • Select JPG files
  • Control key held down OR right-click your mouse
  • Select Automator then Generate_Icon

Requirements:

  • Mac OSX 10.4, Automator
<<less
Download (2K)
Added: 2006-11-30 License: Free Price:
downloads
 
Other version of Generate JPEG icon automator workflow
Generate jpeg icon Automator workflow 1.0Generate jpeg icon Automator workflow brings an innovative, versatile editor tool. Generate ... To install: Double click the workflow, in Automator go to File menu > Save as Plug-ins > (type
License:Freeware
Download (2KB)
downloads
Added: 2006-11-28
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5