realm / realm-browser-osx

DEPRECATED - Realm Browser for Mac OS X has been replaced by realm-studio which is cross platform.
https://realm.io
501 stars 54 forks source link

Display common binary data formats #23

Open TimOliver opened 9 years ago

TimOliver commented 9 years ago

For data objects containing common format data (such as images and potentially sounds), the browser should be smart enough to identify these by their magic numbers and display a preview of the data.

Formats natively supported by OS X

Images Sounds
JPEG AAC
GIF AIF
TIFF CAF
PNG MP3
PDF MP4
------ M4A
------ WAV
leolelego commented 8 years ago

I totally agree, that's can be awesome for debugging

colasbd commented 7 years ago

:+1: waiting for this feature. Otherwise, is it currently possible to access the data fields? (for instance as files)

jpsim commented 7 years ago

Right click and "export to file" for NSData/Data properties would probably be super easy to build.

Or maybe right click and "quick look" could write to a temporary file and invoke quick look on it.

insidegui commented 7 years ago

I'm working on this 😉