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 2005-2007 Adobe Systems Incorporated // Copyright 2018 Mateusz Loskot // // Use, modification and distribution are subject to 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_TYPEDEFS_HPP #define BOOST_GIL_TYPEDEFS_HPP #include #include #include #include #include #include #include #include #if !defined(BOOST_NO_CXX17_HDR_MEMORY_RESOURCE) # include #endif //!defined(BOOST_NO_CXX17_HDR_MEMORY_RESOURCE) // B - bits size/signedness, CM - channel model, CS - colour space, LAYOUT - pixel layout // Example: B = '8', CM = 'uint8_t', CS = 'bgr, LAYOUT='bgr_layout_t' #define BOOST_GIL_DEFINE_BASE_TYPEDEFS_INTERNAL(B, CM, CS, LAYOUT) \ template \ struct pixel; \ template \ struct planar_pixel_reference; \ template \ struct planar_pixel_iterator; \ template \ class memory_based_step_iterator; \ template \ class point; \ template \ class memory_based_2d_locator; \ template \ class image_view; \ template \ class image; \ using CS##B##_pixel_t = pixel; \ using CS##B##c_pixel_t = pixel const; \ using CS##B##_ref_t = pixel&; \ using CS##B##c_ref_t = pixel const&; \ using CS##B##_ptr_t = CS##B##_pixel_t*; \ using CS##B##c_ptr_t = CS##B##c_pixel_t*; \ using CS##B##_step_ptr_t = memory_based_step_iterator; \ using CS##B##c_step_ptr_t = memory_based_step_iterator; \ using CS##B##_loc_t = memory_based_2d_locator>; \ using CS##B##c_loc_t = memory_based_2d_locator>; \ using CS##B##_step_loc_t \ = memory_based_2d_locator>; \ using CS##B##c_step_loc_t \ = memory_based_2d_locator>; \ using CS##B##_view_t = image_view; \ using CS##B##c_view_t = image_view; \ using CS##B##_step_view_t = image_view; \ using CS##B##c_step_view_t = image_view; \ using CS##B##_image_t = image>; #define BOOST_GIL_DEFINE_BASE_PMR_TYPEDEFS_INTERNAL(B, CM, CS, LAYOUT) \ namespace pmr { \ using CS##B##_image_t \ = image>; \ } // Example: B = '8', CM = 'uint8_t', CS = 'bgr' CS_FULL = 'rgb_t' LAYOUT='bgr_layout_t' #define BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(B, CM, CS, CS_FULL, LAYOUT) \ BOOST_GIL_DEFINE_BASE_TYPEDEFS_INTERNAL(B, CM, CS, LAYOUT) \ using CS##B##_planar_ref_t = planar_pixel_reference; \ using CS##B##c_planar_ref_t = planar_pixel_reference; \ using CS##B##_planar_ptr_t = planar_pixel_iterator; \ using CS##B##c_planar_ptr_t = planar_pixel_iterator; \ using CS##B##_planar_step_ptr_t = memory_based_step_iterator; \ using CS##B##c_planar_step_ptr_t = memory_based_step_iterator; \ using CS##B##_planar_loc_t \ = memory_based_2d_locator>; \ using CS##B##c_planar_loc_t \ = memory_based_2d_locator>; \ using CS##B##_planar_step_loc_t \ = memory_based_2d_locator>; \ using CS##B##c_planar_step_loc_t \ = memory_based_2d_locator>; \ using CS##B##_planar_view_t = image_view; \ using CS##B##c_planar_view_t = image_view; \ using CS##B##_planar_step_view_t = image_view; \ using CS##B##c_planar_step_view_t = image_view; \ using CS##B##_planar_image_t = image>; #define BOOST_GIL_DEFINE_ALL_PMR_TYPEDEFS_INTERNAL(B, CM, CS, CS_FULL, LAYOUT) \ BOOST_GIL_DEFINE_BASE_PMR_TYPEDEFS_INTERNAL(B, CM, CS, LAYOUT) \ namespace pmr { \ using CS##B##_planar_image_t \ = image>; \ } #if defined(BOOST_NO_CXX17_HDR_MEMORY_RESOURCE) # define BOOST_GIL_DEFINE_BASE_TYPEDEFS(B, CM, CS) \ BOOST_GIL_DEFINE_BASE_TYPEDEFS_INTERNAL(B, CM, CS, CS##_layout_t) # define BOOST_GIL_DEFINE_ALL_TYPEDEFS(B, CM, CS) \ BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(B, CM, CS, CS##_t, CS##_layout_t) #else # define BOOST_GIL_DEFINE_BASE_TYPEDEFS(B, CM, CS) \ BOOST_GIL_DEFINE_BASE_TYPEDEFS_INTERNAL(B, CM, CS, CS##_layout_t) \ BOOST_GIL_DEFINE_BASE_PMR_TYPEDEFS_INTERNAL(B, CM, CS, CS##_layout_t) # define BOOST_GIL_DEFINE_ALL_TYPEDEFS(B, CM, CS) \ BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(B, CM, CS, CS##_t, CS##_layout_t) \ BOOST_GIL_DEFINE_ALL_PMR_TYPEDEFS_INTERNAL(B, CM, CS, CS##_t, CS##_layout_t) #endif //!defined(BOOST_NO_CXX17_HDR_MEMORY_RESOURCE) namespace boost { namespace gil { // forward declarations template struct scoped_channel_value; template struct float_point_zero; template struct float_point_one; ////////////////////////////////////////////////////////////////////////////////////////// /// Built-in channel models ////////////////////////////////////////////////////////////////////////////////////////// /// \ingroup ChannelModel /// \brief 8-bit unsigned integral channel type (alias from uint8_t). Models ChannelValueConcept using std::uint8_t; /// \ingroup ChannelModel /// \brief 16-bit unsigned integral channel type (alias from uint16_t). Models ChannelValueConcept using std::uint16_t; /// \ingroup ChannelModel /// \brief 32-bit unsigned integral channel type (alias from uint32_t). Models ChannelValueConcept using std::uint32_t; /// \ingroup ChannelModel /// \brief 8-bit signed integral channel type (alias from int8_t). Models ChannelValueConcept using std::int8_t; /// \ingroup ChannelModel /// \brief 16-bit signed integral channel type (alias from int16_t). Models ChannelValueConcept using std::int16_t; /// \ingroup ChannelModel /// \brief 32-bit signed integral channel type (alias from int32_t). Models ChannelValueConcept using std::int32_t; /// \ingroup ChannelModel /// \brief 32-bit floating point channel type with range [0.0f ... 1.0f]. Models ChannelValueConcept using float32_t = scoped_channel_value, float_point_one>; /// \ingroup ChannelModel /// \brief 64-bit floating point channel type with range [0.0f ... 1.0f]. Models ChannelValueConcept using float64_t = scoped_channel_value, float_point_one>; BOOST_GIL_DEFINE_BASE_TYPEDEFS(8, uint8_t, gray) BOOST_GIL_DEFINE_BASE_TYPEDEFS(8s, int8_t, gray) BOOST_GIL_DEFINE_BASE_TYPEDEFS(16, uint16_t, gray) BOOST_GIL_DEFINE_BASE_TYPEDEFS(16s, int16_t, gray) BOOST_GIL_DEFINE_BASE_TYPEDEFS(32, uint32_t, gray) BOOST_GIL_DEFINE_BASE_TYPEDEFS(32s, int32_t, gray) BOOST_GIL_DEFINE_BASE_TYPEDEFS(32f, float32_t, gray) BOOST_GIL_DEFINE_BASE_TYPEDEFS(8, uint8_t, bgr) BOOST_GIL_DEFINE_BASE_TYPEDEFS(8s, int8_t, bgr) BOOST_GIL_DEFINE_BASE_TYPEDEFS(16, uint16_t, bgr) BOOST_GIL_DEFINE_BASE_TYPEDEFS(16s, int16_t, bgr) BOOST_GIL_DEFINE_BASE_TYPEDEFS(32, uint32_t, bgr) BOOST_GIL_DEFINE_BASE_TYPEDEFS(32s, int32_t, bgr) BOOST_GIL_DEFINE_BASE_TYPEDEFS(32f, float32_t, bgr) BOOST_GIL_DEFINE_BASE_TYPEDEFS(8, uint8_t, argb) BOOST_GIL_DEFINE_BASE_TYPEDEFS(8s, int8_t, argb) BOOST_GIL_DEFINE_BASE_TYPEDEFS(16, uint16_t, argb) BOOST_GIL_DEFINE_BASE_TYPEDEFS(16s, int16_t, argb) BOOST_GIL_DEFINE_BASE_TYPEDEFS(32, uint32_t, argb) BOOST_GIL_DEFINE_BASE_TYPEDEFS(32s, int32_t, argb) BOOST_GIL_DEFINE_BASE_TYPEDEFS(32f, float32_t, argb) BOOST_GIL_DEFINE_BASE_TYPEDEFS(8, uint8_t, abgr) BOOST_GIL_DEFINE_BASE_TYPEDEFS(8s, int8_t, abgr) BOOST_GIL_DEFINE_BASE_TYPEDEFS(16, uint16_t, abgr) BOOST_GIL_DEFINE_BASE_TYPEDEFS(16s, int16_t, abgr) BOOST_GIL_DEFINE_BASE_TYPEDEFS(32, uint32_t, abgr) BOOST_GIL_DEFINE_BASE_TYPEDEFS(32s, int32_t, abgr) BOOST_GIL_DEFINE_BASE_TYPEDEFS(32f, float32_t, abgr) BOOST_GIL_DEFINE_BASE_TYPEDEFS(8, uint8_t, bgra) BOOST_GIL_DEFINE_BASE_TYPEDEFS(8s, int8_t, bgra) BOOST_GIL_DEFINE_BASE_TYPEDEFS(16, uint16_t, bgra) BOOST_GIL_DEFINE_BASE_TYPEDEFS(16s, int16_t, bgra) BOOST_GIL_DEFINE_BASE_TYPEDEFS(32, uint32_t, bgra) BOOST_GIL_DEFINE_BASE_TYPEDEFS(32s, int32_t, bgra) BOOST_GIL_DEFINE_BASE_TYPEDEFS(32f, float32_t, bgra) BOOST_GIL_DEFINE_ALL_TYPEDEFS(8, uint8_t, rgb) BOOST_GIL_DEFINE_ALL_TYPEDEFS(8s, int8_t, rgb) BOOST_GIL_DEFINE_ALL_TYPEDEFS(16, uint16_t, rgb) BOOST_GIL_DEFINE_ALL_TYPEDEFS(16s, int16_t, rgb) BOOST_GIL_DEFINE_ALL_TYPEDEFS(32, uint32_t, rgb) BOOST_GIL_DEFINE_ALL_TYPEDEFS(32s, int32_t, rgb) BOOST_GIL_DEFINE_ALL_TYPEDEFS(32f, float32_t, rgb) BOOST_GIL_DEFINE_ALL_TYPEDEFS(8, uint8_t, rgba) BOOST_GIL_DEFINE_ALL_TYPEDEFS(8s, int8_t, rgba) BOOST_GIL_DEFINE_ALL_TYPEDEFS(16, uint16_t, rgba) BOOST_GIL_DEFINE_ALL_TYPEDEFS(16s, int16_t, rgba) BOOST_GIL_DEFINE_ALL_TYPEDEFS(32, uint32_t, rgba) BOOST_GIL_DEFINE_ALL_TYPEDEFS(32s, int32_t, rgba) BOOST_GIL_DEFINE_ALL_TYPEDEFS(32f, float32_t, rgba) BOOST_GIL_DEFINE_ALL_TYPEDEFS(8, uint8_t, cmyk) BOOST_GIL_DEFINE_ALL_TYPEDEFS(8s, int8_t, cmyk) BOOST_GIL_DEFINE_ALL_TYPEDEFS(16, uint16_t, cmyk) BOOST_GIL_DEFINE_ALL_TYPEDEFS(16s, int16_t, cmyk) BOOST_GIL_DEFINE_ALL_TYPEDEFS(32, uint32_t, cmyk) BOOST_GIL_DEFINE_ALL_TYPEDEFS(32s, int32_t, cmyk) BOOST_GIL_DEFINE_ALL_TYPEDEFS(32f, float32_t, cmyk) template struct devicen_t; template struct devicen_layout_t; BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(8, uint8_t, dev2n, devicen_t<2>, devicen_layout_t<2>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(8s, int8_t, dev2n, devicen_t<2>, devicen_layout_t<2>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(16, uint16_t, dev2n, devicen_t<2>, devicen_layout_t<2>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(16s, int16_t, dev2n, devicen_t<2>, devicen_layout_t<2>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(32, uint32_t, dev2n, devicen_t<2>, devicen_layout_t<2>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(32s, int32_t, dev2n, devicen_t<2>, devicen_layout_t<2>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(32f, float32_t, dev2n, devicen_t<2>, devicen_layout_t<2>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(8, uint8_t, dev3n, devicen_t<3>, devicen_layout_t<3>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(8s, int8_t, dev3n, devicen_t<3>, devicen_layout_t<3>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(16, uint16_t, dev3n, devicen_t<3>, devicen_layout_t<3>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(16s, int16_t, dev3n, devicen_t<3>, devicen_layout_t<3>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(32, uint32_t, dev3n, devicen_t<3>, devicen_layout_t<3>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(32s, int32_t, dev3n, devicen_t<3>, devicen_layout_t<3>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(32f, float32_t, dev3n, devicen_t<3>, devicen_layout_t<3>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(8, uint8_t, dev4n, devicen_t<4>, devicen_layout_t<4>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(8s, int8_t, dev4n, devicen_t<4>, devicen_layout_t<4>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(16, uint16_t, dev4n, devicen_t<4>, devicen_layout_t<4>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(16s, int16_t, dev4n, devicen_t<4>, devicen_layout_t<4>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(32, uint32_t, dev4n, devicen_t<4>, devicen_layout_t<4>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(32s, int32_t, dev4n, devicen_t<4>, devicen_layout_t<4>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(32f, float32_t, dev4n, devicen_t<4>, devicen_layout_t<4>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(8, uint8_t, dev5n, devicen_t<5>, devicen_layout_t<5>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(8s, int8_t, dev5n, devicen_t<5>, devicen_layout_t<5>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(16, uint16_t, dev5n, devicen_t<5>, devicen_layout_t<5>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(16s, int16_t, dev5n, devicen_t<5>, devicen_layout_t<5>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(32, uint32_t, dev5n, devicen_t<5>, devicen_layout_t<5>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(32s, int32_t, dev5n, devicen_t<5>, devicen_layout_t<5>) BOOST_GIL_DEFINE_ALL_TYPEDEFS_INTERNAL(32f, float32_t, dev5n, devicen_t<5>, devicen_layout_t<5>) }} // namespace boost::gil #endif