javl
1b168204b5
Merge branch 'master' into gh-pages
2017-04-28 01:09:22 +02:00
javl
bfc03e010c
Fix removing images
...
Closes #7
You are now able to remove images all imags again
Closes #10
All images will now get exported instead of only the ones uploaded last
2017-04-28 01:09:08 +02:00
javl
57853965a7
Minor layout change
2017-04-28 01:03:17 +02:00
javl
324d5f6a9f
Slightly changes color of canvas border
2017-04-28 00:19:21 +02:00
javl
f3a412d0fe
Merge branch 'master' into gh-pages
2017-04-28 00:16:26 +02:00
javl
5163545e3b
Comments are now stripped from input before converting
2017-04-28 00:16:18 +02:00
javl
12ba183a56
Merge branch 'master' into gh-pages
2017-04-28 00:07:08 +02:00
javl
13eb816053
Shows an error when converting from string fails
2017-04-28 00:06:22 +02:00
javl
9207eb36cd
Merge branch 'master' into gh-pages
2017-04-27 23:54:22 +02:00
javl
e6e371ad9b
Fixes issue #1
...
Some images didn't get converted properly. This was easy to
spot in smaller image where the last part seemed to be missing.
Each of the hex values generated stands for a byte = 8 bits =
8 pixels. But sometimes the size of the image caused the last
hex value to contain less than 8 bits (because there weren't
enough pixels left). As the hex values represent 8 pixels being drawn
right to left, the missing bits would cause the pixels to move out
of the canvas.
The solution is to always pad the last hex to a length of 8.
.
2017-04-27 23:44:56 +02:00
javl
cb761d138b
First step in combining some double code
2017-04-27 23:02:00 +02:00
javl
b51546a799
Minor code cleanup
2017-04-27 22:51:21 +02:00
javl
e3d3173362
Merge branch 'master' into gh-pages
2016-11-14 13:08:03 +01:00
javl
3aba39972d
Merge branch 'master' of https://github.com/javl/image2cpp
...
Conflicts:
index.html
2016-11-14 13:07:28 +01:00
javl and GitHub
2929ca4ee0
Merge pull request #6 from wiredolphin/multiple-files
...
Text input feature: corrected a critic error
2016-11-14 13:04:53 +01:00
vince damiani
b4c553cb56
text input field corrected critic error
2016-11-12 18:55:16 +01:00
vince damiani
df7ccac482
Text input feature: corrected a critic error
2016-11-12 18:49:31 +01:00
javl
97c26fc456
Updated readme
2016-11-10 12:23:11 +01:00
javl
9549c3a9f2
Merge branch 'master' into gh-pages
2016-11-10 12:17:10 +01:00
javl
e04a9dc3e9
Merge branch 'wiredolphin-multiple-files'
2016-11-10 12:15:43 +01:00
javl
987db0bfec
Merge branch 'multiple-files' of https://github.com/wiredolphin/image2cpp into wiredolphin-multiple-files
2016-11-10 12:11:41 +01:00
javl and GitHub
7d7e9178d2
Merge pull request #5 from wiredolphin/patch-1
...
Update README.md
2016-11-10 12:07:43 +01:00
vince damiani
94f4166995
GFXbitmapFont correction
2016-11-05 09:40:22 +01:00
vince damiani
26b8a5c628
GFXbitmapFont correction
2016-11-05 09:24:46 +01:00
vince damiani
8ff5be11f6
minor improvements and restyles
2016-11-05 09:03:12 +01:00
vincent and GitHub
561f4d7c2e
Delete error.jpg
2016-11-05 08:37:11 +01:00
vince damiani
8863413340
integrated image and minor improvements
...
Example image encoded within html, no more external file required.
Added “no files selected” if no images are added.
2016-11-05 08:33:45 +01:00
vincent and GitHub
bfe60c590d
Update README.md
2016-11-04 16:57:15 +01:00
vince damiani
eaf55aec00
multiple-files
...
1. Re-arranged html structure, used html5 features.
2. Added multiple images capability, images can be added one-by-one or
selecting them with ctrl/cmd from the file dialog.
4. Output for multiple images can be represented by a single byte array
or with a byte array for each images, its identifier will be increased
with a trailing counter.
3. Added ‘GFXfontBitmap’ support.
4. Other smaller improvement.
NOTE: still under testing.
2016-11-04 16:37:01 +01:00
javl
c6d4e80a1f
Merge branch 'master' of https://github.com/javl/image2cpp
2016-11-02 15:12:08 +01:00
javl
6ed18c8ae1
Merge branch 'master' into gh-pages
...
Conflicts:
README.md
2016-11-02 15:10:43 +01:00
javl
a08d3740a3
Adds link to repo
2016-11-02 15:09:28 +01:00
javl
0753643618
Merge branch 'master' of https://github.com/javl/image2cpp
2016-10-25 15:09:15 +02:00
javl
47bf5adb8f
Minor CSS change
2016-10-25 13:18:42 +02:00
javl and GitHub
f0801787b0
Update README.md
2016-10-24 23:26:39 +02:00
javl and GitHub
8ebb625883
Update README.md
2016-10-24 23:21:04 +02:00
javl
babded0b6a
Merge branch 'master' into gh-pages
2016-10-24 23:17:15 +02:00
javl and GitHub
8a2fb93fde
Merge pull request #2 from wiredolphin/arduino-variable-name
...
Arduino byte array variable name
2016-10-24 23:11:36 +02:00
vince damiani
2c9feab5eb
Arduino byte array variable name
...
Adds the option to change the byte array variable name, useful if a lot
of copy/paste of the generated code is required. The option becomes
visible when “Adda Arduino code” is checked.
2016-10-24 14:59:35 +02:00
javl
142e791f30
Minor readme update
2016-01-25 16:43:07 +01:00
javl
75e7a1ffcc
Removes unused file
2016-01-25 16:42:18 +01:00
javl
081d5492dc
Removed unused files
2016-01-25 16:41:36 +01:00
javl
98f0e2dc5a
Merge branch 'master' into gh-pages
...
Conflicts:
README.md
index.html
2016-01-25 16:40:39 +01:00
javl
bdca2100fc
Minor example update
2016-01-25 16:38:55 +01:00
javl
414a106e58
Merged all code (HTML, CSS, JS) into a single .html file
2016-01-25 16:35:25 +01:00
javl
32aa787bf9
Update README.md
2016-01-25 16:33:17 +01:00
javl
82c64f4fb7
Update README.md
2016-01-22 15:59:07 +01:00
javl
3b3cdb8f8c
Update pages
2016-01-22 15:46:51 +01:00
javl
bd79c5baeb
Add link to example file
2016-01-22 15:44:53 +01:00
javl
20ba5c40ec
Adds Arduino example, updates script
2016-01-22 15:43:55 +01:00