+ $height + + + + +
+ + + + +
+ public
+ int
+ $height
+
+
+
+
+
+
+
+
+
+diff --git a/classes/chillerlan-QRCode-Common-BitBuffer.html b/classes/chillerlan-QRCode-Common-BitBuffer.html
index d7d7e6d18..2417f170e 100644
--- a/classes/chillerlan-QRCode-Common-BitBuffer.html
+++ b/classes/chillerlan-QRCode-Common-BitBuffer.html
@@ -6,7 +6,10 @@
private
- mixed
+ array<string|int, mixed>
expTable
= [1, 2, 4, 8, 16, 32, 64, 128, 29, 58, 116, 232, 205, 135, 19, 38, 76, 152, 45, 90, 180, 117, 234, 201, 143, 3, 6, 12, 24, 48, 96, 192, 157, 39, 78, 156, 37, 74, 148, 53, 106, 212, 181, 119, 238, 193, 159, 35, 70, 140, 5, 10, 20, 40, 80, 160, 93, 186, 105, 210, 185, 111, 222, 161, 95, 190, 97, 194, 153, 47, 94, 188, 101, 202, 137, 15, 30, 60, 120, 240, 253, 231, 211, 187, 107, 214, 177, 127, 254, 225, 223, 163, 91, 182, 113, 226, 217, 175, 67, 134, 17, 34, 68, 136, 13, 26, 52, 104, 208, 189, 103, 206, 129, 31, 62, 124, 248, 237, 199, 147, 59, 118, 236, 197, 151, 51, 102, 204, 133, 23, 46, 92, 184, 109, 218, 169, 79, 158, 33, 66, 132, 21, 42, 84, 168, 77, 154, 41, 82, 164, 85, 170, 73, 146, 57, 114, 228, 213, 183, 115, 230, 209, 191, 99, 198, 145, 63, 126, 252, 229, 215, 179, 123, 246, 241, 255, 227, 219, 171, 75, 150, 49, 98, 196, 149, 55, 110, 220, 165, 87, 174, 65, 130, 25, 50, 100, 200, 141, 7, 14, 28, 56, 112, 224, 221, 167, 83, 166, 81, 162, 89, 178, 121, 242, 249, 239, 195, 155, 43, 86, 172, 69, 138, 9, 18, 36, 72, 144, 61, 122, 244, 245, 247, 243, 251, 235, 203, 139, 11, 22, 44, 88, 176, 125, 250, 233, 207, 131, 27, 54, 108, 216, 173, 71, 142, 1]
@@ -587,7 +327,7 @@ where the least-significant bit represents the constant coefficient
private
- mixed
+ array<string|int, mixed>
logTable
= [
0,
@@ -973,21 +713,20 @@ where the least-significant bit represents the constant coefficient
-
+
Tags
-
+
+
@@ -1092,21 +831,20 @@ where the least-significant bit represents the constant coefficient
-
+
Tags
-
+
+
@@ -1159,21 +897,20 @@ where the least-significant bit represents the constant coefficient
-
+
Tags
-
+
+
@@ -1248,100 +985,7 @@ where the least-significant bit represents the constant coefficient
-
-
-
-
-
-
-
-
-
-
+
+
@@ -387,24 +389,23 @@ from most significant (highest-power term) coefficient to the least significant<
-
+
Tags
-
+
+
@@ -497,21 +498,20 @@ is not a constant polynomial (that is, it is not the monomial "0")
-
+
Tags
-
+
+
@@ -855,21 +855,20 @@ is not a constant polynomial (that is, it is not the monomial "0")
-
+
Tags
-
+
+
@@ -929,100 +928,7 @@ is not a constant polynomial (that is, it is not the monomial "0")
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
+
@@ -605,21 +607,20 @@ getLuminances() may never be called.
-
+
Tags
-
+
+
@@ -689,100 +690,7 @@ getLuminances() may never be called.
-
-
-
-
-
-
-
-
-
-
+
+
@@ -205,85 +203,85 @@ ISO/IEC 18004:2000 Section 8.8.2 - Evaluation of masking results
AUTO
- = -1
+ : int = -1
PATTERN_000
- = 0b0
+ : int = 0b0
PATTERN_001
- = 0b1
+ : int = 0b1
PATTERN_010
- = 0b10
+ : int = 0b10
PATTERN_011
- = 0b11
+ : int = 0b11
PATTERN_100
- = 0b100
+ : int = 0b100
PATTERN_101
- = 0b101
+ : int = 0b101
PATTERN_110
- = 0b110
+ : int = 0b110
PATTERN_111
- = 0b111
+ : int = 0b111
PATTERNS
- = [self::PATTERN_000, self::PATTERN_001, self::PATTERN_010, self::PATTERN_011, self::PATTERN_100, self::PATTERN_101, self::PATTERN_110, self::PATTERN_111]
+ : array<string|int, mixed> = [self::PATTERN_000, self::PATTERN_001, self::PA...
PENALTY_N1
- = 3
+ : int = 3
PENALTY_N2
- = 3
+ : int = 3
PENALTY_N3
- = 40
+ : int = 40
PENALTY_N4
- = 10
+ : int = 10
@@ -412,7 +410,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
public
- mixed
+ int
AUTO
= -1
@@ -421,21 +419,20 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
-
+
Tags
-
+
+
@@ -457,7 +454,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
public
- mixed
+ int
PATTERN_000
= 0b0
@@ -487,7 +484,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
public
- mixed
+ int
PATTERN_001
= 0b1
@@ -517,7 +514,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
public
- mixed
+ int
PATTERN_010
= 0b10
@@ -547,7 +544,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
public
- mixed
+ int
PATTERN_011
= 0b11
@@ -577,7 +574,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
public
- mixed
+ int
PATTERN_100
= 0b100
@@ -607,7 +604,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
public
- mixed
+ int
PATTERN_101
= 0b101
@@ -637,7 +634,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
public
- mixed
+ int
PATTERN_110
= 0b110
@@ -667,7 +664,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
public
- mixed
+ int
PATTERN_111
= 0b111
@@ -697,7 +694,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
public
- array<string|int, int>
+ array<string|int, mixed>
PATTERNS
= [self::PATTERN_000, self::PATTERN_001, self::PATTERN_010, self::PATTERN_011, self::PATTERN_100, self::PATTERN_101, self::PATTERN_110, self::PATTERN_111]
@@ -727,7 +724,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
private
- mixed
+ int
PENALTY_N1
= 3
@@ -757,7 +754,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
private
- mixed
+ int
PENALTY_N2
= 3
@@ -787,7 +784,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
private
- mixed
+ int
PENALTY_N3
= 40
@@ -817,7 +814,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
private
- mixed
+ int
PENALTY_N4
= 10
@@ -924,21 +921,20 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
-
+
Tags
-
+
+
@@ -1026,29 +1022,24 @@ and $j is row position. In fact, as the text says, $i is row position and $j is
-
+
Tags
-
+
+
@@ -1511,100 +1502,7 @@ penalty if the ratio is far from 50%. It gives 10 penalty for 5% distance.
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
+
@@ -241,20 +223,20 @@
DATAMODE
- = \chillerlan\QRCode\Common\Mode::HANZI
+ : int = \chillerlan\QRCode\Common\Mode::HANZI
ENCODING
- = 'GB18030'
+ : string = 'GB18030'
possible values: GB2312, GB18030
GB2312_SUBSET
- = 0b1
+ : int = 0b1
@@ -366,7 +348,7 @@
public
- mixed
+ int
DATAMODE
= \chillerlan\QRCode\Common\Mode::HANZI
@@ -397,7 +379,7 @@
public
- mixed
+ string
ENCODING
= 'GB18030'
@@ -427,7 +409,7 @@
public
- mixed
+ int
GB2312_SUBSET
= 0b1
@@ -436,22 +418,21 @@
-
+
Tags
-
+
+
@@ -550,21 +531,20 @@
-
+
Tags
-
+
+
@@ -666,21 +646,20 @@
-
+
Tags
-
+
+
@@ -825,30 +804,28 @@
-
+
Tags
-
+
+
@@ -948,100 +925,7 @@
-
-
-
-
-
-
-
-
-
-
+
+
@@ -218,13 +212,13 @@ ISO/IEC 18004:2000 Section 8.4.5
DATAMODE
- = \chillerlan\QRCode\Common\Mode::KANJI
+ : int = \chillerlan\QRCode\Common\Mode::KANJI
ENCODING
- = 'SJIS'
+ : string = 'SJIS'
possible values: SJIS, SJIS-2004
@@ -337,7 +331,7 @@ ISO/IEC 18004:2000 Section 8.4.5
public
- mixed
+ int
DATAMODE
= \chillerlan\QRCode\Common\Mode::KANJI
@@ -368,7 +362,7 @@ ISO/IEC 18004:2000 Section 8.4.5
public
- mixed
+ string
ENCODING
= 'SJIS'
@@ -477,21 +471,20 @@ ISO/IEC 18004:2000 Section 8.4.5
-
+
Tags
-
+
+
@@ -593,28 +586,26 @@ ISO/IEC 18004:2000 Section 8.4.5
-
+
Tags
-
+
+
@@ -759,30 +750,28 @@ ISO/IEC 18004:2000 Section 8.4.5
-
+
Tags
-
+
+
@@ -882,100 +871,7 @@ ISO/IEC 18004:2000 Section 8.4.5
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
Methods
@@ -327,21 +331,20 @@
-
+
Tags
-
+
+
@@ -542,21 +545,20 @@
-
+
Tags
-
+
+
@@ -568,104 +570,11 @@
-
-
-
-
-
-
-
-
-
-
+
+
@@ -195,151 +197,151 @@ maps the ECC coded binary data and applies the mask pattern
IS_DARK
- = 0b100000000000
+ : int = 0b100000000000
M_ALIGNMENT
- = 0b10000
+ : int = 0b10000
M_ALIGNMENT_DARK
- = 0b100000010000
+ : int = 0b100000010000
M_DARKMODULE
- = 0b100000000001
+ : int = 0b100000000001
M_DARKMODULE_LIGHT
- = 0b1
+ : int = 0b1
M_DATA
- = 0b10
+ : int = 0b10
M_DATA_DARK
- = 0b100000000010
+ : int = 0b100000000010
M_FINDER
- = 0b100
+ : int = 0b100
M_FINDER_DARK
- = 0b100000000100
+ : int = 0b100000000100
M_FINDER_DOT
- = 0b110000000000
+ : int = 0b110000000000
M_FINDER_DOT_LIGHT
- = 0b10000000000
+ : int = 0b10000000000
M_FORMAT
- = 0b1000000
+ : int = 0b1000000
M_FORMAT_DARK
- = 0b100001000000
+ : int = 0b100001000000
M_LOGO
- = 0b1000000000
+ : int = 0b1000000000
M_LOGO_DARK
- = 0b101000000000
+ : int = 0b101000000000
M_NULL
- = 0b0
+ : int = 0b0
M_QUIETZONE
- = 0b100000000
+ : int = 0b100000000
M_QUIETZONE_DARK
- = 0b100100000000
+ : int = 0b100100000000
M_SEPARATOR
- = 0b1000
+ : int = 0b1000
M_SEPARATOR_DARK
- = 0b100000001000
+ : int = 0b100000001000
M_TIMING
- = 0b100000
+ : int = 0b100000
M_TIMING_DARK
- = 0b100000100000
+ : int = 0b100000100000
M_VERSION
- = 0b10000000
+ : int = 0b10000000
M_VERSION_DARK
- = 0b100010000000
+ : int = 0b100010000000
neighbours
- = [0b1 => [-1, -1], 0b10 => [0, -1], 0b100 => [1, -1], 0b1000 => [1, 0], 0b10000 => [1, 1], 0b100000 => [0, 1], 0b1000000 => [-1, 1], 0b10000000 => [-1, 0]]
+ : array<string|int, mixed> = [0b1 => [-1, -1], 0b10 => [0, -1], 0b100 => [1,...
Map of flag => coord
@@ -607,7 +609,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
IS_DARK
= 0b100000000000
@@ -637,7 +639,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_ALIGNMENT
= 0b10000
@@ -667,7 +669,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_ALIGNMENT_DARK
= 0b100000010000
@@ -697,7 +699,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_DARKMODULE
= 0b100000000001
@@ -727,7 +729,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_DARKMODULE_LIGHT
= 0b1
@@ -757,7 +759,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_DATA
= 0b10
@@ -787,7 +789,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_DATA_DARK
= 0b100000000010
@@ -817,7 +819,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_FINDER
= 0b100
@@ -847,7 +849,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_FINDER_DARK
= 0b100000000100
@@ -877,7 +879,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_FINDER_DOT
= 0b110000000000
@@ -907,7 +909,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_FINDER_DOT_LIGHT
= 0b10000000000
@@ -937,7 +939,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_FORMAT
= 0b1000000
@@ -967,7 +969,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_FORMAT_DARK
= 0b100001000000
@@ -997,7 +999,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_LOGO
= 0b1000000000
@@ -1027,7 +1029,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_LOGO_DARK
= 0b101000000000
@@ -1057,7 +1059,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_NULL
= 0b0
@@ -1087,7 +1089,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_QUIETZONE
= 0b100000000
@@ -1117,7 +1119,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_QUIETZONE_DARK
= 0b100100000000
@@ -1147,7 +1149,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_SEPARATOR
= 0b1000
@@ -1177,7 +1179,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_SEPARATOR_DARK
= 0b100000001000
@@ -1207,7 +1209,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_TIMING
= 0b100000
@@ -1237,7 +1239,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_TIMING_DARK
= 0b100000100000
@@ -1267,7 +1269,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_VERSION
= 0b10000000
@@ -1297,7 +1299,7 @@ returns true if a match is found, otherwise false.
public
- final mixed
+ final int
M_VERSION_DARK
= 0b100010000000
@@ -1328,7 +1330,7 @@ returns true if a match is found, otherwise false.
protected
- final array<string|int, array<string|int, int>>
+ final array<string|int, mixed>
neighbours
= [0b1 => [-1, -1], 0b10 => [0, -1], 0b100 => [1, -1], 0b1000 => [1, 0], 0b10000 => [1, 1], 0b100000 => [0, 1], 0b1000000 => [-1, 1], 0b10000000 => [-1, 0]]
@@ -1337,21 +1339,20 @@ returns true if a match is found, otherwise false.
-
+
Tags
-
+
+
@@ -2021,22 +2022,21 @@ returns true if a match is found, otherwise false.
-
+
Tags
-
+
+
@@ -2669,28 +2669,26 @@ Note that there is no restiction on how many times this method could be called o
-
+
Tags
-
+
+
@@ -2742,21 +2740,20 @@ Note that there is no restiction on how many times this method could be called o
-
+
Tags
-
+
+
@@ -2996,100 +2993,7 @@ Note that there is no restiction on how many times this method could be called o
-
-
-
-
-
-
-
-
-
-
+
+
@@ -514,21 +516,20 @@
-
+
Tags
-
+
+
@@ -653,100 +654,7 @@
-
-
-
-
-
-
-
-
-
-
+
+
@@ -208,43 +210,43 @@ but for now it was not a win to use local blocks for 1D.
BLOCK_SIZE
- = 8
+ : int = 8
BLOCK_SIZE_MASK
- = 7
+ : int = 7
BLOCK_SIZE_POWER
- = 3
+ : int = 3
LUMINANCE_BUCKETS
- = 32
+ : int = 32
LUMINANCE_SHIFT
- = 3
+ : int = 3
MIN_DYNAMIC_RANGE
- = 24
+ : int = 24
MINIMUM_DIMENSION
- = 40
+ : int = 40
@@ -354,7 +356,7 @@ on the last pixels in the row/column which are also used in the previous block).
private
- mixed
+ int
BLOCK_SIZE
= 8
@@ -384,7 +386,7 @@ on the last pixels in the row/column which are also used in the previous block).
private
- mixed
+ int
BLOCK_SIZE_MASK
= 7
@@ -414,7 +416,7 @@ on the last pixels in the row/column which are also used in the previous block).
private
- mixed
+ int
BLOCK_SIZE_POWER
= 3
@@ -444,7 +446,7 @@ on the last pixels in the row/column which are also used in the previous block).
private
- mixed
+ int
LUMINANCE_BUCKETS
= 32
@@ -474,7 +476,7 @@ on the last pixels in the row/column which are also used in the previous block).
private
- mixed
+ int
LUMINANCE_SHIFT
= 3
@@ -504,7 +506,7 @@ on the last pixels in the row/column which are also used in the previous block).
private
- mixed
+ int
MIN_DYNAMIC_RANGE
= 24
@@ -534,7 +536,7 @@ on the last pixels in the row/column which are also used in the previous block).
private
- mixed
+ int
MINIMUM_DIMENSION
= 40
@@ -794,21 +796,20 @@ fetched using getBlackRow(), so don't mix and match between them.
-
+
Tags
-
+
+
@@ -943,22 +944,21 @@ on the last pixels in the row/column which are also used in the previous block).
-
+
Tags
-
+
+
@@ -1007,21 +1007,20 @@ on the last pixels in the row/column which are also used in the previous block).
-
+
Tags
-
+
+
@@ -1088,100 +1087,7 @@ on the last pixels in the row/column which are also used in the previous block).
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
+
@@ -466,22 +468,21 @@ the QR Code from an image.
-
+
Tags
-
+
+
@@ -618,21 +619,20 @@ the QR Code from an image.
-
+
Tags
-
+
+
@@ -737,21 +737,20 @@ the QR Code from an image.
-
+
Tags
-
+
+
@@ -800,21 +799,20 @@ the QR Code from an image.
-
+
Tags
-
+
+
@@ -826,100 +824,7 @@ the QR Code from an image.
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
+
@@ -607,23 +601,22 @@ in the input.
-
+
Tags
-
+
+
@@ -676,21 +669,20 @@ method will separate the data into original blocks.
-
+
Tags
-
+
+
@@ -739,21 +731,20 @@ method will separate the data into original blocks.
-
+
Tags
-
+
+
@@ -871,21 +862,20 @@ method will separate the data into original blocks.
-
+
Tags
-
+
+
@@ -901,100 +891,7 @@ method will separate the data into original blocks.
-
-
-
-
-
-
-
-
-
-
+
+
@@ -568,100 +570,7 @@ with a new estimate. It returns a new FinderPattern containing an average of the
-
-
-
-
-
-
-
-
-
-
+
+
@@ -812,100 +814,7 @@ found the alignment pattern.
-
-
-
-
-
-
-
-
-
-
+
+
@@ -520,21 +522,20 @@ of the three finder patterns.
-
+
Tags
-
+
+
@@ -664,21 +665,20 @@ of the finder patterns and estimated module size.
-
+
Tags
-
+
+
@@ -985,22 +985,21 @@ of another po$(another finder pattern center), and in the opposite direction too
-
+
Tags
-
+
+
@@ -1012,100 +1011,7 @@ of another po$(another finder pattern center), and in the opposite direction too
-
-
-
-
-
-
-
-
-
-
+
+
@@ -887,100 +889,7 @@ based on count.
-
-
-
-
-
-
-
-
-
-
+
+
@@ -200,25 +202,25 @@ markers at three corners of a QR Code.
CENTER_QUORUM
- = 2
+ : int = 2
crossCheckStateCount
- = [0, 0, 0, 0, 0]
+ : array<string|int, mixed> = [0, 0, 0, 0, 0]
MAX_MODULES
- = 177
+ : int = 177
MIN_SKIP
- = 2
+ : int = 2
@@ -400,7 +402,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees
private
- mixed
+ int
CENTER_QUORUM
= 2
@@ -430,7 +432,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees
private
- array<string|int, int>
+ array<string|int, mixed>
crossCheckStateCount
= [0, 0, 0, 0, 0]
@@ -460,7 +462,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees
private
- mixed
+ int
MAX_MODULES
= 177
@@ -490,7 +492,7 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees
private
- mixed
+ int
MIN_SKIP
= 2
@@ -901,22 +903,21 @@ check a vertical cross-check and locate the real center of the alignment pattern
-
+
Tags
-
+
+
@@ -996,22 +997,21 @@ $originalStateCountTotal
-
+
Tags
-
+
+
@@ -1542,23 +1542,22 @@ and BC is less than AC, and the angle between BC and BA is less than 180 degrees
-
+
Tags
-
+
+
@@ -1576,100 +1575,7 @@ size differs from the average among those patterns the least
-
-
-
-
-
-
-
-
-
-
+
+
@@ -349,24 +351,23 @@ image space.
-
+
Tags
-
+
+
@@ -430,23 +431,22 @@ to be within the image. Because the set of points are assumed to be linear, this
-
+
Tags
-
+
+
@@ -454,100 +454,7 @@ to be within the image. Because the set of points are assumed to be linear, this
-
-
-
-
-
-
-
-
-
-
+
+
@@ -1254,100 +1256,7 @@ directly upon section 3.4.2 of George Wolberg's "Digital Image Warping
-
-
-
-
-
-
-
-
-
-
+
+
@@ -493,100 +495,7 @@ position and size -- meaning, it is at nearly the same center with nearly the sa
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
+
@@ -221,7 +211,7 @@
MIME_TYPE
- = 'application/postscript'
+ : string = 'application/postscript'
@@ -439,7 +429,7 @@ returns an array with the transformed modules.
public
- final mixed
+ final string
MIME_TYPE
= 'application/postscript'
@@ -569,21 +559,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -622,22 +611,21 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -714,21 +702,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -927,21 +914,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -993,21 +979,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1106,23 +1091,22 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1261,21 +1245,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1529,37 +1512,31 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1698,100 +1675,7 @@ or given via $mime, otherwise it is guessed from the image $data.
-
-
-
-
-
-
-
-
-
-
+
+
@@ -208,7 +206,7 @@
MIME_TYPE
- = 'application/pdf'
+ : string = 'application/pdf'
@@ -431,7 +429,7 @@ returns an array with the transformed modules.
public
- final mixed
+ final string
MIME_TYPE
= 'application/pdf'
@@ -598,21 +596,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -651,22 +648,21 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -780,21 +776,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -855,21 +850,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1015,21 +1009,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1128,23 +1121,22 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1283,21 +1275,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1473,21 +1464,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1533,21 +1523,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1604,37 +1593,31 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1773,100 +1756,7 @@ or given via $mime, otherwise it is guessed from the image $data.
-
-
-
-
-
-
-
-
-
-
+
+
@@ -495,21 +493,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -548,21 +545,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -677,21 +673,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -730,22 +725,21 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -822,21 +816,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -875,21 +868,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -950,30 +942,28 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1019,28 +1009,26 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1129,28 +1117,26 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1187,21 +1173,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1243,29 +1228,27 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1340,21 +1323,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1453,23 +1435,22 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1647,21 +1628,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1798,21 +1778,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1858,28 +1837,26 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1919,21 +1896,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1986,37 +1962,31 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -2229,100 +2199,7 @@ or given via $mime, otherwise it is guessed from the image $data.
-
-
-
-
-
-
-
-
-
-
+
+
@@ -197,7 +199,7 @@
MIME_TYPE
- = 'image/avif'
+ : string = 'image/avif'
@@ -478,7 +480,7 @@ returns an array with the transformed modules.
public
- final mixed
+ final string
MIME_TYPE
= 'image/avif'
@@ -532,21 +534,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -585,21 +586,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -714,21 +714,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -767,22 +766,21 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -859,21 +857,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -912,21 +909,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -987,30 +983,28 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1056,28 +1050,26 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1166,28 +1158,26 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1224,21 +1214,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1280,29 +1269,27 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1377,21 +1364,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1490,23 +1476,22 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1684,21 +1669,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1835,21 +1819,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1895,28 +1878,26 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1956,21 +1937,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -2023,37 +2003,31 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -2266,100 +2240,7 @@ or given via $mime, otherwise it is guessed from the image $data.
-
-
-
-
-
-
-
-
-
-
+
+
@@ -197,7 +199,7 @@
MIME_TYPE
- = 'image/bmp'
+ : string = 'image/bmp'
@@ -478,7 +480,7 @@ returns an array with the transformed modules.
public
- final mixed
+ final string
MIME_TYPE
= 'image/bmp'
@@ -532,21 +534,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -585,21 +586,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -714,21 +714,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -767,22 +766,21 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -859,21 +857,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -912,21 +909,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -987,30 +983,28 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1056,28 +1050,26 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1166,28 +1158,26 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1224,21 +1214,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1280,29 +1269,27 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1377,21 +1364,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1490,23 +1476,22 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1684,21 +1669,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1835,21 +1819,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1895,28 +1878,26 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1956,21 +1937,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -2023,37 +2003,31 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -2266,100 +2240,7 @@ or given via $mime, otherwise it is guessed from the image $data.
-
-
-
-
-
-
-
-
-
-
+
+
@@ -197,7 +199,7 @@
MIME_TYPE
- = 'image/gif'
+ : string = 'image/gif'
@@ -478,7 +480,7 @@ returns an array with the transformed modules.
public
- final mixed
+ final string
MIME_TYPE
= 'image/gif'
@@ -532,21 +534,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -585,21 +586,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -714,21 +714,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -767,22 +766,21 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -859,21 +857,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -912,21 +909,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -987,30 +983,28 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1056,28 +1050,26 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1166,28 +1158,26 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1224,21 +1214,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1280,29 +1269,27 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1377,21 +1364,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1490,23 +1476,22 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1684,21 +1669,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1835,21 +1819,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1895,28 +1878,26 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1956,21 +1937,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -2023,37 +2003,31 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -2266,100 +2240,7 @@ or given via $mime, otherwise it is guessed from the image $data.
-
-
-
-
-
-
-
-
-
-
+
+
@@ -197,7 +199,7 @@
MIME_TYPE
- = 'image/jpg'
+ : string = 'image/jpg'
@@ -478,7 +480,7 @@ returns an array with the transformed modules.
public
- final mixed
+ final string
MIME_TYPE
= 'image/jpg'
@@ -532,21 +534,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -585,21 +586,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -714,21 +714,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -767,22 +766,21 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -859,21 +857,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -912,21 +909,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -987,30 +983,28 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1056,28 +1050,26 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1166,28 +1158,26 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1224,21 +1214,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1280,29 +1269,27 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1377,21 +1364,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1490,23 +1476,22 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1684,21 +1669,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1835,21 +1819,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1895,28 +1878,26 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1956,21 +1937,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -2023,37 +2003,31 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -2266,100 +2240,7 @@ or given via $mime, otherwise it is guessed from the image $data.
-
-
-
-
-
-
-
-
-
-
+
+
@@ -197,7 +199,7 @@
MIME_TYPE
- = 'image/png'
+ : string = 'image/png'
@@ -478,7 +480,7 @@ returns an array with the transformed modules.
public
- final mixed
+ final string
MIME_TYPE
= 'image/png'
@@ -532,21 +534,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -585,21 +586,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -714,21 +714,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -767,22 +766,21 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -859,21 +857,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -912,21 +909,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -987,30 +983,28 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1056,28 +1050,26 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1166,28 +1158,26 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1224,21 +1214,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1280,29 +1269,27 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1377,21 +1364,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1490,23 +1476,22 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1684,21 +1669,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1835,21 +1819,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1895,28 +1878,26 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1956,21 +1937,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -2023,37 +2003,31 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -2266,100 +2240,7 @@ or given via $mime, otherwise it is guessed from the image $data.
-
-
-
-
-
-
-
-
-
-
+
+
@@ -197,7 +199,7 @@
MIME_TYPE
- = 'image/webp'
+ : string = 'image/webp'
@@ -478,7 +480,7 @@ returns an array with the transformed modules.
public
- final mixed
+ final string
MIME_TYPE
= 'image/webp'
@@ -532,21 +534,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -585,21 +586,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -714,21 +714,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -767,22 +766,21 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -859,21 +857,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -912,21 +909,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -987,30 +983,28 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1056,28 +1050,26 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1166,28 +1158,26 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1224,21 +1214,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1280,29 +1269,27 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1377,21 +1364,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1490,23 +1476,22 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1684,21 +1669,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1835,21 +1819,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1895,28 +1878,26 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1956,21 +1937,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -2023,37 +2003,31 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -2266,100 +2240,7 @@ or given via $mime, otherwise it is guessed from the image $data.
-
-
-
-
-
-
-
-
-
-
+
+
@@ -652,21 +650,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -705,22 +702,21 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -797,21 +793,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -872,28 +867,26 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -992,28 +985,26 @@ you need to supply the $file parameter here in that case (or handle the option v
-
+
Tags
-
+
+
@@ -1054,21 +1045,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1241,23 +1231,22 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1396,21 +1385,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1547,21 +1535,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1663,37 +1650,31 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1902,100 +1883,7 @@ or given via $mime, otherwise it is guessed from the image $data.
-
-
-
-
-
-
-
-
-
-
+
+
@@ -632,21 +630,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -685,22 +682,21 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -777,21 +773,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -852,21 +847,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -968,30 +962,28 @@ note: css4 colors are not included
-
+
Tags
-
+
+
@@ -1081,21 +1073,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1194,23 +1185,22 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1349,21 +1339,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1500,21 +1489,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1616,37 +1604,31 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1785,100 +1767,7 @@ or given via $mime, otherwise it is guessed from the image $data.
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
+
@@ -245,7 +223,7 @@
MIME_TYPE
- = 'image/svg+xml'
+ : string = 'image/svg+xml'
@@ -514,7 +492,7 @@ returns an array with the transformed modules.
public
- final mixed
+ final string
MIME_TYPE
= 'image/svg+xml'
@@ -792,21 +770,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -845,22 +822,21 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -974,21 +950,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1147,37 +1122,34 @@ you need to supply the $file parameter here in that case (or handle the option v
-
+
Tags
-
+
+
@@ -1218,21 +1190,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1429,23 +1400,22 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1574,29 +1544,24 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1646,21 +1611,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1700,21 +1664,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1785,21 +1748,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1856,21 +1818,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -2015,37 +1976,31 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -2184,100 +2139,7 @@ or given via $mime, otherwise it is guessed from the image $data.
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
Methods
@@ -541,21 +492,20 @@ you need to supply the $file parameter here in that case (or handle the option v
-
+
Tags
-
+
+
@@ -612,104 +562,11 @@ you need to supply the $file parameter here in that case (or handle the option v
-
-
-
-
-
-
-
-
-
-
+
+
@@ -201,13 +203,13 @@
MIME_TYPE
- = 'application/json'
+ : string = 'application/json'
SCHEMA
- = 'https://raw.githubusercontent.com/chillerlan/php-qrcode/main/src/Output/qrcode.schema.json'
+ : string = 'https://raw.githubusercontent.com/chillerlan/p...
@@ -419,7 +421,7 @@ returns an array with the transformed modules.
public
- final mixed
+ final string
MIME_TYPE
= 'application/json'
@@ -449,7 +451,7 @@ returns an array with the transformed modules.
public
- final mixed
+ final string
SCHEMA
= 'https://raw.githubusercontent.com/chillerlan/php-qrcode/main/src/Output/qrcode.schema.json'
@@ -579,21 +581,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -632,22 +633,21 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -724,21 +724,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -844,28 +843,26 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -967,30 +964,28 @@ note: css4 colors are not included
-
+
Tags
-
+
+
@@ -1031,21 +1026,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1186,20 +1180,19 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1249,21 +1242,20 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1327,22 +1319,21 @@ returns an array with the transformed modules.
-
+
Tags
-
+
+
@@ -1420,21 +1411,20 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1536,22 +1526,21 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1608,37 +1597,31 @@ It must return null for an empty value.
-
+
Tags
-
+
+
@@ -1777,100 +1760,7 @@ or given via $mime, otherwise it is guessed from the image $data.
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+
+
@@ -561,22 +547,21 @@
-
+
Tags
-
+
+
@@ -786,21 +771,20 @@
-
+
Tags
-
+
+
@@ -1045,20 +1029,19 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length
-
+
Tags
-
+
+
@@ -1196,20 +1179,19 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length
-
+
Tags
-
+
+
@@ -1412,22 +1394,21 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length
-
+
Tags
-
+
+
@@ -1526,21 +1507,20 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length
-
+
Tags
-
+
+
@@ -1552,100 +1532,7 @@ ISO/IEC 18004:2000 Annex H - Optimisation of bit stream length
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
+