Main > Free Download Search >

Free jpegs software for mac

jpegs

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 33
Write IPTC Tags to JPEGs 1.0

Write IPTC Tags to JPEGs 1.0


Writes IPTC metadata into JPEG images. more>>


This action will write the user-input IPTC tags into the JPEG images passed from the previous action. No image editing applications are required. In addition, you can save the input tag values as settings files that can be recalled during workflow execution.

<<less
Download (124K)
Added: 2007-01-18 License: Freeware Price:
14 downloads
JPEGtoASCII 2.0.0

JPEGtoASCII 2.0.0


JPEGtoASCII provides you with a versatile and extremely useful tool which is designed to convert any image file (not just JPEGs!) into blocks of text. more>>

JPEGtoASCII 2.0.0 provides you with a versatile and extremely useful tool which is designed to convert any image file (not just JPEGs!) into blocks of text. This product is totally free for everyone.

Usage:

  • To load a picture for interpretation, choose the File->Open menu or File->New then drag a picture file onto the window. The Characters Library is a string of characters that JPEGtoASCII will use to represent your picture.
  • If you want "black and white" then you simply add a clearly visable character like '$' followed by a space (white). The darker cells in the picture will be represented by characters from the left hand side of the library, and vica vera.
  • The refresh rate is the number of iterations the processing thread should execute before refreshing the user interface. In other words, a high refresh rate will get the job done faster. However, a very high refresh rate will offer little to no feedback du
  • Saved Resolution Sets are a quick way to jump between resolutions. If you want more detail, choose a lower cell size. The first value corresponds to the width, the second to the height of each cell. Be warned that if your picture is not evenly divisable into cells, the lower and right-most few pixels will not be represented.
  • This is usually not a problem, however. The Text Smoothing option may be beneficial on the windows version, but other than that serves no real purpose beyond looking pretty. Slows things down quite a bit though. Should you experience an error such that a window becomes unreachable/unusable, delete the preferences file.
<<less
Download (738KB)
Added: 2008-07-30 License: Freeware Price: FREE
1 downloads
DropJPG 2.4

DropJPG 2.4


DropJPG - Easily convert images from most formats to jpg by simple drag and drop more>>
DropJPG is a simple program that converts images dropped on its icon into JPEG. DropJPEG is compatible with all Quicktime readable images, including PDF screenshots.
To use DropJPG, drag an image or a folder of images onto its icon. The images (and all images in any folder dragged) will then be converted to a JPG.
DropJPG is freeware and requires Mac OS 10.3 or higher. Localizations are currently available in German, French, Japanese, and Polish. DropJPG is open source and available at http://www.kainjow.com
Enhancements:
- DropJPG is now a Universal Binary
- Converted JPEGs no longer overwrite a previous JPEG of the same name (i.e. a file named "MyFile 1.jpg" will be created if "MyFile.jpg" already exists).
<<less
Download (100KB)
Added: 2006-01-24 License: Freeware Price:
1370 downloads
clip2jpg 0.3

clip2jpg 0.3


clip2jpg - Scriptable, faceless app converts files or the clipboard to JPEGs more>>
clip2jpg is a small facelss AppleScriptable Cocoa application which takes whatever image is on the clipboard, or an arbitrary file, and saves it as a JPEG file. It includes a screenshot script which takes and saves screenshots to your desktop as JPEGs, as well as a droplet for drag-and-drop conversion.
Enhancements:
- added "convert to jpeg" example applet
- added "quit clip2jpg" example applet
- added limited support for 1-bit images (like some TIFFs)
- fixed bug which could cause clip2jpg to crash if it failed to convert an image.
<<less
Download (39KB)
Added: 2006-06-15 License: Freeware Price:
702 downloads
fixPrivilegies 1.0

fixPrivilegies 1.0


Fixes .jpg problems with iResize. more>>
fixPrivilegies fixes iResize issues with certain JPEG image files. Download the small droplet "fixPrivileges" and drag over it all your jpegs, everything will be fixed.
<<less
Download (103KB)
Added: 2004-09-28 License: Freeware Price:
1851 downloads
ConvertImages 4.2.1

ConvertImages 4.2.1


ConvertImages is a mighty effective program that allows you to convert most of the common image formats to JPEGs, allowing you to post them on the web or burn them to CDs. more>> ConvertImages 4.2.1 is a mighty effective program that allows you to convert most of the common image formats to JPEGs, allowing you to post them on the web or burn them to CDs. It also allows you to change the resolution of the image.

Enhancements:

  • JPEG2000 support added
  • You can choose "watch" and destination folder

Requirements: Mac OS X 10.1 or later.


<<less
Download (429K)
Added: 2004-08-30 License: Free Price:
downloads
MogileFS 2.20

MogileFS 2.20


