pdf_g4.c

changeset 118
c22e1c0a64fd
parent 102
f6c042f4dadb
child 122
cdde8bcc17fe
     1.1 --- a/pdf_g4.c	Thu Mar 13 03:39:38 2003 +0000
     1.2 +++ b/pdf_g4.c	Thu Mar 13 06:56:57 2003 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4   *      will be compressed using ITU-T T.6 (G4) fax encoding.
     1.5   *
     1.6   * PDF routines
     1.7 - * $Id: pdf_g4.c,v 1.12 2003/03/11 23:53:55 eric Exp $
     1.8 + * $Id: pdf_g4.c,v 1.13 2003/03/12 22:56:57 eric Exp $
     1.9   * Copyright 2003 Eric Smith <eric@brouhaha.com>
    1.10   *
    1.11   * This program is free software; you can redistribute it and/or modify
    1.12 @@ -101,6 +101,8 @@
    1.13  
    1.14    struct pdf_obj *content_stream;
    1.15  
    1.16 +  pdf_add_array_elem_unique (pdf_page->procset, pdf_new_name ("ImageB"));
    1.17 +
    1.18    image = pdf_calloc (1, sizeof (struct pdf_g4_image));
    1.19  
    1.20    image->width = width;