|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <!-- $Revision$ -->
|
3 |
| -<!-- EN-Revision: 4de5cce5d886bf7ea08db8583141ff9715b47073 Maintainer: seros Status: ready --> |
| 3 | +<!-- EN-Revision: 0f2e02d872820af3f807c1bfba2bcde0764d175f Maintainer: seros Status: ready --> |
| 4 | +<!-- Reviewed: no --> |
4 | 5 | <appendix xml:id="image.constants" xmlns="http://docbook.org/ns/docbook">
|
5 | 6 | &reftitle.constants;
|
6 | 7 | &extension.constants;
|
|
790 | 791 | </simpara>
|
791 | 792 | </listitem>
|
792 | 793 | </varlistentry>
|
| 794 | + |
| 795 | + <varlistentry xml:id="constant.img-flip-vertical"> |
| 796 | + <term> |
| 797 | + <constant>IMG_FLIP_VERTICAL</constant> |
| 798 | + (<type>int</type>) |
| 799 | + </term> |
| 800 | + <listitem> |
| 801 | + <simpara> |
| 802 | + Usada junto con <function>imageflip</function>, disponible desde PHP 5.5.0. |
| 803 | + </simpara> |
| 804 | + </listitem> |
| 805 | + </varlistentry> |
| 806 | + |
| 807 | + <varlistentry xml:id="constant.img-flip-horizontal"> |
| 808 | + <term> |
| 809 | + <constant>IMG_FLIP_HORIZONTAL</constant> |
| 810 | + (<type>int</type>) |
| 811 | + </term> |
| 812 | + <listitem> |
| 813 | + <simpara> |
| 814 | + Usada junto con <function>imageflip</function>, disponible desde PHP 5.5.0. |
| 815 | + </simpara> |
| 816 | + </listitem> |
| 817 | + </varlistentry> |
| 818 | + |
| 819 | + <varlistentry xml:id="constant.img-flip-both"> |
| 820 | + <term> |
| 821 | + <constant>IMG_FLIP_BOTH</constant> |
| 822 | + (<type>int</type>) |
| 823 | + </term> |
| 824 | + <listitem> |
| 825 | + <simpara> |
| 826 | + Usada junto con <function>imageflip</function>, disponible desde PHP 5.5.0. |
| 827 | + </simpara> |
| 828 | + </listitem> |
| 829 | + </varlistentry> |
| 830 | + |
| 831 | + <varlistentry xml:id="constant.img-bell"> |
| 832 | + <term> |
| 833 | + <constant>IMG_BELL</constant> |
| 834 | + (<type>int</type>) |
| 835 | + </term> |
| 836 | + <listitem> |
| 837 | + <simpara> |
| 838 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 839 | + </simpara> |
| 840 | + </listitem> |
| 841 | + </varlistentry> |
| 842 | + |
| 843 | + <varlistentry xml:id="constant.img-bessel"> |
| 844 | + <term> |
| 845 | + <constant>IMG_BESSEL</constant> |
| 846 | + (<type>int</type>) |
| 847 | + </term> |
| 848 | + <listitem> |
| 849 | + <simpara> |
| 850 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 851 | + </simpara> |
| 852 | + </listitem> |
| 853 | + </varlistentry> |
| 854 | + |
| 855 | + <varlistentry xml:id="constant.img-bilinear-fixed"> |
| 856 | + <term> |
| 857 | + <constant>IMG_BILINEAR_FIXED</constant> |
| 858 | + (<type>int</type>) |
| 859 | + </term> |
| 860 | + <listitem> |
| 861 | + <simpara> |
| 862 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 863 | + </simpara> |
| 864 | + </listitem> |
| 865 | + </varlistentry> |
| 866 | + |
| 867 | + <varlistentry xml:id="constant.img-bicubic"> |
| 868 | + <term> |
| 869 | + <constant>IMG_BICUBIC</constant> |
| 870 | + (<type>int</type>) |
| 871 | + </term> |
| 872 | + <listitem> |
| 873 | + <simpara> |
| 874 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 875 | + </simpara> |
| 876 | + </listitem> |
| 877 | + </varlistentry> |
| 878 | + |
| 879 | + <varlistentry xml:id="constant.img-bicubic-fixed"> |
| 880 | + <term> |
| 881 | + <constant>IMG_BICUBIC</constant> |
| 882 | + (<type>int</type>) |
| 883 | + </term> |
| 884 | + <listitem> |
| 885 | + <simpara> |
| 886 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 887 | + </simpara> |
| 888 | + </listitem> |
| 889 | + </varlistentry> |
| 890 | + |
| 891 | + <varlistentry xml:id="constant.img-blackman"> |
| 892 | + <term> |
| 893 | + <constant>IMG_BLACKMAN</constant> |
| 894 | + (<type>int</type>) |
| 895 | + </term> |
| 896 | + <listitem> |
| 897 | + <simpara> |
| 898 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 899 | + </simpara> |
| 900 | + </listitem> |
| 901 | + </varlistentry> |
| 902 | + |
| 903 | + <varlistentry xml:id="constant.img-box"> |
| 904 | + <term> |
| 905 | + <constant>IMG_BOX</constant> |
| 906 | + (<type>int</type>) |
| 907 | + </term> |
| 908 | + <listitem> |
| 909 | + <simpara> |
| 910 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 911 | + </simpara> |
| 912 | + </listitem> |
| 913 | + </varlistentry> |
| 914 | + |
| 915 | + <varlistentry xml:id="constant.img-bspline"> |
| 916 | + <term> |
| 917 | + <constant>IMG_BSPLINE</constant> |
| 918 | + (<type>int</type>) |
| 919 | + </term> |
| 920 | + <listitem> |
| 921 | + <simpara> |
| 922 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 923 | + </simpara> |
| 924 | + </listitem> |
| 925 | + </varlistentry> |
| 926 | + |
| 927 | + <varlistentry xml:id="constant.img-catmullrom"> |
| 928 | + <term> |
| 929 | + <constant>IMG_CATMULLROM</constant> |
| 930 | + (<type>int</type>) |
| 931 | + </term> |
| 932 | + <listitem> |
| 933 | + <simpara> |
| 934 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 935 | + </simpara> |
| 936 | + </listitem> |
| 937 | + </varlistentry> |
| 938 | + |
| 939 | + <varlistentry xml:id="constant.img-gaussian"> |
| 940 | + <term> |
| 941 | + <constant>IMG_GAUSSIAN</constant> |
| 942 | + (<type>int</type>) |
| 943 | + </term> |
| 944 | + <listitem> |
| 945 | + <simpara> |
| 946 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 947 | + </simpara> |
| 948 | + </listitem> |
| 949 | + </varlistentry> |
| 950 | + |
| 951 | + <varlistentry xml:id="constant.img-generalized-cubic"> |
| 952 | + <term> |
| 953 | + <constant>IMG_GENERALIZED_CUBIC</constant> |
| 954 | + (<type>int</type>) |
| 955 | + </term> |
| 956 | + <listitem> |
| 957 | + <simpara> |
| 958 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 959 | + </simpara> |
| 960 | + </listitem> |
| 961 | + </varlistentry> |
| 962 | + |
| 963 | + <varlistentry xml:id="constant.img-hermite"> |
| 964 | + <term> |
| 965 | + <constant>IMG_HERMITE</constant> |
| 966 | + (<type>int</type>) |
| 967 | + </term> |
| 968 | + <listitem> |
| 969 | + <simpara> |
| 970 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 971 | + </simpara> |
| 972 | + </listitem> |
| 973 | + </varlistentry> |
| 974 | + |
| 975 | + <varlistentry xml:id="constant.img-hamming"> |
| 976 | + <term> |
| 977 | + <constant>IMG_HAMMING</constant> |
| 978 | + (<type>int</type>) |
| 979 | + </term> |
| 980 | + <listitem> |
| 981 | + <simpara> |
| 982 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 983 | + </simpara> |
| 984 | + </listitem> |
| 985 | + </varlistentry> |
| 986 | + |
| 987 | + <varlistentry xml:id="constant.img-hanning"> |
| 988 | + <term> |
| 989 | + <constant>IMG_HANNING</constant> |
| 990 | + (<type>int</type>) |
| 991 | + </term> |
| 992 | + <listitem> |
| 993 | + <simpara> |
| 994 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 995 | + </simpara> |
| 996 | + </listitem> |
| 997 | + </varlistentry> |
| 998 | + |
| 999 | + <varlistentry xml:id="constant.img-mitchell"> |
| 1000 | + <term> |
| 1001 | + <constant>IMG_MITCHELL</constant> |
| 1002 | + (<type>int</type>) |
| 1003 | + </term> |
| 1004 | + <listitem> |
| 1005 | + <simpara> |
| 1006 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 1007 | + </simpara> |
| 1008 | + </listitem> |
| 1009 | + </varlistentry> |
| 1010 | + |
| 1011 | + <varlistentry xml:id="constant.img-power"> |
| 1012 | + <term> |
| 1013 | + <constant>IMG_POWER</constant> |
| 1014 | + (<type>int</type>) |
| 1015 | + </term> |
| 1016 | + <listitem> |
| 1017 | + <simpara> |
| 1018 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 1019 | + </simpara> |
| 1020 | + </listitem> |
| 1021 | + </varlistentry> |
| 1022 | + |
| 1023 | + <varlistentry xml:id="constant.img-quadratic"> |
| 1024 | + <term> |
| 1025 | + <constant>IMG_QUADRATIC</constant> |
| 1026 | + (<type>int</type>) |
| 1027 | + </term> |
| 1028 | + <listitem> |
| 1029 | + <simpara> |
| 1030 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 1031 | + </simpara> |
| 1032 | + </listitem> |
| 1033 | + </varlistentry> |
| 1034 | + |
| 1035 | + <varlistentry xml:id="constant.img-sinc"> |
| 1036 | + <term> |
| 1037 | + <constant>IMG_SINC</constant> |
| 1038 | + (<type>int</type>) |
| 1039 | + </term> |
| 1040 | + <listitem> |
| 1041 | + <simpara> |
| 1042 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 1043 | + </simpara> |
| 1044 | + </listitem> |
| 1045 | + </varlistentry> |
| 1046 | + |
| 1047 | + <varlistentry xml:id="constant.img-nearest-neighbour"> |
| 1048 | + <term> |
| 1049 | + <constant>IMG_NEAREST_NEIGHBOUR</constant> |
| 1050 | + (<type>int</type>) |
| 1051 | + </term> |
| 1052 | + <listitem> |
| 1053 | + <simpara> |
| 1054 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 1055 | + </simpara> |
| 1056 | + </listitem> |
| 1057 | + </varlistentry> |
| 1058 | + |
| 1059 | + <varlistentry xml:id="constant.img-weighted4"> |
| 1060 | + <term> |
| 1061 | + <constant>IMG_WEIGHTED4</constant> |
| 1062 | + (<type>int</type>) |
| 1063 | + </term> |
| 1064 | + <listitem> |
| 1065 | + <simpara> |
| 1066 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 1067 | + </simpara> |
| 1068 | + </listitem> |
| 1069 | + </varlistentry> |
| 1070 | + |
| 1071 | + <varlistentry xml:id="constant.img-triangle"> |
| 1072 | + <term> |
| 1073 | + <constant>IMG_TRIANGLE</constant> |
| 1074 | + (<type>int</type>) |
| 1075 | + </term> |
| 1076 | + <listitem> |
| 1077 | + <simpara> |
| 1078 | + Usada junto con <function>imagesetinterpolation</function>, disponible desde PHP 5.5.0. |
| 1079 | + </simpara> |
| 1080 | + </listitem> |
| 1081 | + </varlistentry> |
| 1082 | + |
793 | 1083 | </variablelist>
|
794 | 1084 | </appendix>
|
795 | 1085 | <!-- Keep this comment at the end of the file
|
|
0 commit comments