~jibel/ubuntu/trusty/python-imaging/lp1248743_enable_autopkgtest

« back to all changes in this revision

Viewing changes to libImaging/Convert.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-03-20 16:44:01 UTC
  • mfrom: (2.1.13 experimental)
  • Revision ID: package-import@ubuntu.com-20130320164401-ptf6m0ttg4zw72az
Tags: 1.1.7+2.0.0-1
Pillow 2.0.0 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
790
790
    return imOut;
791
791
}
792
792
 
 
793
#if defined(_MSC_VER) && (_MSC_VER == 1600)
 
794
#pragma optimize("", off)
 
795
#endif
793
796
static Imaging
794
797
topalette(Imaging imOut, Imaging imIn, ImagingPalette inpalette, int dither)
795
798
{
1022
1025
 
1023
1026
    return imOut;
1024
1027
}
1025
 
 
 
1028
#if defined(_MSC_VER) && (_MSC_VER == 1600)
 
1029
#pragma optimize("", on)
 
1030
#endif
1026
1031
 
1027
1032
static Imaging
1028
1033
convert(Imaging imOut, Imaging imIn, const char *mode,