Changeset 3949

Show
Ignore:
Timestamp:
2005年11月03日 00時30分47秒 (3 years ago)
Author:
miyoshi
Message:

(Fmw32_get_image_magick_extensions): Ignore Encapsulated
PostScript? related formats, which ImageMagick? cannot handle
correctly. Refer to ticke:209.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/ChangeLog.Meadow

    r3945 r3949  
     12005-11-03  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * image.c (Fmw32_get_image_magick_extensions): Ignore Encapsulated 
     4        PostScript related formats, which ImageMagick cannot handle 
     5        correctly.  Refer to ticke:209. 
     6 
    172005-11-02  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    28 
  • trunk/src/image.c

    r3945 r3949  
    1022410224    { 
    1022510225      "avi", "bmp", "bmp2", "bmp3", "cin", "dcm", "dcx", "dpx", "emf", 
    10226       "epi", "eps", "epsf", "epsi", "ept", "ept2", "ept3", "fax", "fits", 
     10226#if 0 
     10227      /* Ignore the following formats, which ImageMagick cannot handle 
     10228         correctly.  */ 
     10229      "epi", "eps", "epsf", "epsi", "ept", "ept2", "ept3", 
     10230#endif 
     10231      "fax", "fits", 
    1022710232      "fpx", "g3", "gif", "gif87", "hdf", "htm", "html", "jng", "jp2", 
    1022810233      "jpc", "jpeg", "m2v", "miff", "mng", "mpc", "mpeg", "mpg", "mvg",