Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gobbledegook/creevey
Phoenix Slides
https://github.com/gobbledegook/creevey
Last synced: 7 days ago
JSON representation
Phoenix Slides
- Host: GitHub
- URL: https://github.com/gobbledegook/creevey
- Owner: gobbledegook
- Created: 2013-09-15T20:55:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T04:06:06.000Z (6 months ago)
- Last Synced: 2024-08-02T17:31:05.170Z (3 months ago)
- Language: C
- Size: 4.58 MB
- Stars: 174
- Watchers: 8
- Forks: 25
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phoenix Slides
Official web site:
Phoenix Slides aims to be the fastest way to browse and view the image files
on your disk. Features include the following:- Fast thumbnailing. Uses embedded EXIF (for jpeg and heic) or JPEG (for raw) previews when appropriate. Otherwise uses macOS's Image I/O framework to scale down images quickly.
- Slideshows (full screen or in a window) with random, loop, and/or auto-advance options
- Special support for sorting files by EXIF (creation) date
- Support for animated GIF and WebP files
- Support for viewing EXIF metadataAnd of course, it is open source! After a major code overhaul the source should be
fairly readable now. It's not Swift (this app was started in 2005 when macOS was
called OS X 10.3 and the system frameworks still had very basic bugs in them),
but it's modern!Enjoy!
## Localization
If anyone wants to help translate to any currently supported or new languages,
let me know. Lately I've been just plugging new strings into google translate
and massaging those results. (I don't actually speak Italian!)## Compiling
The master branch will generally require the latest version of Xcode.
Commit 7d0cc7e should compile for 10.6+. https://github.com/gobbledegook/creevey/releases/tag/v1.3.1i
Branch xcode326 will compile a universal binary with PPC support but requires Xcode 3.2.6. https://github.com/gobbledegook/creevey/tree/xcode326
## Etymology
`creevey` was the code name for Phoenix Slides when I first started developing it
and code names were cool.
Colin Creevey is the kid in Harry Potter who keeps taking pictures.