Re: [CinePaint] How to save for .hdr ?
Kai-Uwe Behrmann <[email protected]>
| Newsgroups | gmane.comp.video.cinepaint.user |
|---|---|
| Message-ID | <[email protected]> |
Ähmm, HDR saving was not much tested.
The fix is in CVS.
Here is a diff for plug-ins/hdr/hdr.c:
@@ -420,6 +420,9 @@
int begin,end,num;
int tile_height;
+ /* allocate the raw_gimp_data structure */
+ data = (raw_gimp_data *)g_malloc0(sizeof(raw_gimp_data));
+
gint bpp = 16;
guchar *pixel = NULL;
@@ -530,6 +533,7 @@
fclose(alphafile);
g_free (pixel);
+ g_free (data);
gimp_drawable_detach (drawable);
Most of our user go with OpenEXR, Tiff for loading/saving. Some possibly
do pfm and hdr loading.
regards
Kai-Uwe Behrmann
+ development for color management
+ imaging / panoramas
+ email: [email protected]
+ http://www.behrmann.name
Am 04.08.06, 14:14 +0900 schrieb さとうゆうじ:
> Hi,
> I'm newbie for HDRI and cinepaint.
>
> How to save for .hdr ?
> I made 32bit floating image.
> It has a One layer and RGB channel only.
> When I save .hdr
> Saving /home/satou/filename.dhr.hdr:
> But, Progress bar was not complete.
>
>
> --
> [a4][b5][a4][c8][a4][a6][a4][e6][a4][a6][a4][b8] / Satou Yuji
> e-mail [email protected]
>
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Cinepaint-users mailing list
Cinepaint-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/cinepaint-users