Liking cljdoc? Tell your friends :D

clj.qrgen

A Clojure library designed to generate QRCode wrapped java QRGen.

A Clojure library designed to generate QRCode wrapped java [QRGen](https://github.com/kenglxn/QRGen).
raw docstring

as-bytesclj

(as-bytes qc)
source

as-fileclj

(as-file qc)
(as-file qc name)

Returns a java.io.File representation of the QR code. The file is set to be deleted on exit. If you want the file to live beyond the life of the jvm process, you should make a copy.

Returns a java.io.File representation of the QR code. The file is set to be deleted on exit.
If you want the file to live beyond the life of the jvm process, you should make a copy.
sourceraw docstring

as-input-streamclj

(as-input-stream qc)

Returns a InputStream representation of the QR code.

Returns a InputStream representation of the QR code.
sourceraw docstring

as-output-streamclj

Returns a OutputStream representation of the QR code.

Returns a OutputStream representation of the QR code.
sourceraw docstring

as-streamclj

(as-stream qc)

Returns a java.io.ByteArrayOutputStream representation of the QR code. Deprecated.

Returns a java.io.ByteArrayOutputStream representation of the QR code.
Deprecated.
sourceraw docstring

AZTEC_LAYERSclj

EncodeHintType/AZTEC_LAYERS

EncodeHintType/AZTEC_LAYERS
sourceraw docstring

BMPclj

ImageType/BMP

ImageType/BMP
sourceraw docstring

CHARACTER_SETclj

EncodeHintType/CHARACTER_SET

EncodeHintType/CHARACTER_SET
sourceraw docstring

DATA_MATRIX_SHAPEclj

EncodeHintType/DATA_MATRIX_SHAPE

EncodeHintType/DATA_MATRIX_SHAPE
sourceraw docstring

define-constantscljmacro

(define-constants enum)
source

ERROR_CORRECTIONclj

EncodeHintType/ERROR_CORRECTION

EncodeHintType/ERROR_CORRECTION
sourceraw docstring

fromclj

(from source & opts)

Create a QR code from the given text or VCard with supplied options. Valid options include: :image-type -- image type, such as JPG,GIF or PNG; :size -- a vector for image size that is in the form of [width height], default is [125 125]; :charset -- character set string,such as "UTF-8" etc; :correction -- error correction level, it can be L,M,Q or H; :hint -- write hint, it can be ERROR_CORRECTION,CHARACTER_SET,MARGIN,PDF417_COMPACT,PDF417_COMPACTION or PDF417_DIMENSIONS.

Create a QR code from the given text or VCard with supplied options.
Valid options include:
   :image-type -- image type, such as JPG,GIF or PNG;
   :size -- a vector for image size that is in the form of [width height], default is [125 125];
   :charset -- character set string,such as "UTF-8" etc;
   :correction -- error correction level, it can be L,M,Q or H;
   :hint -- write hint, it can be ERROR_CORRECTION,CHARACTER_SET,MARGIN,PDF417_COMPACT,PDF417_COMPACTION or PDF417_DIMENSIONS. 
sourceraw docstring

GIFclj

ImageType/GIF

ImageType/GIF
sourceraw docstring

Hclj

ErrorCorrectionLevel/H

ErrorCorrectionLevel/H
sourceraw docstring

JPGclj

ImageType/JPG

ImageType/JPG
sourceraw docstring

Lclj

ErrorCorrectionLevel/L

ErrorCorrectionLevel/L
sourceraw docstring

Mclj

ErrorCorrectionLevel/M

ErrorCorrectionLevel/M
sourceraw docstring

make-qrcodeclj

(make-qrcode qc & {:keys [image-type size charset correction hint]})
source

MARGINclj

EncodeHintType/MARGIN

EncodeHintType/MARGIN
sourceraw docstring

MAX_SIZEclj

EncodeHintType/MAX_SIZE

EncodeHintType/MAX_SIZE
sourceraw docstring

MIN_SIZEclj

EncodeHintType/MIN_SIZE

EncodeHintType/MIN_SIZE
sourceraw docstring

PDF417_COMPACTclj

EncodeHintType/PDF417_COMPACT

EncodeHintType/PDF417_COMPACT
sourceraw docstring

PDF417_COMPACTIONclj

EncodeHintType/PDF417_COMPACTION

EncodeHintType/PDF417_COMPACTION
sourceraw docstring

PDF417_DIMENSIONSclj

EncodeHintType/PDF417_DIMENSIONS

EncodeHintType/PDF417_DIMENSIONS
sourceraw docstring

PNGclj

ImageType/PNG

ImageType/PNG
sourceraw docstring

Qclj

ErrorCorrectionLevel/Q

ErrorCorrectionLevel/Q
sourceraw docstring

QRCodeGeneratorcljprotocol

qrcode-fromclj

(qrcode-from this)
source

vcardclj

(vcard name & {:keys [company title phonenumber email address website]})

Created a vCard data with options, valid options include: :company :title :phonenumber :email :address :website

Created a vCard data with options, valid options include:
:company
:title
:phonenumber
:email
:address
:website
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close