A fits loader for the imlib2 library.
authorRicardo Zanmar <rzanmar@gmail.com>
Sat, 4 Jun 2011 08:16:37 +0000 (10:16 +0200)
committerRicardo Zanmar <rzanmar@gmail.com>
Sat, 4 Jun 2011 08:16:37 +0000 (10:16 +0200)
commit3d7b0aef5b5996a206f46590f8db84d8410d348f
tree2338e8b8b9db1ac2921d36accc397fcd82ddca8e
A fits loader for the imlib2 library.

The hardest part was compiling it. I'm using gbilo make file but the
commands on doit.sh also work. This last was what I was able to figure
out from the makefile of the GIF loader. In this first commit, I'm able
to see somekind of image but the rescaling hasn't been done yet. The
fits writer needs to written also (.argb). This loader was started by
editing the loader_argb.c. TODO: make it more robust, better handling of
data types, check if there are datamin datamax values in the header.
Makefile [new file with mode: 0644]
doit.sh [new file with mode: 0644]
loader_fits.c [new file with mode: 0644]