forked from quran/quran.com-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
54 lines (43 loc) · 1.75 KB
/
README
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# بسم الله الرحمن الرحيم
# In the name of Allah, Most Gracious, Most Merciful
# Quran Image Generator
# Using primary source fonts originating from the King Fahed Complex in Saudi Arabia...
# <em>As seen on Quran.com</em>
# Authors/Contributors
# Ahmed El-Helw
# Nour Sharabash
# Bassem Shama
# The code is copyleft GPL (read: free) but the actual fonts and pages (in the 'data'
# directory) belong to the King Fahed Complex in Saudia Arabia
# Their URL: http://www.qurancomplex.com
Usage
./generate.quran.ayah.pl -width 162 -em 1.62 -batch
or,
./generate.quran.ayah.pl -width 262 -em 1.38 -sura 2 -ayah 255
etc...
Example output (entire page)
http://images.quran.com/page/293/width/1000
Example output (ayat)
http://images.quran.com/output/width_480/em_0.9/2_255.png
http://images.quran.com/output/width_480/em_0.9/2_282.png
http://images.quran.com/output/width_480/em_1.0/2_255.png
http://images.quran.com/output/width_480/em_1.0/2_282.png
http://images.quran.com/output/width_480/em_1.4/2_255.png
http://images.quran.com/output/width_480/em_1.4/2_282.png
http://images.quran.com/output/width_640/em_1.0/2_255.png
http://images.quran.com/output/width_640/em_1.0/2_282.png
http://images.quran.com/output/width_640/em_1.2/2_255.png
http://images.quran.com/output/width_640/em_1.2/2_282.png
http://images.quran.com/output/width_640/em_1.6/2_255.png
http://images.quran.com/output/width_640/em_1.6/2_282.png
http://images.quran.com/output/width_1024/em_2.4/2_255.png
http://images.quran.com/output/width_1024/em_2.4/2_282.png
http://images.quran.com/output/width_1280/em_3.6/2_255.png
http://images.quran.com/output/width_1280/em_3.6/2_282.png
Required modules
GD
GD::Text::Align
DBI
DBD::SQLite2
TODO
Refactor and improve generate.ayah.pl