about summary refs log tree commit diff stats
path: root/src/img
Commit message (Expand)AuthorAgeFilesLines
* Allow non-RGB colors in CSSbptato2024-02-241-1/+1
* Use errDOMException template everywherebptato2024-01-111-6/+6
* Use std/* imports everywherebptato2024-01-073-6/+6
* Compile with styleCheck:usagesbptato2023-12-281-2/+2
* warn on eprint in release modebptato2023-10-211-1/+2
* move around more modulesbptato2023-09-141-1/+1
* path: remove ellipseLinesbptato2023-08-281-26/+0
* javascript: refactorbptato2023-08-281-1/+1
* png: print zstream errorsbptato2023-07-041-1/+5
* painter: fix off by one error in getCharBmpbptato2023-07-041-2/+2
* png: fix grayscale regressionbptato2023-06-291-1/+1
* Move CanvasFillRule from bitmap to painterbptato2023-06-262-4/+4
* png: fix 4 bit grayscale & <8 bit indexed colorbptato2023-06-251-6/+17
* Get rid of the .jserr pragmabptato2023-06-191-12/+17
* Make Result.text, json return promisebptato2023-06-131-1/+0
* Fix various layout bugs, prepare for image supportbptato2023-06-121-3/+3
* Add indexed color, other png improvementsbptato2023-06-091-22/+71
* Refactor bitmap, add png color modesbptato2023-06-063-591/+623
* Fix stupid overflowbptato2023-06-051-3/+3
* Fix 16bit grayscale bugbptato2023-06-051-1/+1
* Add support for canvas and multipartbptato2023-06-052-0/+1050
>219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374