Distributed (meta) file system. Spray files across cheap disks on your network. Pay less for storage. No proprietary on-disk file formats. more>> Distributed (meta) file system. Spray files across cheap disks on your network. Pay less for storage. No proprietary on-disk file formats.

MogileFS is an open source distributed filesystem. MogileFS is not:
- POSIX Compliant -- you dont run regular Unix applications or databases against MogileFS. Its meant for archiving write-once files and doing only sequential reads. (though you can modify a file by way of overwriting it with a new version)
- Completely portable ... yet -- there still is some Linux-ism in the code, at least in the HTTP transport cod, but the plan is to scrap that and make it portable

Main features:>
- Application level -- no special kernel modules required.
- No single point of failure -- all three components of a MogileFS setup (storage nodes, trackers, and the trackers database(s)) can be run on multiple machines, so theres no single point of failure. (you can run trackers on the same machines as storage nodes, too, so you dont need 4 machines...) A minimum of 2 machines is recommended.
- Automatic file replication -- files, based on their "class", are automatically replicated between enough different storage nodes as to satisfy the minimum replica count as requested by their class. For instance, for a photo hosting site you can make original JPEGs have a minimum replica count of 3, but thumbnails and scaled versions only have a replica count of 1 or 2. If you lose the only copy of a thumbnail, the application can just rebuild it. In this way, MogileFS (without RAID) can save money on disks that would otherwise be storing multiple copies of data unnecessarily.
- "Better than RAID" -- in a non-SAN RAID setup, the disks are redundant, but the host isnt. If you lose the entire machine, the files are inaccessible. MogileFS replicates the files between devices which are on different hosts, so files are always available.
- Flat Namespace -- Files are identified by named keys in a flat, global namespace. You can create as many namespaces as youd like, so multiple applications with potentially conflicting keys can run on the same MogileFS installation.
- Shared-Nothing -- MogileFS doesnt depend on a pricey SAN with shared disks. Every machine maintains its own local disks.
- No RAID required -- Local disks on MogileFS storage nodes can be in a RAID, or not. Its cheaper not to, as RAID doesnt buy you any safety that MogileFS doesnt already provide.
- Local filesystem agnostic -- Local disks on MogileFS storage nodes can be formatted with your filesystem of choice (ext3, XFS, etc..). MogileFS does its own internal directory hashing so it doesnt hit filesystem limits such as "max files per directory" or "max directories per directory". Use what youre comfortable with.

<<less
Download (258KB)
Added: 2008-10-03 License: Freeware Price: FREE
388 downloads
Wipe Creator 2.0

Wipe Creator 2.0


Wipe Creator is a comprehensive, user friendly tweak utility. more>>

Wipe Creator 2.0 is a comprehensive, user friendly tweaking utility. Wipe Creator is an AppleScript for Mac OS X. Drop files onto it, and it will wipe the creator-code from them, letting them open in the appropriate default OS X application. For example, if you have a lot of PictureViewer JPEGS and you want them to open in Preview instead, just drop them onto Wipe Creator.

<<less
Download (77.2KB)
Added: 2002-09-14 License: Freeware Price:
downloads
 
Other version of Wipe Creator
Wipe Creator 1.0if your default JPEG viewing application in OS X is Preview, but your JPEGs open in GraphicConverter when you double-click them, just drop them onto Wipe Creator to solve the problem. This is just
License:Freeware
Download (79KB)
1445 downloads
Added: 2005-11-14
GPSPhotoLinker 1.6.2

GPSPhotoLinker 1.6.2


GPSPhotoLinker is excellent at adding GPS position and location data to your photos. more>>

GPSPhotoLinker 1.6.2 is excellent at adding GPS position and location data to your photos. The latitude and longitude recorded by your GPS unit are linked and saved to your photos. GPSPhotoLinker automatically enters the city, state and country into the metadata.

Major Features:

  1. Write to jpegs, tiffs, and many RAW file types.
  2. Geotag a batch of photos using precise criteria.
  3. Shift incorrect time stamps on photos.
  4. Automatically add the city, state, and country from your choice of servers.
  5. Manually link track point and waypoints, or enter custom coordinates.
  6. Read from GPX or TCX track files.
  7. Easily upload to mapped web galleries.

Enhancements:

  • Mac OS X 10.6 (Snow Leopard) support.
  • Added support for rw2 and rwl raw file types.


<<less
Download (15.4MB)
Added: 2009-08-27 License: Freeware Price: Notavailable
downloads
j2k 2.01

j2k 2.01


j2k - JPEG 2000 Photoshop compatible plug-in more>>
j2k is a very useful, freeware plug-in for reading and writing the JPEG 2000 file format, the successor to JPEG.
Also known as JP2, JPEG 2000 uses wavelet compression to create small images with less objectionable artifacts than JPEGs DCT compression.
Main features:
- Alpha transparency
- Lossless compression mode
- 16-bit color.
<<less
Download (3.3MB)
Added: 2007-07-19 License: Freeware Price:
840 downloads
The Sleuth Kit 3.0.1

