Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
XCSme
on July 10, 2023
|
parent
|
context
|
favorite
| on:
Easy SVG sparklines
> You know what's even faster than Canvas? JPEG
Is that true? Isn't canvas a bitmap whereas JPEG requires decoding?
jancsika
on July 10, 2023
[–]
What's the fastest way to deliver the bitmap to the canvas?
XCSme
on July 10, 2023
|
parent
[–]
Hardcode the RGB array?
colejohnson66
on July 11, 2023
|
root
|
parent
[–]
So, BMP?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Is that true? Isn't canvas a bitmap whereas JPEG requires decoding?