phamework
Tool
A modern and flexible QR code generator with many functions.
↓
QRCode
Reload
Public Tools List
QRCode 1.52.84
Loaded:
2023-12-09 15:00:09
IP:
35.172.165.64
[
Legal Disclosure
] [
Disclaimer
]
[
Privacy Statement
] [
T&C
]
Examples
» javascript
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>QRCode</title> </head> <body> <div id="ctndiv" style="text-align:center;"> <img id="ctnimg" src="https://omega.phamework.com/wa412:QRCode/format:gif/" alt="" style="max-width:90%;border-radius:1.0em;padding:1.0em;box-shadow:0px 0px 0.5em #000000;"> </div> <script> function loadQRC( bColored = false ) { var objI = document.getElementById( 'ctnimg' ); objI.style.backgroundColor = '#' + ( ( bColored ) ? Math.floor( Math.random() * 16777215 ).toString( 16 ) : 'FFFFFF' ); objI.src = 'https://omega.phamework.com/wa412:QRCode/format:gif' + '/borderw:10' + '/borderc:' + ( ( bColored ) ? Math.floor( Math.random() * 16777215 ).toString( 16 ) : 'FFFFFF' ) + '/backgroundi:' + ( ( bColored ) ? Math.floor( Math.random() * 16777215 ).toString( 16 ) : 'FFFFFF' ) + '/code:' + ( ( bColored ) ? Math.floor( Math.random() * 16777215 ).toString( 16 ) : '000000' ) + '/box1col:' + ( ( bColored ) ? Math.floor( Math.random() * 16777215 ).toString( 16 ) : '000000' ) + '/box1opa:100' + '/box2col:' + ( ( bColored ) ? Math.floor( Math.random() * 16777215 ).toString( 16 ) : '000000' ) + '/box2opa:100' + '/box3col:' + ( ( bColored ) ? Math.floor( Math.random() * 16777215 ).toString( 16 ) : '000000' ) + '/box3opa:100' + '/textiw:41' + '/textih:13' + '/texto:' + ( ( bColored ) ? Math.floor( Math.random() * ( 100 - 50 + 1 ) ) + 50 : '90' ) + '/text:Demo' + '/textx:11' + '/texty:21' + '/textc:' + ( ( bColored ) ? Math.floor( Math.random() * 16777215 ).toString( 16 ) : '000000' ) + '/shadowx:1' + '/shadowy:1' + '/shadowc:' + ( ( bColored ) ? Math.floor( Math.random() * 16777215 ).toString( 16 ) : 'C0C0C0' ) + '/backgroundt:' + ( ( bColored ) ? Math.floor( Math.random() * 16777215 ).toString( 16 ) : 'FFFFFF' ) + '/angle:0' + '/size:8' + '/font:16bit' + '/ecl:H' + '/cdata:Hello 35.172.165.64!/'; if( bColored ) { window.setTimeout( 'loadQRC( false );' , 3000 ); } else { window.setTimeout( 'loadQRC( true );' , 5000 ); } return true; } loadQRC(); </script> </body> </html>
» php
<?php header( 'Content-Type: image/gif' ); echo file_get_contents( 'https://omega.phamework.com/wa412:QRCode/format:gif/ecl:H/cdata:' . ( ( isset( $_GET[ 'd' ] ) ) ? $_GET[ 'd' ] : urlencode( date( 'r' ) ) ) . '/' );
Demo
Setup
fast
middle
slow
[
format
] output format
default=png
png
jpg
gif
html
[
compression
] compression
(png-format only)
default=9
| minimum=0
| maximum=9
[
quality
] quality
(jpg-format only)
default=90
| minimum=0
| maximum=100
[
width
] image width
(0=auto)
default=0
| minimum=0
| maximum=1000
[
height
] image height
(0=auto)
default=0
| minimum=0
| maximum=1000
[
borderw
] border width
default=0
| minimum=0
| maximum=100
[
borderc
] border color
(hex-format, RRGGBB)
default=#FFFFFF
| minimum=6
| maximum=7
[
transparent
] use a transparent background instead of a color
default=false
[
backgroundi
] background color
(hex-format, RRGGBB)
default=#FFFFFF
| minimum=6
| maximum=7
[
code
] code (blocks) color
(hex-format, RRGGBB)
default=#000000
| minimum=6
| maximum=7
[
box1col
] box 1 (top left) color
(hex-format, RRGGBB)
default=#000000
| minimum=6
| maximum=7
[
box1img
] box 1 (top left) image
Upload
|
From URL
|
Clear
| minimum=0
| maximum=1024000
[
box1opa
] box 1 (top left) image opacity
default=100
| minimum=0
| maximum=100
[
box2col
] box 2 (top right) color
(hex-format, RRGGBB)
default=#000000
| minimum=6
| maximum=7
[
box2img
] box 2 (top right) image
Upload
|
From URL
|
Clear
| minimum=0
| maximum=1024000
[
box2opa
] box 2 (top right) image opacity
default=100
| minimum=0
| maximum=100
[
box3col
] box 3 (bottom left) color
(hex-format, RRGGBB)
default=#000000
| minimum=6
| maximum=7
[
box3img
] box 3 (bottom left) image
Upload
|
From URL
|
Clear
| minimum=0
| maximum=1024000
[
box3opa
] box 3 (bottom left) image opacity
default=100
| minimum=0
| maximum=100
[
textiw
] text image width
(-1=auto)
default=-1
| minimum=-1
| maximum=1000
[
textih
] text image height
(-1=auto)
default=-1
| minimum=-1
| maximum=1000
[
texto
] text opacity
default=100
| minimum=0
| maximum=100
[
text
] image text
Upload
|
From URL
|
Clear
| minimum=0
| maximum=102400
[
textx
] text position x
(-1=center)
default=-1
[
texty
] text position y
(-1=center)
default=-1
[
textc
] text (foreground) color
(hex-format, RRGGBB)
default=#000000
| minimum=6
| maximum=7
[
shadowd
] draw text shadow
default=false
[
shadowx
] shadow position x
default=1
[
shadowy
] shadow position y
default=1
[
shadowc
] shadow color
(hex-format, RRGGBB)
default=#C0C0C0
| minimum=6
| maximum=7
[
backgroundt
] background color
(hex-format, RRGGBB)
default=#FFFFFF
| minimum=6
| maximum=7
[
angle
] text angle
default=0
| minimum=0
| maximum=359
[
size
] font size
default=10
| minimum=1
| maximum=100
[
font
] font name
default=16bit
16bit
1942
32bit
A_Sensible_Armadillo
Acha_Fexp
Acha_Fita
Acha_Flft
Acha_Font
Acha_Fout
Acha_Fsex
Adinekir
Aerosol
Aftermatch
Aj_Tiles
Akbar
Amptmann_Script
Anarchistic
Angelina
Anger_RC
Anglo_Text
Angry_Blue
Anke_Call
Annabel_Script
Antelope
Antiblue
Antimony
Anyway
Anyway_B
Anyway_BI
Anyway_I
Anyway_L
Apapa
Apocalyptic
Apollo
Apple_Berry_Accents
Aquarium
Aquiline
AsciiD
Ass
Ataurus
Ataurus3d
Ataurus3di
Ataurusc
Ataurusci
Atauruse
Ataurusei
Ataurusi
Ataurusl
Ataurusp
Atauruspi
Avocado
Avond_01
Avond_02
Avond_03
Avond_04
Avond_05
Avond_06
Avond_07
Avond_08
Avond_09
Avond_10
Avond_11
Avond_12
Avond_13
Avond_14
Avond_15
Avond_16
Avond_17
Avond_18
Avond_19
Avond_20
Awakening_20
BackslashV2
Baleshad
Baroque_Script
Battcoop
Beroga
Berry
Bilbo_Bold
Bilbo_Fine
Bilbo_Regular
Birth_Of_A_Hero
Black_Initial_Text
Black_R
Blazed
Bleeding_Cowboys
Blomster
Bluenorm
Bohemian_Typewriter
Bois
Bombard
Bord
Brock_Script
Burn_Out
Cat_Shop
Champange
Chops
Cocksure
Combus_II
Combus_PL
Combus_TI
Combus_TT
Combus_TW
Comes_In_Handy
Competit
Contempo_Jungle_Minuet
Cosmosca
Coving01
Coving02
Coving03
Coving04
Coving05
Coving06
Coving07
Coving08
Coving09
Coving10
Coving11
Coving12
Coving13
Coving14
Coving15
Coving16
Coving17
Coving18
Coving19
Coving20
Coving21
Coving22
Coving23
Coving24
Coving25
Coving26
Coving27
Coving28
Coving29
Coving30
Coving31
Coving32
Crackman
Crass
Creaminal
Creature
Croisant
Cropogra
Dali
Dearest
Dearest_Open
Dearest_Outline
Delusion
Diogenes
Double_Scratch
Easy_Street_Alt_EPS
Easy_Street_EPS
Easy_Street_EPS_Bold
Edo
Egidia
Elegant
Elfont_Gothic
Embossed_Black_Normal
Embossed_Black_Wide
Embossed_Germanica
English_Essay
English_Gothic_17thC
Exmouth
Fibel_Nord
Fibel_Nord_Bold
Fibel_Nord_Bold_Italic
Fibel_Nord_Italic
Fibel_Nord_Kontur
Fibel_Sued
Fibel_Sued_Bold
Fibel_Sued_Bold_Italic
Fibel_Sued_Italic
Fibel_Sued_Kontur
Fidgety
Firecat
Firstaid
Fivecent
Florsn17
Florsn18
Florsn19
Florsn20
Florsn21
Florsn22
Florsn23
Florsn24
Florsn25
Florsn26
Florsn27
Florsn28
Florsn29
Florsn30
Florsn31
Florsn32
Florsn35
Florsn36
Florsn39
Florsn40
Florsn43
Florsn44
Florsn47
Florsn48
Flowered
Fluted_Germanica
Flyman
Fontocid
Foo
Fortuna_Complete
Frankfurt
Free_BSC
Free_BSCA
Furry
Gilgon
Gilgon_D
Gilgon_M
Gilgon_O
Gilgon_S
Gilgon_T
Gilgonk
Ginga
Glazkrack
GoldenENG
Good_DC
Good_DP
Goofball
Gothicleaf
Gothikka
Graffonti_3d
Graffonti_Atomic
Graffonti_Gradient
Grand_Stylus
Graveyar
Gruenewald_VA_normal
Grunge
HS_Martin
Handwriting_Draftfree_Version
Harrison
Hawaii_Killer
Hawk
Hawkeye
Headhunter
Hearts
Heck
Heid
Heineken
Homework_Normal
Homework_Smart
Honey
Hypmotizin
Illuminate
Incised_Black
Incised_Black_Wide
Indie_Star
Indie_Star_BR
Irish_Spaghetti
Jail
James_Fajardo
Janet
Jelly_Bean_Sandwich
Jennifers_Hand_Writing
Journal
Joy_Like_Sunshine_Through_My_Windowpane
Judge
Judge2
Jungle_B
Jungle_C
Jurassic
Just_Act_Casual
Kaileen
Kaptain_Kirk
Kaufhalle
Kaufhalle_Blech
Kinkimono
Klinom
Knockout
Kocity
KomtiA
Komtit
KomtitB
KomtitBR
KomtitG
KomtitK
KomtitP
KomtitS
KomtitT
KomtitTL
KomtitW
KomtitWR
Komtite
Kramer
Labtop
LabtopB
LabtopBI
LabtopI
LabtopU
LabtopUB
LabtopUI
LabtopVS
LabtopW
Labtop_3D
Labtop_Candy
Labtop_Candy_Extra
Labtop_Graphed
Labtop_Outline
Labtop_Superwide_Boldish
Labtop_Tartan
Labtop_Thin
Labtop_Underline
Labtop_Upper_Outline
Labtop_Warp_1
Labtop_Warp_2
Labtsebi
Labtsec
Labtsecb
Labtseci
Labtsecs
Labtsecw
Labtsw
Labtswo
Labtubi
Labtund
Labtup
Labtusw
Labtuup
Labtuuw
Labtuwd
Lassus
Leipzig_Fraktur_Bold
Leipzig_Fraktur_Normal
Lemon_B
Light_Up_The_World
Linear
Linol
Lintsec
Liqub
Little_Daisy
Little_Days
Little_Days_Alt
Logger
Luna_Bar
Lynx
Machauer
Mail_Rays
Mallata
Map_Of_You
Metalullem
Mettalicavacodo
Moonpie
Murrx
Pegypta
Pffft
Plain_Black
Plain_Black_Wide
Plain_Germanica
Plasma01
Plasma02
Plasma03
Plasma04
Plasma05
Plasma06
Plasma07
Plasma08
Plasma09
Plasma10
Plasma11
Plasma12
Plasma13
Plasma14
Plasma15
Plasma16
Quadpato
Quake
Rickles
Ruritania
Shadowed_Black
Shadowed_Black_Wide
Shadowed_Germanica
Shady_Characters
Sickness
Slaytanic
Tksec
Tuna_And_Hotdogs
Tunnel
UniverseA
Unsight
Unsteady
Vanish
Venetia_Monitor
Ventilat
Voyager
WC_Aqua_Blues
Weaver
Wild_West_Shadow
Wild_West_USA
Wild_West_Wind
Willy
Wolgast_Script
Wolgast_Two_Bold_Cyr
Wolgast_Two_Normal_Cyr
Writing_Stuff
Yesterday_Again
Yippy
Yippy_Skippy
Young_Love_ES
[
imagef
] image file
Upload
|
From URL
|
Clear
| minimum=0
| maximum=1024000
[
imageo
] image opacity
default=100
| minimum=0
| maximum=100
[
imagex
] image position x
default=0
[
imagey
] image position y
default=0
[
imagew
] image width
(-1=auto)
default=-1
| minimum=-1
| maximum=1000
[
imageh
] image height
(-1=auto)
default=-1
| minimum=-1
| maximum=1000
[
ecl
] error correction level (L=low,7%* | M=middle,15%* | Q=high,25%* | H=highest,30%*)
*:damaged area to entire code size
default=M
L
M
Q
H
[
version
] the size (number of modules) of a qr code
(0=auto)
default=0
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[
cdata
] qr code data
Upload
|
From URL
|
Clear
| minimum=0
| maximum=102400
[
dlfilename
] output filename
(download file with given name)
default=
| minimum=0
| maximum=128
get
post
self
blank
preview