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 2008 Christian Henning // // Distributed under the Boost Software License, Version 1.0 // See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt // #ifndef BOOST_GIL_EXTENSION_IO_BMP_TAGS_HPP #define BOOST_GIL_EXTENSION_IO_BMP_TAGS_HPP #include namespace boost { namespace gil { /// Defines bmp tag. struct bmp_tag : format_tag {}; /// See http://en.wikipedia.org/wiki/BMP_file_format#BMP_File_Header for reference. /// Defines type for offset value. struct bmp_offset : property_base< uint32_t > {}; /// Defines type for header sizes. struct bmp_header_size : property_base< uint32_t > { static const type _size = 14; /// Constant size for bmp file header size. static const type _win32_info_size = 40; /// Constant size for win32 bmp info header size. static const type _os2_info_size = 12; /// Constant size for os2 bmp info header size. }; /// Defines type for image width property. struct bmp_image_width : property_base< int32_t > {}; /// Defines type for image height property. struct bmp_image_height : property_base< int32_t > {}; /// Defines type for bits per pixels property. struct bmp_bits_per_pixel : property_base< uint16_t > {}; /// Defines type for compression property. struct bmp_compression : property_base< uint32_t > { static const type _rgb = 0; /// RGB without compression static const type _rle8 = 1; /// 8 bit index with RLE compression static const type _rle4 = 2; /// 4 bit index with RLE compression static const type _bitfield = 3; /// 16 or 32 bit fields without compression }; /// Defines type for image size property. struct bmp_image_size : property_base< uint32_t > {}; /// Defines type for horizontal resolution property. struct bmp_horizontal_resolution : property_base< int32_t > {}; /// Defines type for vertical resolution property. struct bmp_vertical_resolution : property_base< int32_t > {}; /// Defines type for number of colors property. struct bmp_num_colors : property_base< uint32_t > {}; /// Defines type for important number of colors property. struct bmp_num_important_colors : property_base< uint32_t > {}; /// if height is negative then image is stored top-down instead of bottom-up. struct bmp_top_down : property_base< bool > {}; static const uint32_t bmp_signature = 0x4D42; /// Constant signature for bmp file format. /// Read information for bmp images. /// /// The structure is returned when using read_image_info. template<> struct image_read_info< bmp_tag > { /// Default constructor. image_read_info() : _top_down(false) , _valid( false ) {} /// The offset, i.e. starting address, of the byte where the bitmap data can be found. bmp_offset::type _offset; /// The size of this header: /// - 40 bytes for Windows V3 header /// - 12 bytes for OS/2 V1 header bmp_header_size::type _header_size; /// The bitmap width in pixels ( signed integer ). bmp_image_width::type _width; /// The bitmap height in pixels ( signed integer ). bmp_image_height::type _height; /// The number of bits per pixel, which is the color depth of the image. /// Typical values are 1, 4, 8, 16, 24 and 32. bmp_bits_per_pixel::type _bits_per_pixel; /// The compression method being used. See above for a list of possible values. bmp_compression::type _compression; /// The image size. This is the size of the raw bitmap data (see below), /// and should not be confused with the file size. bmp_image_size::type _image_size; /// The horizontal resolution of the image. (pixel per meter, signed integer) bmp_horizontal_resolution::type _horizontal_resolution; /// The vertical resolution of the image. (pixel per meter, signed integer) bmp_vertical_resolution::type _vertical_resolution; /// The number of colors in the color palette, or 0 to default to 2^n - 1. bmp_num_colors::type _num_colors; /// The number of important colors used, or 0 when every color is important; /// generally ignored. bmp_num_important_colors::type _num_important_colors; bmp_top_down::type _top_down; /// Used internally to identify is the header has been read. bool _valid; }; /// Read settings for bmp images. /// /// The structure can be used for all read_xxx functions, except read_image_info. template<> struct image_read_settings< bmp_tag > : public image_read_settings_base { /// Default constructor image_read_settings() : image_read_settings_base() {} /// Constructor /// \param top_left Top left coordinate for reading partial image. /// \param dim Dimensions for reading partial image. image_read_settings( point_t const& top_left , point_t const& dim ) : image_read_settings_base( top_left , dim ) {} }; /// Write information for bmp images. /// /// The structure can be used for write_view() function. template<> struct image_write_info< bmp_tag > { }; } // namespace gil } // namespace boost #endif