All Projects → Timac → QLCARFiles

Timac / QLCARFiles

Licence: MIT License
QuickLook plugin to visualize .car files (compiled Asset Catalogs)

Programming Languages

objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to QLCARFiles

AsciiDocQuickLook
A QuickLook plugin to preview AsciiDoc files.
Stars: ✭ 24 (-60%)
Mutual labels:  quicklook, quicklook-plugin
QuickLook.Plugin.ApkViewer
Android package preview for QuickLook
Stars: ✭ 77 (+28.33%)
Mutual labels:  quicklook, quicklook-plugin
qlZipInfo
MacOSX QuickLook Generator for zip, jar, tar, tar.gz (.tgz), tar.bz2 (.tbz2/.tbz), tar.Z. xar (.xar, .pkg), debian (.deb), RedHat Package Manager (.rpm), 7zip (.7z), xz, Microsoft cabinet (.cab), gzip (.gz), lha, BinHex 4.0 (.hqx), and Stuffit (.sit) archives, and ISO9660 images
Stars: ✭ 47 (-21.67%)
Mutual labels:  quicklook, quicklook-plugin
Assetcatalogtinkerer
An app that lets you open .car files and browse/extract their images.
Stars: ✭ 1,628 (+2613.33%)
Mutual labels:  quicklook, quicklook-plugin
Phew
FLIF image viewer and QuickLook plugin for macOS
Stars: ✭ 74 (+23.33%)
Mutual labels:  quicklook, quicklook-plugin
QLColorCode
QuickLook plugin for source code with syntax highlighting.
Stars: ✭ 589 (+881.67%)
Mutual labels:  quicklook-plugin
ReceiptQuickLook
A QuickLook plugin to inspect App Store receipts.
Stars: ✭ 35 (-41.67%)
Mutual labels:  quicklook-plugin
BodymovinQL
A macOS QuickLook plugin to generate previews for Adobe After Effects animations exported as JSON with Bodymovin
Stars: ✭ 28 (-53.33%)
Mutual labels:  quicklook
QLFits
The macOS quicklook plugin for FITS files.
Stars: ✭ 44 (-26.67%)
Mutual labels:  quicklook
AVIFQuickLook
AVIF QuickLook plugin on macOS
Stars: ✭ 99 (+65%)
Mutual labels:  quicklook-plugin
PreviewMarkdown
QuickLook Markdown preview and icon thumbnailing app extensions for macOS Catalina and beyond
Stars: ✭ 25 (-58.33%)
Mutual labels:  quicklook
QuickLook.Plugin.HelixViewer
A plugin for viewing 3D models with QuickLook (Beta)
Stars: ✭ 67 (+11.67%)
Mutual labels:  quicklook-plugin
notes
📓 Notes related to Computer Science stuff.
Stars: ✭ 15 (-75%)
Mutual labels:  quicklook
QLScpt
A macOS QuickLook generator for .scpt files (both AppleScript and JavaScript).
Stars: ✭ 22 (-63.33%)
Mutual labels:  quicklook
BlenderQuickLook
A Quick Look Plugin for generating Blender3D file thumbnails.
Stars: ✭ 36 (-40%)
Mutual labels:  quicklook-plugin
Provisionql
Quick Look plugin for apps and provisioning profile files
Stars: ✭ 2,012 (+3253.33%)
Mutual labels:  quicklook
QuickLookR
macOS QuickLook plugin for R save(), saveRDS() & feather files
Stars: ✭ 41 (-31.67%)
Mutual labels:  quicklook-plugin

QLCARFiles

QuickLook plugin to visualize .car files (compiled Asset Catalogs)

Blog post

https://blog.timac.org/2018/1112-quicklook-plugin-to-visualize-car-files/

Description

The QLCARFiles QuickLook plugin lets you visualize the content of a car file. It extracts the assets using the CoreUI.framework, generates a webpage with all the images, and displays this webpage in the QuickLook window. The use of a webpage has several advantages, one of them being the possibility to render multiple images in a scrolling view.

Features

  • Display images and their dimensions and file sizes
  • Support for png, pdf, gif, svg, video, ...
  • Display named colors and their hex values
  • Support for Light and Dark mode
  • Generate the previews as HTML data to allow scrolling
  • Display the total number of assets in the window's title
  • Add a light gray background to images that are too white or transparent
  • For thumbnails, render the best asset as icon and the number of assets
  • The command line tool has a -r option to dump all the car files found in a folder

Known limitations

  • No support for special car files used by pro applications like Final Cut Pro.
  • Assets of the following type are not supported: CUINamedExternalLink, CUINamedTexture, CUINamedModel, CUINamedRecognitionImage, CUINamedRecognitionGroup, CUINamedRecognitionObject, CUINamedVectorImage, CUINamedMultisizeImage, CUINamedLayerImage. So far I never encountered these types of renditions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].