diff --git a/classes/chillerlan-QRCode-Output-QREps.html b/classes/chillerlan-QRCode-Output-QREps.html index 48da05122..8b030a41e 100644 --- a/classes/chillerlan-QRCode-Output-QREps.html +++ b/classes/chillerlan-QRCode-Output-QREps.html @@ -404,6 +404,13 @@

Returns a 2 element array with the current output width and height
+
+ guessMimeType() + +  : string +
+
Guesses the mime type from the given $imageData
+
module() @@ -514,7 +521,7 @@

@@ -550,7 +557,7 @@

@@ -601,7 +608,7 @@

@@ -652,7 +659,7 @@

@@ -703,7 +710,7 @@

@@ -754,7 +761,7 @@

@@ -805,7 +812,7 @@

@@ -856,7 +863,7 @@

@@ -907,7 +914,7 @@

@@ -944,7 +951,7 @@

@@ -981,7 +988,7 @@

@@ -1033,7 +1040,7 @@

@@ -1086,7 +1093,7 @@

@@ -1123,7 +1130,7 @@

@@ -1179,7 +1186,7 @@

@@ -1333,7 +1340,7 @@

@@ -1389,7 +1396,7 @@

@@ -1542,7 +1549,7 @@

@@ -1604,7 +1611,7 @@

@@ -1656,7 +1663,7 @@

@@ -1682,6 +1689,70 @@

Return values
array<string|int, int> + +
+

+ guessMimeType() + + +

+ + +

Guesses the mime type from the given $imageData

+ + + protected + guessMimeType(string $imageData) : string + +
+
+ + +
Parameters
+
+
+ $imageData + : string +
+
+ +
+
+ + +
+ Tags + + +
+
+
+ throws +
+
+ QRCodeOutputException + + +
+
+ + + +
+
Return values
+ string +
+
@@ -1892,7 +1963,7 @@

@@ -1929,7 +2000,7 @@

@@ -1964,7 +2035,7 @@

@@ -1977,7 +2048,10 @@

- +

The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

+
+

