1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
/** * SPDX-FileCopyrightText: (C) 2005 Dominik Seichter * SPDX-FileCopyrightText: (C) 2020 Francesco Pretto * SPDX-License-Identifier: LGPL-2.0-or-later */ #ifndef PDF_IMAGE_H #define PDF_IMAGE_H #include "PdfXObject.h" #ifdef PODOFO_HAVE_JPEG_LIB struct jpeg_decompress_struct; #endif // PODOFO_HAVE_JPEG_LIB namespace PoDoFo { class PdfArray; class PdfDocument; class InputStream; struct PdfImageInfo { unsigned Width = 0; unsigned Height = 0; PdfFilterList Filters; PdfColorSpace ColorSpace = PdfColorSpace::Unknown; PdfArray ColorSpaceArray; ///< Additional /ColorSpace array entries. The first entry is always the one in ColorSpace unsigned char BitsPerComponent = 0; PdfArray Decode; }; /** A PdfImage object is needed when ever you want to embedd an image * file into a PDF document. * The PdfImage object is embedded once and can be drawn as often * as you want on any page in the document using PdfPainter * * \see GetImageReference * \see PdfPainter::DrawImage */ class PODOFO_API PdfImage final : public PdfXObject { friend class PdfXObject; friend class PdfDocument; private: /** Constuct a new PdfImage object * This is an overloaded constructor. * * \param parent parent document * \param prefix optional prefix for XObject-name */ PdfImage(PdfDocument& doc, const std::string_view& prefix); public: void DecodeTo(charbuff& buff, PdfPixelFormat format, int rowSize = -1) const; void DecodeTo(const bufferspan& buff, PdfPixelFormat format, int rowSize = -1) const; void DecodeTo(OutputStream& stream, PdfPixelFormat format, int rowSize = -1) const; charbuff GetDecodedCopy(PdfPixelFormat format); /** Get the color space of the image * * \returns the color space of the image */ PdfColorSpace GetColorSpace() const; /** Set an ICC profile for this image. * * \param stream an input stream from which the ICC profiles data can be read * \param colorComponents the number of colorcomponents of the ICC profile * \param alternateColorSpace an alternate colorspace to use if the ICC profile cannot be used * * \see SetImageColorSpace to set an colorspace instead of an ICC profile for this image */ void SetICCProfile(InputStream& stream, unsigned colorComponents, PdfColorSpace alternateColorSpace = PdfColorSpace::DeviceRGB); //PdfColorSpace GetImageColorSpace() const; /** Set a softmask for this image. * \param pSoftmask a PdfImage pointer to the image, which is to be set as softmask, must be 8-Bit-Grayscale * */ void SetSoftMask(const PdfImage& softmask); /** Get the width of the image when drawn in PDF units * \returns the width in PDF units */ unsigned GetWidth() const; /** Get the height of the image when drawn in PDF units * \returns the height in PDF units */ unsigned GetHeight() const; /** Set the actual image data from a buffer * * \param buffer buffer supplying image data * \param width width of the image in pixels * \param height height of the image in pixels * \param format pixel format of the bitmap * \param rowSize length of the row, if negative the default is used * */ void SetData(const bufferview& buffer, unsigned width, unsigned height, PdfPixelFormat format, int rowSize = -1); /** Set the actual image data from an input stream * * \param stream stream supplying raw image data * \param width width of the image in pixels * \param height height of the image in pixels * \param format pixel format of the bitmap * \param rowSize length of the row, if negative the default is used */ void SetData(InputStream& stream, unsigned width, unsigned height, PdfPixelFormat format, int rowSize = -1); /** Set the actual image encoded data from a buffer * * \param buffer buffer supplying image data * \param info parameters describing the encoded image data */ void SetDataRaw(const bufferview& buffer, const PdfImageInfo& info); /** Set the actual image encoded data from an input stream. * * \param stream stream supplying encoded image data * \param info parameters describing the encoded image data */ void SetDataRaw(InputStream& stream, const PdfImageInfo& info); /** Load the image data from bytes * \param imageIndex image index to be fed to multi image/page * formats (eg. TIFF). Ignored by the other formats */ void Load(const std::string_view& filepath, unsigned imageIndex = 0); /** Load the image data from bytes * \param imageIndex image index to be fed to multi image/page * formats (eg. TIFF). Ignored by the other formats */ void LoadFromBuffer(const bufferview& buffer, unsigned imageIndex = 0); void ExportTo(charbuff& buff, PdfExportFormat format, PdfArray args = {}) const; /** Set an color/chroma-key mask on an image. * The masked color will not be painted, i.e. masked as being transparent. * * \param r red RGB value of color that should be masked * \param g green RGB value of color that should be masked * \param b blue RGB value of color that should be masked * \param threshold colors are masked that are in the range [(r-threshold, r+threshold),(g-threshold, g+threshold),(b-threshold, b+threshold)] */ void SetChromaKeyMask(int64_t r, int64_t g, int64_t b, int64_t threshold = 0); /** * Apply an interpolation to the image if the source resolution * is lower than the resolution of the output device. * Default is false. * \param value whether the image should be interpolated */ void SetInterpolate(bool value); Rect GetRect() const override; private: /** Construct an image from an existing PdfObject * * \param obj a PdfObject that has to be an image */ PdfImage(PdfObject& obj); charbuff initScanLine(PdfPixelFormat format, int rowSize, charbuff& smask) const; unsigned getBufferSize(PdfPixelFormat format) const; #ifdef PODOFO_HAVE_JPEG_LIB void loadFromJpegInfo(jpeg_decompress_struct& ctx, PdfImageInfo& info); void exportToJpeg(charbuff& buff, const PdfArray& args) const; /** Load the image data from a JPEG file * \param filename */ void loadFromJpeg(const std::string_view& filename); /** Load the image data from JPEG bytes * \param data JPEG bytes * \param len number of bytes */ void loadFromJpegData(const unsigned char* data, size_t len); #endif // PODOFO_HAVE_JPEG_LIB #ifdef PODOFO_HAVE_TIFF_LIB void loadFromTiffHandle(void* handle, unsigned imageIndex); /** Load the image data from a TIFF file * \param filename */ void loadFromTiff(const std::string_view& filename, unsigned imageIndex); /** Load the image data from TIFF bytes * \param data TIFF bytes * \param len number of bytes */ void loadFromTiffData(const unsigned char* data, size_t len, unsigned imageIndex); #endif // PODOFO_HAVE_TIFF_LIB #ifdef PODOFO_HAVE_PNG_LIB void loadFromPngHandle(FILE* stream); /** Load the image data from a PNG file * \param filename */ void loadFromPng(const std::string_view& filename); /** Load the image data from PNG bytes * \param data PNG bytes * \param len number of bytes */ void loadFromPngData(const unsigned char* data, size_t len); #endif // PODOFO_HAVE_PNG_LIB private: unsigned m_Width; unsigned m_Height; }; }; #endif // PDF_IMAGE_H