Kushal K S V S
40c3ab9041
script to compile and run
2018-03-18 20:40:44 +05:30
Kushal K S V S
d66639a95c
Updating Difference Metric score calculation
2018-03-18 20:40:44 +05:30
Kushal K S V S
6277cc4600
MAking code compatible with C89
2018-03-18 20:40:44 +05:30
Kushal K S V S
a5755f0842
Update README
2018-03-18 20:40:44 +05:30
Kushal K S V S
9a0220875a
Removing files
2018-03-18 20:40:44 +05:30
Kushal K S V S
9d96aa93d4
Remove redundant files
2018-03-18 20:40:44 +05:30
Kushal K S V S
efa97eeb89
makefile to Makefile
2018-03-18 20:40:44 +05:30
Kushal K S V S
785ce40aa6
Aligning glyphs and adding white rows/columns
2018-03-18 20:40:44 +05:30
Kushal K S V S
2241dc7b81
Aligning the glyphs
2018-03-18 20:40:44 +05:30
Kushal K S V S
ab5bfe79e2
Typo
2018-03-18 20:40:44 +05:30
Kushal K S V S
aa15682fd8
To display Hashes
2018-03-18 20:40:44 +05:30
Kushal K S V S
c638d9a522
Updating README
2018-03-18 20:40:44 +05:30
Kushal K S V S
98839c0811
Code for List-View HTML page generation
2018-03-18 20:40:44 +05:30
Kushal K S V S
f5a2bc2e60
Fixing error in hash comparison
2018-03-18 20:40:44 +05:30
Kushal K S V S
f03d33e195
Fixed Monochrome PNG rendering
2018-03-18 20:40:44 +05:30
Kushal K S V S
be682f2885
change TODO
2018-03-18 20:40:44 +05:30
Kushal K S V S
13468509d4
Apply effects and stitch 4 sub-images together
2018-03-18 20:40:44 +05:30
Kushal K S V S
78c8ff3247
Adding requred headers
2018-03-18 20:40:44 +05:30
Kushal K S V S
43002bb592
Adding functions to Remove and Adjust the Height and Width differences between glyphs
2018-03-18 20:40:44 +05:30
Kushal K S V S
4de40800f5
Generate images for only the glyphs having differences
2018-03-18 20:40:44 +05:30
Kushal K S V S
2f39d67911
Using the Add-effect functions (to be implemented)
2018-03-18 20:40:44 +05:30
Kushal K S V S
a30badf3a9
Removing sudo
2018-03-18 20:40:44 +05:30
Kushal K S V S
526ca6aa33
Add make_sprite.c (under Development) - Look at README
2018-03-18 20:40:44 +05:30
Kushal K S V S
97bee81339
Add another Effect and put both effects in one function
2018-03-18 20:40:44 +05:30
Kushal K S V S
1d4fbc5e29
Remove dependency between Make_PNG and Generate_PNG
2018-03-18 20:40:44 +05:30
Kushal K S V S
fd3ff32ecc
Adding code to stitch 2 PNG files
2018-03-18 20:40:44 +05:30
Kushal K S V S
417f5e3c59
Add PNG effect 1 (Gray + Red)
2018-03-18 20:40:44 +05:30
Kushal K S V S
efd9510850
minor changes
2018-03-18 20:40:44 +05:30
Kushal K S V S
9082ff89ef
Remove test print loop
2018-03-18 20:40:44 +05:30
Kushal K S V S
51347b348b
Read PNG function
2018-03-18 20:40:44 +05:30
Kushal K S V S
6bf7bcd378
Changes to makefile to use compiled version of freetype
2018-03-18 20:40:44 +05:30
Kushal K S V S
4d3200b4db
cleaning
2018-03-18 20:40:44 +05:30
Kushal K S V S
838c65dce2
fixed warning
2018-03-18 20:40:44 +05:30
Kushal K S V S
c84c32d576
fixed mono rendering
2018-03-18 20:40:44 +05:30
Kushal K S V S
48d9bb4345
Loop across all glyphs
2018-03-18 20:40:44 +05:30
Kushal K S V S
54cfe58d76
Apply LCD filter
2018-03-18 20:40:44 +05:30
Kushal K S V S
68f7652dbb
Indentation change
2018-03-18 20:40:44 +05:30
Kushal K S V S
d73dc59e0f
code for generating PNG
2018-03-18 20:40:44 +05:30
Kushal K S V S
2c4571ffa4
new code for generating hashes
2018-03-18 20:40:44 +05:30
Kushal K S V S
4caeea2cd6
Modified LCD_V rendering
2018-03-18 20:40:44 +05:30
Kushal K S V S
ef6231e5bf
Removed unnecessary loops and variables
2018-03-18 20:40:44 +05:30
Kushal K S V S
797e74abd6
First commit
2018-03-18 20:40:44 +05:30
Werner Lemberg
5bd76524ef
* src/sfnt/ttcmap.c (tt_cmap2_validate): Fix potential numeric
...
overflow.
2018-03-13 11:11:16 +01:00
Werner Lemberg
78cded2c5c
Fix cmap format 2 handling ( #53320 ).
...
The patch introduced for #52646 was not correct.
* src/sfnt/ttcmap.c (tt_cmap2_char_next): Adjust condition.
2018-03-13 11:09:44 +01:00
Nikolaus Waxweiler
098dd70cb1
* CMakeLists.txt (BASE_SRCS): Update to changes from 2018-03-05.
2018-03-10 14:51:17 +01:00
Chun-wei Fan
6f854692a8
* CMakeLists.txt [win32]: Allow MSVC DLL builds ( #53287 ).
...
Do not limit DLL builds to MinGW, since we already have
`__declspec(dllexport)' directives in `ftconfig.h'.
Also suppress more warnings for POSIX functions.
2018-03-09 06:51:38 +01:00
Werner Lemberg
e277267c52
Typo.
2018-03-08 11:33:31 +01:00
Werner Lemberg
b0a93839b5
CHANGES: Document `--enable-freetype-config'.
2018-03-08 06:36:47 +01:00
Hugh McMaster
a7833f26c4
Make installation of `freetype-config' optional ( #53093 ).
...
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
2018-03-08 06:25:13 +01:00
Werner Lemberg
ccec889229
Minor: Update `CHANGES' and improve documentation in `modules.cfg'.
2018-03-08 06:09:17 +01:00