許益銘 7abbfd3142
Solved undefined function imagecreatefromjpeg
[Solved] `Call to undefined function Intervention\Image\Gd\imagecreatefromjpeg()`

[PHP 7.4 Changelog](https://www.php.net/manual/en/migration74.other-changes.php) in GD section

we can run docker-php-ext-configure command to configure our gd with JPEG support. 
we don't need to provide flag to enable PNG.

```
$ docker exec -it laradock_php-worker_1 php -r 'print_r(gd_info());'
Array
(
    [GD Version] => bundled (2.1.0 compatible)
    [FreeType Support] => 1
    [FreeType Linkage] => with freetype
    [GIF Read Support] => 1
    [GIF Create Support] => 1
    [JPEG Support] => 1
    [PNG Support] => 1
    [WBMP Support] => 1
    [XPM Support] => 
    [XBM Support] => 1
    [WebP Support] => 
    [BMP Support] => 1
    [TGA Read Support] => 1
    [JIS-mapped Japanese Font Support] => 
)
```
2022-05-06 23:40:14 +08:00
2019-05-09 13:41:09 +08:00
2019-07-15 20:47:50 +02:00
2020-12-22 16:27:31 +02:00
2019-02-09 20:07:37 +08:00
2020-09-20 13:34:10 +02:00
2018-09-18 11:15:59 +08:00
2022-04-26 15:18:18 +04:30
2018-07-18 21:20:43 +08:00
2017-10-01 02:36:55 +02:00
2018-03-16 17:34:47 +08:00
2018-04-04 06:13:28 -06:00
2018-08-21 13:49:56 +08:00
2018-08-21 13:49:56 +08:00
2018-08-21 13:49:56 +08:00
2021-10-28 19:39:07 +08:00
2020-09-19 23:39:38 +02:00
2018-03-16 17:34:47 +08:00
2018-03-16 17:34:47 +08:00
2019-08-10 11:04:26 +02:00
2021-03-04 17:26:10 +03:30
2018-03-16 21:09:15 +08:00
2021-01-07 01:52:00 +01:00
2018-03-16 21:09:15 +08:00
2018-07-06 20:54:44 +08:00
2019-01-08 15:33:40 +08:00
2019-12-10 11:11:54 -03:00
2021-06-04 18:32:37 +05:00
2022-01-03 17:18:49 +08:00
2018-04-05 16:43:22 +03:00
2022-03-28 14:59:01 -05:00
2018-05-27 10:39:41 +01:00
2021-08-16 21:44:49 +08:00
2019-02-16 23:38:18 +08:00
2019-02-09 19:26:50 +08:00
2018-03-16 21:09:15 +08:00
sqs
2020-09-20 00:54:33 +02:00
2021-06-23 22:56:12 +08:00
2021-05-27 23:28:58 +05:00
2018-09-16 20:21:13 +08:00
2020-05-31 07:07:05 +00:00
2021-10-04 17:59:11 +09:00
2022-04-12 19:10:39 -05:00
2017-03-17 13:52:19 +07:00
2022-04-26 15:07:08 +04:30
2021-03-23 20:33:45 +08:00
2022-04-12 19:10:39 -05:00
2018-04-20 14:12:00 +03:00
2017-12-31 22:12:59 +01:00
2021-11-12 15:22:34 +01:00
2018-11-27 16:57:36 +08:00

Laradock Logo

contributions welcome GitHub forks GitHub issues GitHub stars GitHub CI Build status GitHub license

Full PHP development environment based on Docker.

forthebadge



Use Docker First - Learn About It Later!

Laradock Documentation

Join Us

Gitter

Gitpod


Awesome People

Laradock is an MIT-licensed open source project with its ongoing development made possible entirely by the support of all these smart and generous people, from code contributors to financial contributors. 💜

Project Maintainers


Mahmoud Zalt
@mahmoudz

Bo-Yi Wu
@appleboy

Philippe Trépanier
@philtrep

Mike Erickson
@mikeerickson

Dwi Fahni Denni
@zeroc0d3

Thor Erik
@thorerik

Winfried van Loon
@winfried-van-loon

TJ Miller
@sixlive

Yu-Lung Shao (Allen)
@bestlong

Milan Urukalo
@urukalo

Vince Chu
@vwchu

Huadong Zuo
@zuohuadong

Lan Phan
@lanphan

Ahkui
@ahkui

< Join Us >
@laradock

Code Contributors

Laradock Contributors

Financial Contributors

Open Collective backers

You can support us using any of the methods below:

1: Open Collective
2: Paypal
3: Github Sponsors
4: Patreon


Sponsors

Sponsoring is an act of giving in a different fashion. 🌱

Gold Sponsors

KasynoHEX.com Polska Online casino list in Canada by OnlineCasinoHEX.ca Online pokies by AussieCasinoHEX.com Apiato Build PHP API's faster We thank bestonlinecasino.com for their support CasinoPilotti

Silver Sponsors

VeePN Chrome extension

Bronze Sponsors

You can sponsor us using any of the methods below:

1: Sponsor via Open Collective.
2: Email us at support@laradock.io.

Sponsors logos are displayed on the github repository page and the documentation website home page.

License

MIT © Mahmoud Zalt

Description
The docker environment for developing Blackbird Chess
Readme 15 MiB
Languages
Dockerfile 53.7%
Shell 24.1%
VCL 7%
HTML 7%
JavaScript 5.2%
Other 2.9%