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-License-Identifier: LGPL-2.0-or-later */ #ifndef PDF_COLOR_H #define PDF_COLOR_H #include "PdfDeclarations.h" #include "PdfName.h" #include "PdfArray.h" namespace PoDoFo { class PdfObject; class PdfDocument; /** A color object can represent either a grayscale * value, a RGB color, a CMYK color, a separation color or * a CieLab color. * * All drawing functions in PoDoFo accept a PdfColor object * to specify a drawing color in one of these colorspaces. * * Derived classes PdfColorGray, PdfColorRGB, PdfColorCMYK, PdfColorSeparation * and PdfColorCieLab are available for easy construction */ class PODOFO_API PdfColor final { public: /** Create a PdfColor object that is grayscale black. */ PdfColor(); /** Create a new PdfColor object with * a grayscale value. * * \param gray a grayscale value between 0.0 and 1.0 */ explicit PdfColor(double gray); /** Create a new PdfColor object with * a RGB color * * \param red the value of the red component, must be between 0.0 and 1.0 * \param green the value of the green component, must be between 0.0 and 1.0 * \param blue the value of the blue component, must be between 0.0 and 1.0 */ PdfColor(double red, double green, double blue); /** Create a new PdfColor object with * a CMYK color * * \param cyan the value of the cyan component, must be between 0.0 and 1.0 * \param magenta the value of the magenta component, must be between 0.0 and 1.0 * \param yellow the value of the yellow component, must be between 0.0 and 1.0 * \param black the value of the black component, must be between 0.0 and 1.0 */ PdfColor(double cyan, double magenta, double yellow, double black); /** Copy constructor * * \param rhs copy rhs into this object */ PdfColor(const PdfColor& rhs) = default; public: /** Creates a color object from a PdfArray which represents a color. * * \param obj an object that must be a color PdfArray */ static bool TryCreateFromObject(const PdfObject& obj, PdfColor& color); static PdfColor FromObject(const PdfObject& obj); static bool TryCreateFromArray(const PdfArray& arr, PdfColor& color); static PdfColor FromArray(const PdfArray& arr); /** Create a new PdfColor object with a CIE-LAB-value * * \param cieL the value of the L component, must be between 0.0 and 100.0 * \param cieA the value of the A component, must be between -128.0 and 127.0 * \param cieB the value of the B component, must be between -128.0 and 127.0 */ static PdfColor CreateCieLab(double cieL, double cieA, double cieB); /** Create a new PdfColor object with * a separation-name and an equivalent color * * \param name Name of the separation color * \param density the density value of the separation color * \param alternateColor the alternate color, must be of type gray, rgb, cmyk or cie */ static PdfColor CreateSeparation(const std::string_view& name, double density, const PdfColor& alternateColor); /** Create a new PdfColor object with * Separation color None. * */ static PdfColor CreateSeparationNone(); /** Create a new PdfColor object with * Separation color All. * */ static PdfColor CreateSeparationAll(); static PdfColor CreateTransparent(); public: /** Test if this is a grayscale color. * * \returns true if this is a grayscale PdfColor object */ bool IsGrayScale() const; /** Test if this is a RGB color. * * \returns true if this is a RGB PdfColor object */ bool IsRGB() const; /** Test if this is a CMYK color. * * \returns true if this is a CMYK PdfColor object */ bool IsCMYK() const; /** Test if this is a separation color. * * \returns true if this is a separation PdfColor object */ bool IsSeparation() const; /** Test if this is a CIE-Lab color. * * \returns true if this is a lab Color object */ bool IsCieLab() const; bool IsTransparent() const; /** Get the colorspace of this PdfColor object * * \returns the colorspace of this PdfColor object */ inline PdfColorSpace GetColorSpace() const { return m_ColorSpace; } /** Get the alternate colorspace of this PdfColor object * * \returns the colorspace of this PdfColor object (must be separation) */ PdfColorSpace GetAlternateColorSpace() const; /** Get the grayscale color value * of this object. * * Throws an exception if this is no grayscale color object. * * \returns the grayscale color value of this object (between 0.0 and 1.0) * * \see IsGrayScale */ double GetGrayScale() const; /** Get the red color value * of this object. * * Throws an exception if this is no RGB color object. * * \returns the red color value of this object (between 0.0 and 1.0) * * \see IsRGB */ double GetRed() const; /** Get the green color value * of this object. * * Throws an exception if this is no RGB color object. * * \returns the green color value of this object (between 0.0 and 1.0) * * \see IsRGB */ double GetGreen() const; /** Get the blue color value * of this object. * * Throws an exception if this is no RGB color object. * * \returns the blue color value of this object (between 0.0 and 1.0) * * \see IsRGB */ double GetBlue() const; /** Get the cyan color value * of this object. * * Throws an exception if this is no CMYK or separation color object. * * \returns the cyan color value of this object (between 0.0 and 1.0) * * \see IsCMYK */ double GetCyan() const; /** Get the magenta color value * of this object. * * Throws an exception if this is no CMYK or separation color object. * * \returns the magenta color value of this object (between 0.0 and 1.0) * * \see IsCMYK */ double GetMagenta() const; /** Get the yellow color value * of this object. * * Throws an exception if this is no CMYK or separation color object. * * \returns the yellow color value of this object (between 0.0 and 1.0) * * \see IsCMYK */ double GetYellow() const; /** Get the black color value * of this object. * * Throws an exception if this is no CMYK or separation color object. * * \returns the black color value of this object (between 0.0 and 1.0) * * \see IsCMYK */ double GetBlack() const; /** Get the separation name of this object. * * Throws an exception if this is no separation color object. * * \returns the name of this object * * \see IsSeparation */ const std::string& GetName() const; /** Get the density color value * of this object. * * Throws an exception if this is no separation color object. * * \returns the density value of this object (between 0.0 and 1.0) * * \see IsSeparation */ double GetDensity() const; /** Get the L color value * of this object. * * Throws an exception if this is no CIE-Lab color object. * * \returns the L color value of this object (between 0.0 and 100.0) * * \see IsCieLab */ double GetCieL() const; /** Get the A color value * of this object. * * Throws an exception if this is no CIE-Lab color object. * * \returns the A color value of this object (between -128.0 and 127.0) * * \see IsCieLab */ double GetCieA() const; /** Get the B color value * of this object. * * Throws an exception if this is no CIE-Lab color object. * * \returns the B color value of this object (between -128.0 and 127.0) * * \see IsCieLab */ double GetCieB() const; /** Converts the color object into a grayscale * color object. * * This is only a convenience function. It might be useful * for on screen display but is in NO WAY suitable to * professional printing! * * \returns a grayscale color object * \see IsGrayScale() */ PdfColor ConvertToGrayScale() const; /** Converts the color object into a RGB * color object. * * This is only a convenience function. It might be useful * for on screen display but is in NO WAY suitable to * professional printing! * * \returns a RGB color object * \see IsRGB() */ PdfColor ConvertToRGB() const; /** Converts the color object into a CMYK * color object. * * This is only a convenience function. It might be useful * for on screen display but is in NO WAY suitable to * professional printing! * * \returns a CMYK color object * \see IsCMYK() */ PdfColor ConvertToCMYK() const; /** Creates a PdfArray which represents a color from a color. * \returns a PdfArray object */ PdfArray ToArray() const; /** Creates a color object from a string. * * \param name a string describing a color. * * Supported values are: * - single gray values as string (e.g. '0.5') * - a named color (e.g. 'aquamarine' or 'magenta') * - hex values (e.g. #FF002A (RGB) or #FF12AB3D (CMYK)) * - PdfArray's * * \returns a PdfColor object */ static PdfColor FromString(const std::string_view& name); /** Creates a colorspace object from a color to insert into resources. * * \param document a pointer to the owner document of the generated object * \returns a PdfObject pointer, which can be insert into resources, nullptr if not needed */ PdfObject* BuildColorSpace(PdfDocument& document) const; public: /** Assignment operator * * \param rhs copy rhs into this object * * \returns a reference to this color object */ PdfColor& operator=(const PdfColor& rhs) = default; /** Test for equality of colors. * * \param rhs color to compare to * * \returns true if object color is equal to rhs */ bool operator==(const PdfColor& rhs) const; /** Test for inequality of colors. * * \param rhs color to compare to * * \returns true if object color is not equal to rhs */ bool operator!=(const PdfColor& rhs) const; private: union Color { double cmyk[4]; double rgb[3]; double lab[3]; double gray; }; PdfColor(bool isTransaprent, PdfColorSpace colorSpace, const Color& data, std::string m_separationName, double separationDensity, PdfColorSpace alternateColorSpace); private: bool m_IsTransparent; PdfColorSpace m_ColorSpace; Color m_Color; std::string m_SeparationName; double m_SeparationDensity; PdfColorSpace m_AlternateColorSpace; private: static const unsigned* const m_hexDigitMap; // Mapping of hex sequences to int value }; }; #endif // PDF_COLOR_H