Parameters
@@ -2156,6 +2230,7 @@
Return values
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • +
  • guessMimeType()
  • module()
  • prepareModuleValue()
  • saveToFile()
  • diff --git a/classes/chillerlan-QRCode-Output-QRFpdf.html b/classes/chillerlan-QRCode-Output-QRFpdf.html index 46dd03083..eeca32a23 100644 --- a/classes/chillerlan-QRCode-Output-QRFpdf.html +++ b/classes/chillerlan-QRCode-Output-QRFpdf.html @@ -396,6 +396,13 @@

    Returns a 2 element array with the current output width and height
    +
    + guessMimeType() + +  : string +
    +
    Guesses the mime type from the given $imageData
    +
    initFPDF() @@ -513,7 +520,7 @@

    @@ -549,7 +556,7 @@

    @@ -600,7 +607,7 @@

    @@ -651,7 +658,7 @@

    @@ -702,7 +709,7 @@

    @@ -753,7 +760,7 @@

    @@ -804,7 +811,7 @@

    @@ -891,7 +898,7 @@

    @@ -942,7 +949,7 @@

    @@ -979,7 +986,7 @@

    @@ -1016,7 +1023,7 @@

    @@ -1068,7 +1075,7 @@

    @@ -1121,7 +1128,7 @@

    @@ -1194,7 +1201,7 @@

    @@ -1426,7 +1433,7 @@

    @@ -1482,7 +1489,7 @@

    @@ -1569,7 +1576,7 @@

    @@ -1631,7 +1638,7 @@

    @@ -1683,7 +1690,7 @@

    @@ -1709,6 +1716,70 @@

    Return values
    array<string|int, int> +
    +
    +

    + guessMimeType() + + +

    + + +

    Guesses the mime type from the given $imageData

    + + + protected + guessMimeType(string $imageData) : string + +
    +
    + + +
    Parameters
    +
    +
    + $imageData + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + + + +
    +
    Return values
    + string +
    +
    @@ -1969,7 +2040,7 @@

    @@ -2006,7 +2077,7 @@

    @@ -2041,7 +2112,7 @@

    @@ -2054,7 +2125,10 @@

    - +

    The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

    +
    +

    Parameters
    @@ -2234,6 +2308,7 @@
    Return values
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • +
  • guessMimeType()
  • initFPDF()
  • module()
  • prepareModuleValue()
  • diff --git a/classes/chillerlan-QRCode-Output-QRGdImage.html b/classes/chillerlan-QRCode-Output-QRGdImage.html index 0618fddfe..5ab2a2f13 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImage.html +++ b/classes/chillerlan-QRCode-Output-QRGdImage.html @@ -422,6 +422,13 @@

    Returns a 2 element array with the current output width and height
    +
    + guessMimeType() + +  : string +
    +
    Guesses the mime type from the given $imageData
    +
    module() @@ -567,7 +574,7 @@

    @@ -603,7 +610,7 @@

    @@ -654,7 +661,7 @@

    @@ -705,7 +712,7 @@

    @@ -756,7 +763,7 @@

    @@ -807,7 +814,7 @@

    @@ -858,7 +865,7 @@

    @@ -961,7 +968,7 @@

    @@ -1012,7 +1019,7 @@

    @@ -1049,7 +1056,7 @@

    @@ -1086,7 +1093,7 @@

    @@ -1138,7 +1145,7 @@

    @@ -1191,7 +1198,7 @@

    @@ -1228,7 +1235,7 @@

    @@ -1589,7 +1596,7 @@

    @@ -1645,7 +1652,7 @@

    @@ -1877,7 +1884,7 @@

    @@ -1939,7 +1946,7 @@

    @@ -1991,7 +1998,7 @@

    @@ -2017,6 +2024,70 @@

    Return values
    array<string|int, int> +
    +
    +

    + guessMimeType() + + +

    + + +

    Guesses the mime type from the given $imageData

    + + + protected + guessMimeType(string $imageData) : string + +
    +
    + + +
    Parameters
    +
    +
    + $imageData + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + + + +
    +
    Return values
    + string +
    +
    @@ -2330,7 +2401,7 @@

    @@ -2367,7 +2438,7 @@

    @@ -2437,7 +2508,7 @@

    @@ -2450,7 +2521,10 @@

    - +

    The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

    +
    +

    Parameters
    @@ -2628,6 +2702,7 @@
    Return values
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • +
  • guessMimeType()
  • module()
  • prepareModuleValue()
  • renderImage()
  • diff --git a/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html b/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html index 756de36f7..7e17614ad 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageAVIF.html @@ -422,6 +422,13 @@

    Returns a 2 element array with the current output width and height
    +
    + guessMimeType() + +  : string +
    +
    Guesses the mime type from the given $imageData
    +
    module() @@ -605,7 +612,7 @@

    @@ -641,7 +648,7 @@

    @@ -692,7 +699,7 @@

    @@ -743,7 +750,7 @@

    @@ -794,7 +801,7 @@

    @@ -845,7 +852,7 @@

    @@ -896,7 +903,7 @@

    @@ -999,7 +1006,7 @@

    @@ -1050,7 +1057,7 @@

    @@ -1087,7 +1094,7 @@

    @@ -1124,7 +1131,7 @@

    @@ -1176,7 +1183,7 @@

    @@ -1229,7 +1236,7 @@

    @@ -1266,7 +1273,7 @@

    @@ -1627,7 +1634,7 @@

    @@ -1683,7 +1690,7 @@

    @@ -1915,7 +1922,7 @@

    @@ -1977,7 +1984,7 @@

    @@ -2029,7 +2036,7 @@

    @@ -2055,6 +2062,70 @@

    Return values
    array<string|int, int> +
    +
    +

    + guessMimeType() + + +

    + + +

    Guesses the mime type from the given $imageData

    + + + protected + guessMimeType(string $imageData) : string + +
    +
    + + +
    Parameters
    +
    +
    + $imageData + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + + + +
    +
    Return values
    + string +
    +
    @@ -2353,7 +2424,7 @@

    @@ -2390,7 +2461,7 @@

    @@ -2460,7 +2531,7 @@

    @@ -2473,7 +2544,10 @@

    - +

    The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

    +
    +

    Parameters
    @@ -2658,6 +2732,7 @@
    Return values
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • +
  • guessMimeType()
  • module()
  • prepareModuleValue()
  • renderImage()
  • diff --git a/classes/chillerlan-QRCode-Output-QRGdImageBMP.html b/classes/chillerlan-QRCode-Output-QRGdImageBMP.html index 8029e8459..3c7e3945e 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageBMP.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageBMP.html @@ -422,6 +422,13 @@

    Returns a 2 element array with the current output width and height
    +
    + guessMimeType() + +  : string +
    +
    Guesses the mime type from the given $imageData
    +
    module() @@ -605,7 +612,7 @@

    @@ -641,7 +648,7 @@

    @@ -692,7 +699,7 @@

    @@ -743,7 +750,7 @@

    @@ -794,7 +801,7 @@

    @@ -845,7 +852,7 @@

    @@ -896,7 +903,7 @@

    @@ -999,7 +1006,7 @@

    @@ -1050,7 +1057,7 @@

    @@ -1087,7 +1094,7 @@

    @@ -1124,7 +1131,7 @@

    @@ -1176,7 +1183,7 @@

    @@ -1229,7 +1236,7 @@

    @@ -1266,7 +1273,7 @@

    @@ -1627,7 +1634,7 @@

    @@ -1683,7 +1690,7 @@

    @@ -1915,7 +1922,7 @@

    @@ -1977,7 +1984,7 @@

    @@ -2029,7 +2036,7 @@

    @@ -2055,6 +2062,70 @@

    Return values
    array<string|int, int> +
    +
    +

    + guessMimeType() + + +

    + + +

    Guesses the mime type from the given $imageData

    + + + protected + guessMimeType(string $imageData) : string + +
    +
    + + +
    Parameters
    +
    +
    + $imageData + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + + + +
    +
    Return values
    + string +
    +
    @@ -2353,7 +2424,7 @@

    @@ -2390,7 +2461,7 @@

    @@ -2460,7 +2531,7 @@

    @@ -2473,7 +2544,10 @@

    - +

    The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

    +
    +

    Parameters
    @@ -2658,6 +2732,7 @@
    Return values
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • +
  • guessMimeType()
  • module()
  • prepareModuleValue()
  • renderImage()
  • diff --git a/classes/chillerlan-QRCode-Output-QRGdImageGIF.html b/classes/chillerlan-QRCode-Output-QRGdImageGIF.html index d7fe20a77..7520aa54d 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageGIF.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageGIF.html @@ -422,6 +422,13 @@

    Returns a 2 element array with the current output width and height
    +
    + guessMimeType() + +  : string +
    +
    Guesses the mime type from the given $imageData
    +
    module() @@ -605,7 +612,7 @@

    @@ -641,7 +648,7 @@

    @@ -692,7 +699,7 @@

    @@ -743,7 +750,7 @@

    @@ -794,7 +801,7 @@

    @@ -845,7 +852,7 @@

    @@ -896,7 +903,7 @@

    @@ -999,7 +1006,7 @@

    @@ -1050,7 +1057,7 @@

    @@ -1087,7 +1094,7 @@

    @@ -1124,7 +1131,7 @@

    @@ -1176,7 +1183,7 @@

    @@ -1229,7 +1236,7 @@

    @@ -1266,7 +1273,7 @@

    @@ -1627,7 +1634,7 @@

    @@ -1683,7 +1690,7 @@

    @@ -1915,7 +1922,7 @@

    @@ -1977,7 +1984,7 @@

    @@ -2029,7 +2036,7 @@

    @@ -2055,6 +2062,70 @@

    Return values
    array<string|int, int> +
    +
    +

    + guessMimeType() + + +

    + + +

    Guesses the mime type from the given $imageData

    + + + protected + guessMimeType(string $imageData) : string + +
    +
    + + +
    Parameters
    +
    +
    + $imageData + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + + + +
    +
    Return values
    + string +
    +
    @@ -2353,7 +2424,7 @@

    @@ -2390,7 +2461,7 @@

    @@ -2460,7 +2531,7 @@

    @@ -2473,7 +2544,10 @@

    - +

    The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

    +
    +

    Parameters
    @@ -2658,6 +2732,7 @@
    Return values
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • +
  • guessMimeType()
  • module()
  • prepareModuleValue()
  • renderImage()
  • diff --git a/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html b/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html index 1b8817696..082ea06fa 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageJPEG.html @@ -422,6 +422,13 @@

    Returns a 2 element array with the current output width and height
    +
    + guessMimeType() + +  : string +
    +
    Guesses the mime type from the given $imageData
    +
    module() @@ -605,7 +612,7 @@

    @@ -641,7 +648,7 @@

    @@ -692,7 +699,7 @@

    @@ -743,7 +750,7 @@

    @@ -794,7 +801,7 @@

    @@ -845,7 +852,7 @@

    @@ -896,7 +903,7 @@

    @@ -999,7 +1006,7 @@

    @@ -1050,7 +1057,7 @@

    @@ -1087,7 +1094,7 @@

    @@ -1124,7 +1131,7 @@

    @@ -1176,7 +1183,7 @@

    @@ -1229,7 +1236,7 @@

    @@ -1266,7 +1273,7 @@

    @@ -1627,7 +1634,7 @@

    @@ -1683,7 +1690,7 @@

    @@ -1915,7 +1922,7 @@

    @@ -1977,7 +1984,7 @@

    @@ -2029,7 +2036,7 @@

    @@ -2055,6 +2062,70 @@

    Return values
    array<string|int, int> +
    +
    +

    + guessMimeType() + + +

    + + +

    Guesses the mime type from the given $imageData

    + + + protected + guessMimeType(string $imageData) : string + +
    +
    + + +
    Parameters
    +
    +
    + $imageData + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + + + +
    +
    Return values
    + string +
    +
    @@ -2353,7 +2424,7 @@

    @@ -2390,7 +2461,7 @@

    @@ -2460,7 +2531,7 @@

    @@ -2473,7 +2544,10 @@

    - +

    The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

    +
    +

    Parameters
    @@ -2658,6 +2732,7 @@
    Return values
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • +
  • guessMimeType()
  • module()
  • prepareModuleValue()
  • renderImage()
  • diff --git a/classes/chillerlan-QRCode-Output-QRGdImagePNG.html b/classes/chillerlan-QRCode-Output-QRGdImagePNG.html index dd9c79375..ecc69ab78 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImagePNG.html +++ b/classes/chillerlan-QRCode-Output-QRGdImagePNG.html @@ -422,6 +422,13 @@

    Returns a 2 element array with the current output width and height
    +
    + guessMimeType() + +  : string +
    +
    Guesses the mime type from the given $imageData
    +
    module() @@ -605,7 +612,7 @@

    @@ -641,7 +648,7 @@

    @@ -692,7 +699,7 @@

    @@ -743,7 +750,7 @@

    @@ -794,7 +801,7 @@

    @@ -845,7 +852,7 @@

    @@ -896,7 +903,7 @@

    @@ -999,7 +1006,7 @@

    @@ -1050,7 +1057,7 @@

    @@ -1087,7 +1094,7 @@

    @@ -1124,7 +1131,7 @@

    @@ -1176,7 +1183,7 @@

    @@ -1229,7 +1236,7 @@

    @@ -1266,7 +1273,7 @@

    @@ -1627,7 +1634,7 @@

    @@ -1683,7 +1690,7 @@

    @@ -1915,7 +1922,7 @@

    @@ -1977,7 +1984,7 @@

    @@ -2029,7 +2036,7 @@

    @@ -2055,6 +2062,70 @@

    Return values
    array<string|int, int> +
    +
    +

    + guessMimeType() + + +

    + + +

    Guesses the mime type from the given $imageData

    + + + protected + guessMimeType(string $imageData) : string + +
    +
    + + +
    Parameters
    +
    +
    + $imageData + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + + + +
    +
    Return values
    + string +
    +
    @@ -2353,7 +2424,7 @@

    @@ -2390,7 +2461,7 @@

    @@ -2460,7 +2531,7 @@

    @@ -2473,7 +2544,10 @@

    - +

    The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

    +
    +

    Parameters
    @@ -2658,6 +2732,7 @@
    Return values
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • +
  • guessMimeType()
  • module()
  • prepareModuleValue()
  • renderImage()
  • diff --git a/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html b/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html index 662c54f54..b494ba455 100644 --- a/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html +++ b/classes/chillerlan-QRCode-Output-QRGdImageWEBP.html @@ -422,6 +422,13 @@

    Returns a 2 element array with the current output width and height
    +
    + guessMimeType() + +  : string +
    +
    Guesses the mime type from the given $imageData
    +
    module() @@ -605,7 +612,7 @@

    @@ -641,7 +648,7 @@

    @@ -692,7 +699,7 @@

    @@ -743,7 +750,7 @@

    @@ -794,7 +801,7 @@

    @@ -845,7 +852,7 @@

    @@ -896,7 +903,7 @@

    @@ -999,7 +1006,7 @@

    @@ -1050,7 +1057,7 @@

    @@ -1087,7 +1094,7 @@

    @@ -1124,7 +1131,7 @@

    @@ -1176,7 +1183,7 @@

    @@ -1229,7 +1236,7 @@

    @@ -1266,7 +1273,7 @@

    @@ -1627,7 +1634,7 @@

    @@ -1683,7 +1690,7 @@

    @@ -1915,7 +1922,7 @@

    @@ -1977,7 +1984,7 @@

    @@ -2029,7 +2036,7 @@

    @@ -2055,6 +2062,70 @@

    Return values
    array<string|int, int> +
    +
    +

    + guessMimeType() + + +

    + + +

    Guesses the mime type from the given $imageData

    + + + protected + guessMimeType(string $imageData) : string + +
    +
    + + +
    Parameters
    +
    +
    + $imageData + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + + + +
    +
    Return values
    + string +
    +
    @@ -2353,7 +2424,7 @@

    @@ -2390,7 +2461,7 @@

    @@ -2460,7 +2531,7 @@

    @@ -2473,7 +2544,10 @@

    - +

    The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

    +
    +

    Parameters
    @@ -2658,6 +2732,7 @@
    Return values
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • +
  • guessMimeType()
  • module()
  • prepareModuleValue()
  • renderImage()
  • diff --git a/classes/chillerlan-QRCode-Output-QRImagick.html b/classes/chillerlan-QRCode-Output-QRImagick.html index cc3e1d1c1..0d175fa17 100644 --- a/classes/chillerlan-QRCode-Output-QRImagick.html +++ b/classes/chillerlan-QRCode-Output-QRImagick.html @@ -149,7 +149,7 @@

    @@ -404,10 +404,11 @@

    Returns a 2 element array with the current output width and height
    - guessMimeType() + guessMimeType()  : string
    +
    Guesses the mime type from the given $imageData
    module() @@ -495,7 +496,7 @@

    @@ -532,7 +533,7 @@

    @@ -568,7 +569,7 @@

    @@ -619,7 +620,7 @@

    @@ -670,7 +671,7 @@

    @@ -721,7 +722,7 @@

    @@ -772,7 +773,7 @@

    @@ -823,7 +824,7 @@

    @@ -874,7 +875,7 @@

    @@ -911,7 +912,7 @@

    @@ -948,7 +949,7 @@

    @@ -999,7 +1000,7 @@

    @@ -1036,7 +1037,7 @@

    @@ -1073,7 +1074,7 @@

    @@ -1125,7 +1126,7 @@

    @@ -1178,7 +1179,7 @@

    @@ -1215,7 +1216,7 @@

    @@ -1271,7 +1272,7 @@

    @@ -1345,7 +1346,7 @@

    @@ -1398,7 +1399,7 @@

    @@ -1469,7 +1470,7 @@

    @@ -1525,7 +1526,7 @@

    @@ -1563,7 +1564,7 @@

    @@ -1602,7 +1603,7 @@

    @@ -1637,7 +1638,7 @@

    @@ -1686,7 +1687,7 @@

    @@ -1748,7 +1749,7 @@

    @@ -1800,7 +1801,7 @@

    @@ -1835,17 +1836,18 @@

    Return values
    >

    guessMimeType() - +

    - +

    Guesses the mime type from the given $imageData

    + protected guessMimeType(string $imageData) : string @@ -1868,20 +1870,11 @@
    Parameters
    Tags - +
    - todo: -
    -
    - -

    move to QROutputAbstract

    -
    - -
    -
    throws
    @@ -1913,7 +1906,7 @@

    @@ -1972,7 +1965,7 @@

    @@ -2021,7 +2014,7 @@

    @@ -2104,7 +2097,7 @@

    @@ -2139,7 +2132,7 @@

    @@ -2176,7 +2169,7 @@

    @@ -2211,7 +2204,7 @@

    @@ -2246,7 +2239,7 @@

    @@ -2259,7 +2252,10 @@

    - +

    The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

    +
    +

    Parameters
    @@ -2435,7 +2431,7 @@
    Return values
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • -
  • guessMimeType()
  • +
  • guessMimeType()
  • module()
  • prepareModuleValue()
  • saveToFile()
  • diff --git a/classes/chillerlan-QRCode-Output-QRInterventionImage.html b/classes/chillerlan-QRCode-Output-QRInterventionImage.html index e5fb616ea..7e03f066d 100644 --- a/classes/chillerlan-QRCode-Output-QRInterventionImage.html +++ b/classes/chillerlan-QRCode-Output-QRInterventionImage.html @@ -400,6 +400,13 @@

    Returns a 2 element array with the current output width and height
    +
    + guessMimeType() + +  : string +
    +
    Guesses the mime type from the given $imageData
    +
    module() @@ -472,7 +479,7 @@

    @@ -508,7 +515,7 @@

    @@ -559,7 +566,7 @@

    @@ -610,7 +617,7 @@

    @@ -661,7 +668,7 @@

    @@ -748,7 +755,7 @@

    @@ -799,7 +806,7 @@

    @@ -886,7 +893,7 @@

    @@ -937,7 +944,7 @@

    @@ -1010,7 +1017,7 @@

    @@ -1047,7 +1054,7 @@

    @@ -1099,7 +1106,7 @@

    @@ -1152,7 +1159,7 @@

    @@ -1189,7 +1196,7 @@

    @@ -1490,7 +1497,7 @@

    @@ -1546,7 +1553,7 @@

    @@ -1633,7 +1640,7 @@

    @@ -1695,7 +1702,7 @@

    @@ -1747,7 +1754,7 @@

    @@ -1773,6 +1780,70 @@

    Return values
    array<string|int, int> +

    +
    +

    + guessMimeType() + + +

    + + +

    Guesses the mime type from the given $imageData

    + + + protected + guessMimeType(string $imageData) : string + +
    +
    + + +
    Parameters
    +
    +
    + $imageData + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + + + +
    +
    Return values
    + string +
    +
    @@ -1979,7 +2050,7 @@

    @@ -2016,7 +2087,7 @@

    @@ -2051,7 +2122,7 @@

    @@ -2064,7 +2135,10 @@

    - +

    The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

    +
    +

    Parameters
    @@ -2239,6 +2313,7 @@
    Return values
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • +
  • guessMimeType()
  • module()
  • prepareModuleValue()
  • saveToFile()
  • diff --git a/classes/chillerlan-QRCode-Output-QRMarkup.html b/classes/chillerlan-QRCode-Output-QRMarkup.html index 9e2d57a7c..3ec06b60e 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkup.html +++ b/classes/chillerlan-QRCode-Output-QRMarkup.html @@ -365,6 +365,13 @@

    Returns a 2 element array with the current output width and height
    +
    + guessMimeType() + +  : string +
    +
    Guesses the mime type from the given $imageData
    +
    prepareModuleValue() @@ -430,7 +437,7 @@

    @@ -466,7 +473,7 @@

    @@ -517,7 +524,7 @@

    @@ -568,7 +575,7 @@

    @@ -619,7 +626,7 @@

    @@ -670,7 +677,7 @@

    @@ -721,7 +728,7 @@

    @@ -772,7 +779,7 @@

    @@ -823,7 +830,7 @@

    @@ -860,7 +867,7 @@

    @@ -897,7 +904,7 @@

    @@ -949,7 +956,7 @@

    @@ -1002,7 +1009,7 @@

    @@ -1039,7 +1046,7 @@

    @@ -1095,7 +1102,7 @@

    @@ -1276,7 +1283,7 @@

    @@ -1332,7 +1339,7 @@

    @@ -1517,7 +1524,7 @@

    @@ -1579,7 +1586,7 @@

    @@ -1631,7 +1638,7 @@

    @@ -1657,6 +1664,70 @@

    Return values
    array<string|int, int> +
    +
    +

    + guessMimeType() + + +

    + + +

    Guesses the mime type from the given $imageData

    + + + protected + guessMimeType(string $imageData) : string + +
    +
    + + +
    Parameters
    +
    +
    + $imageData + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + + + +
    +
    Return values
    + string +
    +
    @@ -1804,7 +1875,7 @@

    @@ -1841,7 +1912,7 @@

    @@ -1876,7 +1947,7 @@

    @@ -1889,7 +1960,10 @@

    - +

    The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

    +
    +

    Parameters
    @@ -2062,6 +2136,7 @@
    Return values
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • +
  • guessMimeType()
  • prepareModuleValue()
  • saveToFile()
  • setMatrixDimensions()
  • diff --git a/classes/chillerlan-QRCode-Output-QRMarkupHTML.html b/classes/chillerlan-QRCode-Output-QRMarkupHTML.html index 24b6271f6..00050fac1 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupHTML.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupHTML.html @@ -373,6 +373,13 @@

    Returns a 2 element array with the current output width and height
    +
    + guessMimeType() + +  : string +
    +
    Guesses the mime type from the given $imageData
    +
    prepareModuleValue() @@ -476,7 +483,7 @@

    @@ -512,7 +519,7 @@

    @@ -563,7 +570,7 @@

    @@ -614,7 +621,7 @@

    @@ -665,7 +672,7 @@

    @@ -716,7 +723,7 @@

    @@ -767,7 +774,7 @@

    @@ -818,7 +825,7 @@

    @@ -869,7 +876,7 @@

    @@ -906,7 +913,7 @@

    @@ -943,7 +950,7 @@

    @@ -995,7 +1002,7 @@

    @@ -1048,7 +1055,7 @@

    @@ -1085,7 +1092,7 @@

    @@ -1141,7 +1148,7 @@

    @@ -1322,7 +1329,7 @@

    @@ -1378,7 +1385,7 @@

    @@ -1563,7 +1570,7 @@

    @@ -1625,7 +1632,7 @@

    @@ -1677,7 +1684,7 @@

    @@ -1703,6 +1710,70 @@

    Return values
    array<string|int, int> +
    +
    +

    + guessMimeType() + + +

    + + +

    Guesses the mime type from the given $imageData

    + + + protected + guessMimeType(string $imageData) : string + +
    +
    + + +
    Parameters
    +
    +
    + $imageData + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + + + +
    +
    Return values
    + string +
    +
    @@ -1850,7 +1921,7 @@

    @@ -1887,7 +1958,7 @@

    @@ -1922,7 +1993,7 @@

    @@ -1935,7 +2006,10 @@

    - +

    The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

    +
    +

    Parameters
    @@ -2115,6 +2189,7 @@
    Return values
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • +
  • guessMimeType()
  • prepareModuleValue()
  • saveToFile()
  • setMatrixDimensions()
  • diff --git a/classes/chillerlan-QRCode-Output-QRMarkupSVG.html b/classes/chillerlan-QRCode-Output-QRMarkupSVG.html index 835fe4779..687c5f66f 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupSVG.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupSVG.html @@ -442,6 +442,13 @@

    returns the value for the SVG viewBox attribute
    +
    + guessMimeType() + +  : string +
    +
    Guesses the mime type from the given $imageData
    +
    header() @@ -573,7 +580,7 @@

    @@ -609,7 +616,7 @@

    @@ -660,7 +667,7 @@

    @@ -711,7 +718,7 @@

    @@ -762,7 +769,7 @@

    @@ -813,7 +820,7 @@

    @@ -864,7 +871,7 @@

    @@ -915,7 +922,7 @@

    @@ -966,7 +973,7 @@

    @@ -1003,7 +1010,7 @@

    @@ -1040,7 +1047,7 @@

    @@ -1092,7 +1099,7 @@

    @@ -1145,7 +1152,7 @@

    @@ -1182,7 +1189,7 @@

    @@ -1238,7 +1245,7 @@

    @@ -1423,7 +1430,7 @@

    @@ -1479,7 +1486,7 @@

    @@ -1664,7 +1671,7 @@

    @@ -1726,7 +1733,7 @@

    @@ -1861,6 +1868,70 @@

    +
    +
    Return values
    + string +
    + +
    +
    +

    + guessMimeType() + + +

    + + +

    Guesses the mime type from the given $imageData

    + + + protected + guessMimeType(string $imageData) : string + +
    +
    + + +
    Parameters
    +
    +
    + $imageData + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + + +
    Return values
    string @@ -2172,7 +2243,7 @@

    @@ -2255,7 +2326,7 @@

    @@ -2292,7 +2363,7 @@

    @@ -2327,7 +2398,7 @@

    @@ -2340,7 +2411,10 @@

    - +

    The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

    +
    +

    Parameters
    @@ -2521,6 +2595,7 @@
    Return values
  • getModuleValueAt()
  • getOutputDimensions()
  • getViewBox()
  • +
  • guessMimeType()
  • header()
  • module()
  • path()
  • diff --git a/classes/chillerlan-QRCode-Output-QRMarkupXML.html b/classes/chillerlan-QRCode-Output-QRMarkupXML.html index 00fdeedbe..073932811 100644 --- a/classes/chillerlan-QRCode-Output-QRMarkupXML.html +++ b/classes/chillerlan-QRCode-Output-QRMarkupXML.html @@ -392,6 +392,13 @@

    Returns a 2 element array with the current output width and height
    +
    + guessMimeType() + +  : string +
    +
    Guesses the mime type from the given $imageData
    +
    module() @@ -540,7 +547,7 @@

    @@ -576,7 +583,7 @@

    @@ -627,7 +634,7 @@

    @@ -714,7 +721,7 @@

    @@ -765,7 +772,7 @@

    @@ -816,7 +823,7 @@

    @@ -867,7 +874,7 @@

    @@ -918,7 +925,7 @@

    @@ -969,7 +976,7 @@

    @@ -1006,7 +1013,7 @@

    @@ -1043,7 +1050,7 @@

    @@ -1095,7 +1102,7 @@

    @@ -1148,7 +1155,7 @@

    @@ -1185,7 +1192,7 @@

    @@ -1241,7 +1248,7 @@

    @@ -1422,7 +1429,7 @@

    @@ -1478,7 +1485,7 @@

    @@ -1724,7 +1731,7 @@

    @@ -1786,7 +1793,7 @@

    @@ -1876,6 +1883,70 @@

    Return values
    array<string|int, int>
    +
    +
    +

    + guessMimeType() + + +

    + + +

    Guesses the mime type from the given $imageData

    + + + protected + guessMimeType(string $imageData) : string + +
    +
    + + +
    Parameters
    +
    +
    + $imageData + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + + + +
    +
    Return values
    + string +
    +
    @@ -2142,7 +2213,7 @@

    @@ -2179,7 +2250,7 @@

    @@ -2214,7 +2285,7 @@

    @@ -2227,7 +2298,10 @@

    - +

    The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

    +
    +

    Parameters
    @@ -2410,6 +2484,7 @@
    Return values
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • +
  • guessMimeType()
  • module()
  • prepareModuleValue()
  • row()
  • diff --git a/classes/chillerlan-QRCode-Output-QROutputAbstract.html b/classes/chillerlan-QRCode-Output-QROutputAbstract.html index a64593bea..074b92fc7 100644 --- a/classes/chillerlan-QRCode-Output-QROutputAbstract.html +++ b/classes/chillerlan-QRCode-Output-QROutputAbstract.html @@ -151,7 +151,7 @@

    @@ -340,6 +340,13 @@

    Returns a 2 element array with the current output width and height
    +
    + guessMimeType() + +  : string +
    +
    Guesses the mime type from the given $imageData
    +
    prepareModuleValue() @@ -405,7 +412,7 @@

    @@ -441,7 +448,7 @@

    @@ -492,7 +499,7 @@

    @@ -543,7 +550,7 @@

    @@ -594,7 +601,7 @@

    @@ -645,7 +652,7 @@

    @@ -696,7 +703,7 @@

    @@ -747,7 +754,7 @@

    @@ -798,7 +805,7 @@

    @@ -835,7 +842,7 @@

    @@ -872,7 +879,7 @@

    @@ -924,7 +931,7 @@

    @@ -977,7 +984,7 @@

    @@ -1014,7 +1021,7 @@

    @@ -1070,7 +1077,7 @@

    @@ -1122,7 +1129,7 @@

    @@ -1178,7 +1185,7 @@

    @@ -1216,7 +1223,7 @@

    @@ -1261,7 +1268,7 @@

    @@ -1323,7 +1330,7 @@

    @@ -1375,7 +1382,7 @@

    @@ -1401,6 +1408,70 @@

    Return values
    array<string|int, int> +
    +
    +

    + guessMimeType() + + +

    + + +

    Guesses the mime type from the given $imageData

    + + + protected + guessMimeType(string $imageData) : string + +
    +
    + + +
    Parameters
    +
    +
    + $imageData + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + + + +
    +
    Return values
    + string +
    +
    @@ -1461,7 +1532,7 @@

    @@ -1544,7 +1615,7 @@

    @@ -1581,7 +1652,7 @@

    @@ -1616,7 +1687,7 @@

    @@ -1629,7 +1700,10 @@

    - +

    The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

    +
    +

    Parameters
    @@ -1798,6 +1872,7 @@
    Return values
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • +
  • guessMimeType()
  • prepareModuleValue()
  • saveToFile()
  • setMatrixDimensions()
  • diff --git a/classes/chillerlan-QRCode-Output-QRStringJSON.html b/classes/chillerlan-QRCode-Output-QRStringJSON.html index aba9eebea..f2d39e2c7 100644 --- a/classes/chillerlan-QRCode-Output-QRStringJSON.html +++ b/classes/chillerlan-QRCode-Output-QRStringJSON.html @@ -391,6 +391,13 @@

    Returns a 2 element array with the current output width and height
    +
    + guessMimeType() + +  : string +
    +
    Guesses the mime type from the given $imageData
    +
    module() @@ -539,7 +546,7 @@

    @@ -575,7 +582,7 @@

    @@ -626,7 +633,7 @@

    @@ -677,7 +684,7 @@

    @@ -728,7 +735,7 @@

    @@ -779,7 +786,7 @@

    @@ -830,7 +837,7 @@

    @@ -881,7 +888,7 @@

    @@ -932,7 +939,7 @@

    @@ -969,7 +976,7 @@

    @@ -1006,7 +1013,7 @@

    @@ -1058,7 +1065,7 @@

    @@ -1111,7 +1118,7 @@

    @@ -1148,7 +1155,7 @@

    @@ -1204,7 +1211,7 @@

    @@ -1452,7 +1459,7 @@

    @@ -1508,7 +1515,7 @@

    @@ -1595,7 +1602,7 @@

    @@ -1657,7 +1664,7 @@

    @@ -1747,6 +1754,70 @@

    Return values
    array<string|int, int> +
    +
    +

    + guessMimeType() + + +

    + + +

    Guesses the mime type from the given $imageData

    + + + protected + guessMimeType(string $imageData) : string + +
    +
    + + +
    Parameters
    +
    +
    + $imageData + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + + + +
    +
    Return values
    + string +
    +
    @@ -2045,7 +2116,7 @@

    @@ -2082,7 +2153,7 @@

    @@ -2117,7 +2188,7 @@

    @@ -2130,7 +2201,10 @@

    - +

    The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

    +
    +

    Parameters
    @@ -2310,6 +2384,7 @@
    Return values
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • +
  • guessMimeType()
  • module()
  • prepareModuleValue()
  • row()
  • diff --git a/classes/chillerlan-QRCode-Output-QRStringText.html b/classes/chillerlan-QRCode-Output-QRStringText.html index e7e7380ee..8ba7e49c2 100644 --- a/classes/chillerlan-QRCode-Output-QRStringText.html +++ b/classes/chillerlan-QRCode-Output-QRStringText.html @@ -365,6 +365,13 @@

    Returns a 2 element array with the current output width and height
    +
    + guessMimeType() + +  : string +
    +
    Guesses the mime type from the given $imageData
    +
    prepareModuleValue() @@ -468,7 +475,7 @@

    @@ -504,7 +511,7 @@

    @@ -555,7 +562,7 @@

    @@ -606,7 +613,7 @@

    @@ -657,7 +664,7 @@

    @@ -708,7 +715,7 @@

    @@ -759,7 +766,7 @@

    @@ -810,7 +817,7 @@

    @@ -861,7 +868,7 @@

    @@ -898,7 +905,7 @@

    @@ -935,7 +942,7 @@

    @@ -987,7 +994,7 @@

    @@ -1040,7 +1047,7 @@

    @@ -1077,7 +1084,7 @@

    @@ -1133,7 +1140,7 @@

    @@ -1394,7 +1401,7 @@

    @@ -1450,7 +1457,7 @@

    @@ -1537,7 +1544,7 @@

    @@ -1599,7 +1606,7 @@

    @@ -1651,7 +1658,7 @@

    @@ -1677,6 +1684,70 @@

    Return values
    array<string|int, int> +
    +
    +

    + guessMimeType() + + +

    + + +

    Guesses the mime type from the given $imageData

    + + + protected + guessMimeType(string $imageData) : string + +
    +
    + + +
    Parameters
    +
    +
    + $imageData + : string +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + throws +
    +
    + QRCodeOutputException + + +
    +
    + + + +
    +
    Return values
    + string +
    +
    @@ -1838,7 +1909,7 @@

    @@ -1875,7 +1946,7 @@

    @@ -1910,7 +1981,7 @@

    @@ -1923,7 +1994,10 @@

    - +

    The mime type can be set via class constant MIME_TYPE in child classes, +or given via $mime, otherwise it is guessed from the image $data.

    +
    +

    Parameters
    @@ -2102,6 +2176,7 @@
    Return values
  • getModuleValue()
  • getModuleValueAt()
  • getOutputDimensions()
  • +
  • guessMimeType()
  • prepareModuleValue()
  • saveToFile()
  • setMatrixDimensions()
  • diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html b/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html index a477fd12f..94c6cec6a 100644 --- a/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html +++ b/classes/chillerlan-QRCodeTest-QRCodeReaderGDTest.html @@ -435,7 +435,7 @@

    @@ -558,7 +558,7 @@

    @@ -612,7 +612,7 @@

    @@ -692,7 +692,7 @@

    @@ -772,7 +772,7 @@

    diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html b/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html index 784e924fd..a3dfa9935 100644 --- a/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html +++ b/classes/chillerlan-QRCodeTest-QRCodeReaderImagickTest.html @@ -447,7 +447,7 @@

    @@ -570,7 +570,7 @@

    @@ -624,7 +624,7 @@

    @@ -704,7 +704,7 @@

    @@ -784,7 +784,7 @@

    diff --git a/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html b/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html index a3a261b69..b9d500adb 100644 --- a/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html +++ b/classes/chillerlan-QRCodeTest-QRCodeReaderTestAbstract.html @@ -438,7 +438,7 @@

    @@ -561,7 +561,7 @@

    @@ -615,7 +615,7 @@

    @@ -695,7 +695,7 @@

    @@ -775,7 +775,7 @@

    @@ -914,7 +914,7 @@

    diff --git a/files/src-output-qroutputabstract.html b/files/src-output-qroutputabstract.html index 0418a3885..262264a5d 100644 --- a/files/src-output-qroutputabstract.html +++ b/files/src-output-qroutputabstract.html @@ -169,6 +169,15 @@

    MIT

    + +
    + noinspection +
    +
    + +

    PhpComposerExtensionStubsInspection

    +
    +
    diff --git a/js/searchIndex.js b/js/searchIndex.js index 32b20f163..31cf67d4a 100644 --- a/js/searchIndex.js +++ b/js/searchIndex.js @@ -2715,11 +2715,6 @@ Search.appendIndex( "name": "dump", "summary": "Generates\u0020the\u0020output,\u0020optionally\u0020dumps\u0020it\u0020to\u0020a\u0020file,\u0020and\u0020returns\u0020it", "url": "classes/chillerlan-QRCode-Output-QRImagick.html#method_dump" - }, { - "fqsen": "\\chillerlan\\QRCode\\Output\\QRImagick\u003A\u003AguessMimeType\u0028\u0029", - "name": "guessMimeType", - "summary": "", - "url": "classes/chillerlan-QRCode-Output-QRImagick.html#method_guessMimeType" }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QRImagick\u003A\u003AsetBgColor\u0028\u0029", "name": "setBgColor", @@ -2990,6 +2985,11 @@ Search.appendIndex( "name": "toBase64DataURI", "summary": "Returns\u0020a\u0020base64\u0020data\u0020URI\u0020for\u0020the\u0020given\u0020string\u0020and\u0020mime\u0020type", "url": "classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_toBase64DataURI" + }, { + "fqsen": "\\chillerlan\\QRCode\\Output\\QROutputAbstract\u003A\u003AguessMimeType\u0028\u0029", + "name": "guessMimeType", + "summary": "Guesses\u0020the\u0020mime\u0020type\u0020from\u0020the\u0020given\u0020\u0024imageData", + "url": "classes/chillerlan-QRCode-Output-QROutputAbstract.html#method_guessMimeType" }, { "fqsen": "\\chillerlan\\QRCode\\Output\\QROutputAbstract\u003A\u003AsaveToFile\u0028\u0029", "name": "saveToFile",