The Sleuth Kit 3.0.1


Free and open source command-line file and volume system forensic analysis tools more>> Free and open source command-line file and volume system forensic analysis tools

The Sleuth Kit (previously known as TASK) is a collection of UNIX-based command line file and volume system forensic analysis tools.
The file system tools allow you to examine file systems of a suspect computer in a non-intrusive fashion. Because the tools do not rely on the operating system to process the file systems, deleted and hidden content is shown.
The volume system (media management) tools allow you to examine the layout of disks and other media. The Sleuth Kit supports DOS partitions, BSD partitions (disk labels), Mac partitions, Sun slices (Volume Table of Contents), and GPT disks.
With these tools, you can identify where partitions are located and extract them so that they can be analyzed with file system analysis tools.
When performing a complete analysis of a system, we all know that command line tools can become tedious. The Autopsy Forensic Browser is a graphical interface to the tools in The Sleuth Kit, which allows you to more easily conduct an investigation.
Autopsy provides case management, image integrity, keyword searching, and other automated operations.
The tools run on Mac OS X, FreeBSD, OpenBSD, Linux, and Solaris and can analyze FAT, NTFS, UFS, EXT2FS, and EXT3FS.
NOTE: The Sleuth Kit is released under the Common Public and IBM Public Licenses.

Main features:
- Analyzes raw (i.e. dd), Expert Witness (i.e. EnCase) and AFF file system and disk images. (Sleuth Kit Informer #11)
- Supports the NTFS, FAT, UFS 1, UFS 2, EXT2FS, EXT3FS, and ISO 9660 file systems (even when the host operating system does not or has a different endian ordering).
- Tools can be run on a live UNIX system during Incident Response. These tools will show files that have been "hidden" by rootkits and will not modify the A-Time of files that are viewed. (Sleuth Kit Informer #13)
- List allocated and deleted ASCII and Unicode file names. (Sleuth Kit Informer #14 (FAT Recovery), #16 (NTFS Orphan Files))
- Display the details and contents of all NTFS attributes (including all Alternate Data Streams).
- Display file system and meta-data structure details.
- Create time lines of file activity, which can be imported into a spread sheet to create graphs and reports. (Sleuth Kit Informer #5)
- Lookup file hashes in a hash database, such as the NIST NSRL, Hash Keeper, and custom databases that have been created with the md5sum tool. (Sleuth Kit Informer #6, Sleuth Kit Informer #7)
- Organize files based on their type (for example all executables, jpegs, and documents are separated). Pages of thumbnails can be made of graphic images for quick analysis. (Sleuth Kit Informer #3, #4, #5)

Enhancements
- Bug Fix: Fixed crashing bug in ifind on FAT file system. Bug: 2265927
- Bug Fix: Fixed crashing bug in istat on ExtX $OrphanFiles dir. Bug: 2266104
- Update: Updated fls man page.
- Update: Removed TODO file and using tracker for bugs and feature requests.
- Bug Fix: Fixed incorrectly setting block status in file_walk for compressed files (Bug: 2475246)
- Bug Fix: removed fs_info field from FS_META because it was not being set and should have been removed in 3.0. Reported by Rob Joyce and Judson Powers.
- Bug Fix: orphan files and NTFS files found via parent directory have an unknown file name type (instead of being equal to meta type). (Bug: 2389901). Reported by Barry Grundy.
- Bug Fix: Fixed ISO9660 bug where large directory contents were not displayed. (Bug: 2503552). Reported by Tom Black.
- Bug Fix: Fixed bug 2534449 where extra NTFS files were shown if the MFT address was changed to 0 because fs_dir_add was checking the address and name. Reported by Andy Bontoft.
- Update: Fixed fix for bug 2534449. The fix is in ifind instead of fs_dir_add().
- Update: Added RPM spec file from Morgan Weetmam.

<<less
Download (794KB)
Added: 2009-02-03 License: Freeware Price: FREE
198 downloads
Convert Pictures 1.0

Convert Pictures 1.0


A simple Workflow application that converts PICTs, JPEGs, JPEG 2000s TIFFs, and BMPs. more>> <<less
Download (276K)
Added: 2007-05-29 License: Freeware Price:
15 downloads
Apple iPhoto Update 8.0.3

Apple iPhoto Update 8.0.3


Organize, save, share and edit your photos. more>>
Apple iPhoto Update 8.0.3 is a powerful tool which can organize, save, share and edit your photos. Don't be daunted by all those digital photos youve been taking. Have fun with them.

Major Features:

  1. Share them by email or create amazing cards, web pages, and calendars.
  2. iPhoto automatically organizes your photo library and makes editing as easy as clicking your mouse - so you can get the most out of even the biggest collection.
  3. This update addresses issues when publishing photos to a .Mac Web Gallery, improves overall stability, and fixes a number of other minor issues.

Enhancements:

  • Publishing to MobileMe, Facebook, and Flickr
  • Slideshow playback
  • Location (GPS) info embedded in emailed photos and exported JPEGs
<<less
Download (96MB)
Added: 2009-06-04 License: Updater Price: FREE
14 downloads
IniEditor R4

IniEditor R4


Small Java library to read and edit INI-style configuration files more>> Furbo Filters Webmaster Series is compatible with Photoshop 3.0 through 5.0, ImageReady, and Fireworks. Preview images in real time as they will appear on both Mac and Windows platforms, as GIFs or JPEGs, at a variety of user-selectable compression levels and CLUT settings.<<less
Download (38KB)
Added: 2009-05-20 License: Freeware Price: FREE
188 downloads
JumpBox for Gallery Photo Management 1.1.2

JumpBox for Gallery Photo Management 1.1.2


Deploy this photo sharing app on any OS. more>>

JumpBox for Gallery Photo Management 1.1.2 is a professional program that helps you manage and integrate photos with your website. Create unlimited photo albums then store and share them easily using features such RSS, commenting, and email notification. The JumpBox for Gallery helps you get started managing your photos and movies in minutes.

Gallery enables management and publication of digital photographs and other media. Its open source design provides a full feature set that makes managing your digital images easy. For instance, Gallery allows you to save time by uploading materials via ZIP files or forms and can automatically retrieve web page images given the web page URL. Gallery even provides photo manipulation features including automatic thumbnails, resizing, rotation, and flipping. Why a JumpBox? Gallery requires PHP and an image processing library such as ImageMagick or NetPBM. Save hours and skip the frustration of installing, configuring, and managing dependencies. A JumpBox deploys in minutes.

Major Features:

  1. Accounts/Permissions - Need help managing your images? The Gallery administrator can create other users and administrators and grant full or album specific access, administration, and permissions. Users can create and maintain their own albums on a per-album basis, can self-register and can sign up for e-mail notification
  2. Albums - Group your pictures and movies into albums that are customizable and flexible. Photo albums can be organized hierarchically, can be collaboratively managed, or kept private. Albums feature configurable thumbnails as well as polling, editing, and watermarking.
  3. Photos - Of course you can add photos, but gallery gives you many ways to do it including uploading via zip file, even automatic retrieval from the web. You can edit images as well, Gallery features image resizing, rotation, ordering, and captioning, and automatic thumbnail creation.
  4. Mirroring Album - Limited bandwidth? Gallery lets you mirror your albums and server images on as many remote servers as you like, you can serve high resolution web images from there.
  5. Connecting - Gallery Remote enables easy collaboration. For instance, your audience can automatically receive an RSS feed of your Gallery and updates to it. Gallery enables further collaboration with Gallery Remote, a java program that allows your users to upload photos to your Gallery via a simple drag-and-drop interface.
  6. Customizing - Customize the design of your Gallery using cascading style sheets. You can create your own design, or set up quickly using one of the many Gallery themes a available.
  7. EXIF - Gallery can read and log the information embedded in the EXIF headers of jpegs. With information such as date and time, camera settings, camera model and make and more, you'll know just how each image was created.
  8. Commenting - Your visitors can engage with your site through pictures and other visitors can view them.
  9. Polling - Engage your audience. Gallery lets you include polls allowing your visitors to vote on every image.
  10. JumpBox simplifies your server software deployments with pre-built, pre-configured virtual applications that deploy in minutes. A JumpBox packages an application's software, dependencies, and application data into a single virtual application that deploys locally, or hosted to major computing, virtualization, and cloud computing platforms. Swiftly deploy on Windows, Mac, and Linux systems to virtualization platforms like VMware, Xen, Parallels, Virtual Iron, Microsoft Virtualization, and Amazon EC2. Among other enhanced features, a JumpBox provides:
    • An intuitive user interface to quickly guide users through deployment.
    • A web-based control panel for simplified management of system functions.
    • A backup system that enables data security and portability.

Requirements:

  1. Computer running any of: Mac OS X, Windows XP Service Pack 2, Windows Vista, Linux
  2. Virtualization software. Any of:
    • VMWare
    • Parallels
    • Xen Open Source
    • Microsoft Virtual Server
    • Microsoft Virtual PC
    • Virtual Iron
  3. For easiest use: a network that assigns dynamic IP addresses. (Most do)
  4. 3 GB Free disk space
  5. Minimum 1 GB System RAM
  6. Minimum 1 Ghz CPU
<<less
Added: 2009-06-17 License: Freeware Price:
21 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 3
  • 1
  • 2
  • 3