I would like to extract a sketch from a RAW image file, for example, Canon.CR2 or Nikon.NEF. I realized that this can somehow be done with ImageMagick, but I did not understand whether this is possible through the PHP shell.
Are there any good solutions? It is preferable to use the built-in thumbnail for speed.
Yep, iMagick (php version for ImageMagick) can handle these extensions: http://www.imagemagick.org/script/formats.php
Here is a great set of links that made me go with Imagick. The owner quickly answered a few of my questions, and despite the slightly language barrier, I was able to easily overcome the obstacles.
, Gallery, admin. , ..... . jquery magic ( php- ), .
, PHP imagemagick , , imagemagick 'ident' ( imagemagick). , . -verbose, -, , . : , , , , imagemagick PHP ( - Exif, JPEG), PHP .
, .
Benjamin Horn presented a complete example of reading the requested data and even saving it locally for later use.
Check this out: https://benjaminhorn.io/code/extracting-thumbnails-from-camera-raw-files-cr2-and-nef-with-php/
Source: https://habr.com/ru/post/1794778/More articles:How to get a localized list of available iPhone language names in objective-c? - iphoneRunning winrs from Team Build Hangs - powershellValidation logic in Google App Engine - pythonHow to access Oracle function (with default parameters) using Hibernate? - oracleLINQ Join a statement with a possible NULL identifier? - nullLINQ Join in Присоединиться, как? - joinHow to change the look of the default switch, not the functionality? - javascriptASP.NET Transferring data between multiple page sessions - asp.netAS3: Impossible to have getters and setters for one variable in different interfaces? - interfaceСовместимость объектов JPA для SQL Server и Oracle (проблемы с автоинкрементами) - java-eeAll Articles