|
|
|
@ -4,6 +4,15 @@
|
|
|
|
|
</component>
|
|
|
|
|
<component name="Translation.States">
|
|
|
|
|
<histories>
|
|
|
|
|
<item value="returns decoded [data] or throw [ReedSolomonException] if data cannot be decoded" />
|
|
|
|
|
<item value="Decodes a Qr code given the matrix of its raw bits." />
|
|
|
|
|
<item value="Extract the raw content of the QR code from an image BitMatrix, given the location." />
|
|
|
|
|
<item value="Get new content" />
|
|
|
|
|
<item value="Get new location TODO: Evaluate whether the new location is realistic Consider using the old location instead or interpolating" />
|
|
|
|
|
<item value="Keep old content as default, unless stale or forceDecode is true" />
|
|
|
|
|
<item value="Scan a BitMatrix to update QR code content and location." />
|
|
|
|
|
<item value="Convert a List of image bytes into a 2D matrix of bits representing black and white pixels" />
|
|
|
|
|
<item value="Scan an image encoded as a Uint8List of RGBA values to update QR code content and location." />
|
|
|
|
|
<item value="module" />
|
|
|
|
|
<item value="alignment Pattern" />
|
|
|
|
|
<item value="A generic position in a two-dimensional space, expressed as a pair of coordinates (that can be either integer or double)." />
|
|
|
|
@ -45,8 +54,8 @@
|
|
|
|
|
</histories>
|
|
|
|
|
<option name="languageScores">
|
|
|
|
|
<map>
|
|
|
|
|
<entry key="CHINESE" value="37" />
|
|
|
|
|
<entry key="ENGLISH" value="38" />
|
|
|
|
|
<entry key="CHINESE" value="46" />
|
|
|
|
|
<entry key="ENGLISH" value="47" />
|
|
|
|
|
</map>
|
|
|
|
|
</option>
|
|
|
|
|
</component>
|
|
|
|
|