how one can create a new file format for images?

1 view (last 30 days)
for example .czb file format i want to create so can i do this?

Answers (1)

Image Analyst
Image Analyst on 22 Jul 2014
Just use fwrite() to write out a binary file in whatever format you want. You can choose your own custom definition of what you want to put out there. Of course you'll also have to write your own "reader" program to read it back in to MATLAB.

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!