1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-22 21:42:53 +02:00

11 Commits

Author SHA1 Message Date
Oliver Vogel
e90798bd5d Add tests 2025-02-04 19:42:30 +01:00
Oliver Vogel
629142e2de Add non-standard media type "image/x-bmp3" 2025-01-31 17:19:11 +01:00
Oliver Vogel
f70142152b Include jp2k as jpeg2000 extension 2025-01-16 16:10:56 +01:00
Oliver Vogel
c66fa7dac8 Add 'image/x-jp2-codestream' as Jpeg2000 mime type 2024-12-30 09:45:35 +01:00
Oliver Vogel
b9a16d4df6 Optimize tests 2024-12-07 11:38:33 +01:00
Oliver Vogel
57508a5f5a Add new method Format::fileExtension() 2024-10-06 17:15:16 +02:00
Oliver Vogel
4a5a7f6065 Add method Format::mediaType() 2024-10-06 17:07:06 +02:00
Oliver Vogel
6daaedf7ed Add non-standard mime type image/x-heic 2024-07-10 13:49:46 +02:00
Oliver Vogel
f130eb0985 Add Format::tryCreate() 2024-07-03 17:16:10 +02:00
Philippe Lonchampt
4bc03a2304 Handle non-standard but still in use image/x-jpeg mimetype as JPEG (#1372)
* Handle non-standard but still in use image/x-jpeg mimetype as JPEG

* Fix test
2024-07-02 17:53:07 +02:00
Oliver Vogel
8f6aabe8b9 Supported format detection (#1330)
* Implement data struture for format, media types & file extensions
* Refactor encoder resolving
* Extend type options in encoder methods
* Add DriverInterface::supports()
2024-04-13 18:42:48 +02:00