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
/* Copyright (c) the JPEG XL Project Authors. All rights reserved. * * Use of this source code is governed by a BSD-style * license that can be found in the LICENSE file. */ /** @addtogroup libjxl_metadata * @{ * @file gain_map.h * @brief Utility functions to manipulate jhgm (gain map) boxes. */ #ifndef JXL_GAIN_MAP_H_ #define JXL_GAIN_MAP_H_ #include #include #include #ifdef __cplusplus extern "C" { #endif /** * Gain map bundle * * This structure is used to serialize gain map data to and from an input * buffer. It holds pointers to sections within the buffer, and different parts * of the gain map data such as metadata, ICC profile data, and the gain map * itself. * * The pointers in this structure do not take ownership of the memory they point * to. Instead, they reference specific locations within the provided buffer. It * is the caller's responsibility to ensure that the buffer remains valid and is * not deallocated as long as these pointers are in use. The structure should be * considered as providing a view into the buffer, not as an owner of the data. */ typedef struct { /** Version number of the gain map bundle. */ uint8_t jhgm_version; /** Size of the gain map metadata in bytes. */ uint16_t gain_map_metadata_size; /** Pointer to the gain map metadata, which is a binary * blob following ISO 21496-1. This pointer references data within the input * buffer. */ const uint8_t* gain_map_metadata; /** Indicates whether a color encoding is present. */ JXL_BOOL has_color_encoding; /** If has_color_encoding is true, this field contains the * uncompressed color encoding data. */ JxlColorEncoding color_encoding; /** Size of the alternative ICC profile in bytes (compressed * size). */ uint32_t alt_icc_size; /** Pointer to the compressed ICC profile. This pointer references * data within the input buffer. */ const uint8_t* alt_icc; /** Size of the gain map in bytes. */ uint32_t gain_map_size; /** Pointer to the gain map data, which is a JPEG XL naked * codestream. This pointer references data within the input buffer.*/ const uint8_t* gain_map; } JxlGainMapBundle; /** * Calculates the total size required to serialize the gain map bundle into a * binary buffer. This function accounts for all the necessary space to * serialize fields such as gain map metadata, color encoding, compressed ICC * profile data, and the gain map itself. * * @param[in] map_bundle Pointer to the JxlGainMapBundle containing all * necessary data to compute the size. * @param[out] bundle_size The size in bytes required to serialize the bundle. * @return Whether setting the size was successful. */ JXL_EXPORT JXL_BOOL JxlGainMapGetBundleSize(const JxlGainMapBundle* map_bundle, size_t* bundle_size); /** * Serializes the gain map bundle into a preallocated buffer. The function * ensures that all parts of the bundle such as metadata, color encoding, * compressed ICC profile, and the gain map are correctly encoded into the * buffer. First call `JxlGainMapGetBundleSize` to get the size needed for * the buffer. * * @param[in] map_bundle Pointer to the `JxlGainMapBundle` to serialize. * @param[out] output_buffer Pointer to the buffer where the serialized data * will be written. * @param[in] output_buffer_size The size of the output buffer in bytes. Must be * large enough to hold the entire serialized data. * @param[out] bytes_written The number of bytes written to the output buffer. * @return Whether writing the bundle was successful. */ JXL_EXPORT JXL_BOOL JxlGainMapWriteBundle(const JxlGainMapBundle* map_bundle, uint8_t* output_buffer, size_t output_buffer_size, size_t* bytes_written); /** * Deserializes a gain map bundle from a provided buffer and populates a * `JxlGainMapBundle` structure with the data extracted. This function assumes * the buffer contains a valid serialized gain map bundle. After successful * execution, the `JxlGainMapBundle` structure will reference three different * sections within the buffer: * - gain_map_metadata * - alt_icc * - gain_map * These sections will be accompanied by their respective sizes. Users must * ensure that the buffer remains valid as long as these pointers are in use. * @param[in,out] map_bundle Pointer to a preallocated `JxlGainMapBundle` where * the deserialized data will be stored. * @param[in] input_buffer Pointer to the buffer containing the serialized gain * map bundle data. * @param[in] input_buffer_size The size of the input buffer in bytes. * @param[out] bytes_read The number of bytes read from the input buffer. * @return Whether reading the bundle was successful. */ JXL_EXPORT JXL_BOOL JxlGainMapReadBundle(JxlGainMapBundle* map_bundle, const uint8_t* input_buffer, size_t input_buffer_size, size_t* bytes_read); #ifdef __cplusplus } #endif #endif /* JXL_GAIN_MAP_H_ */ /** @} */