pdf_g4.c

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