/[public]/psiconv/trunk/lib/psiconv/data.h
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/data.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 10 Revision 11
313 313
314typedef struct psiconv_texted_f { 314typedef struct psiconv_texted_f {
315 psiconv_page_layout_section page_sec; 315 psiconv_page_layout_section page_sec;
316 psiconv_texted_section texted_sec; 316 psiconv_texted_section texted_sec;
317} *psiconv_texted_f; 317} *psiconv_texted_f;
318
319/* Normalized values [0..1] for each component
320 Origin is (x,y)=(0,0), to get pixel at (X,Y) use index [Y*xsize+X] */
321typedef struct psiconv_paint_data_section {
322 psiconv_u32 xsize;
323 psiconv_u32 ysize;
324 float *red;
325 float *green;
326 float *blue;
327} *psiconv_paint_data_section;
318 328
319typedef struct psiconv_file { 329typedef struct psiconv_file {
320 psiconv_file_type_t type; 330 psiconv_file_type_t type;
321 void *file; 331 void *file;
322} *psiconv_file; 332} *psiconv_file;

Legend:
Removed from v.10  
changed lines
  Added in v.11

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26