mirror of
https://github.com/friendica/friendica
synced 2025-04-24 06:30:13 +00:00
Some more added lines
This commit is contained in:
parent
4e5db36177
commit
cdbc94a9e1
5 changed files with 14 additions and 0 deletions
|
@ -58,6 +58,7 @@ class Image
|
|||
|
||||
/**
|
||||
* Destructor
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function __destruct()
|
||||
|
@ -672,6 +673,7 @@ class Image
|
|||
|
||||
/**
|
||||
* supported mimetypes and corresponding file extensions
|
||||
*
|
||||
* @return array
|
||||
* @deprecated in version 2019.12 please use Util\Images::supportedTypes() instead.
|
||||
*/
|
||||
|
@ -682,6 +684,7 @@ class Image
|
|||
|
||||
/**
|
||||
* Maps Mime types to Imagick formats
|
||||
*
|
||||
* @return array With with image formats (mime type as key)
|
||||
* @deprecated in version 2019.12 please use Util\Images::getFormatsMap() instead.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue