Top "File-format" questions

A file format is a particular way that information is encoded for storage in a computer file.

Creating a nifti file from a numpy array

I have a numpy array that I would like to covert into a nifti file. Through the documentation it seems …

python numpy file-format nifti
Parsing JPEG SOS Marker

There is a question with the same title but unfortunatly it doesn't help me. I am trying to parse the …

jpeg file-format
Reading quicken data files

Looking for an open source library, for C++, Java, C# or Python, for reading the data from Quicken .qdf files. @…

c# java python file-format quicken
C# NetCDF Library

I am currently working on (or at least planning) a couple of projects that work with large amounts of repetitive …

.net file file-format
neo4j script file format - is there any?

I would like to predefine some graph data for neo4j and be able to load it, maybe via a …

neo4j file-format
What is the purpose of python 2.7's download package "Windows x86 MSI program database"?

Upgrading from python 2.5/2.6 to python 2.7 on WinXP, I've found new download package forms for python at http://www.python.org/…

python release file-format
What are important points when designing a (binary) file format?

When designing a file format for recording binary data, what attributes would you think the format should have? So far, …

binary file-format
Recommended file formats and graphics libraries for importing 3D model into OpenGL/C++ project?

If you wanted to: model an object in a 3D editor, e.g. Blender, Maya, etc export the model into …

c++ opengl graphics 3d file-format
What file formats does webgl support natively?

There are many alternatives on 3D file formats, but i need smallest file size + textures at least? I've tried some …

3d file-format webgl
How to generate .csv file for Excel without error messages?

The file is created in javascript and downloaded through an a tag. But Excel complains that there is something wrong …

javascript excel csv file-format