Questions tagged [imagecreatefromjpg]

18 questions
0
votes
2 answers

Symfony 3 - Using imagecreatefromjpeg in controller gives an error

I am using Symfony 3 and when I try to use imagecreatefromjpeg function in PHP it gives the following error. Attempted to call function "imagecreatefromjpeg" from namespace "AppBundle\Controller" How can I fix this?
Teshan N.
  • 2,307
  • 3
  • 30
  • 59
0
votes
1 answer

how to merge jpeg images

On a shared website I have the following directory structure: public_html skipper includes functions.php public img DSC_0195.JPG DSC_0197.JPG login.php …
DCR
  • 14,737
  • 12
  • 52
  • 115
-1
votes
1 answer

How to upload .jpg file in my form Symfony 5

Impossible for me to upload .jpg files in Symfony 5.1, i tried many things, If i search on the mimtype guide in symfony documentation (https://www.iana.org/assignments/media-types/media-types.xhtml), there is no simple.jpg supported, so how can I do…
1
2