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 // // 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_CONCEPTS_PIXEL_HPP #define BOOST_GIL_CONCEPTS_PIXEL_HPP #include #include #include #include #include #include #include #include #include #include #include #if defined(BOOST_CLANG) #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wunused-local-typedefs" #endif #if defined(BOOST_GCC) && (BOOST_GCC >= 40900) #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wunused-local-typedefs" #endif namespace boost { namespace gil { /// \brief Pixel concept - A color base whose elements are channels /// \ingroup PixelConcept /// \code /// concept PixelConcept : ColorBaseConcept

, PixelBasedConcept

/// { /// where is_pixel

::value == true; /// // where for each K [0..size

::value - 1]: /// // ChannelConcept>; /// /// typename P::value_type; /// where PixelValueConcept; /// typename P::reference; /// where PixelConcept; /// typename P::const_reference; /// where PixelConcept; /// static const bool P::is_mutable; /// /// template where { PixelConcept } /// P::P(P2); /// template where { PixelConcept } /// bool operator==(const P&, const P2&); /// template where { PixelConcept } /// bool operator!=(const P&, const P2&); /// }; /// \endcode template struct PixelConcept { void constraints() { gil_function_requires>(); gil_function_requires>(); static_assert(is_pixel

::value, ""); static const bool is_mutable = P::is_mutable; ignore_unused_variable_warning(is_mutable); using value_type = typename P::value_type; // TODO: Is the cyclic dependency intentional? --mloskot // gil_function_requires>(); using reference = typename P::reference; gil_function_requires::type >>(); using const_reference = typename P::const_reference; gil_function_requires::type >>(); } }; /// \brief Pixel concept that allows for changing its channels /// \ingroup PixelConcept /// \code /// concept MutablePixelConcept : MutableColorBaseConcept

/// { /// where is_mutable==true; /// }; /// \endcode template struct MutablePixelConcept { void constraints() { gil_function_requires>(); static_assert(P::is_mutable, ""); } }; /// \brief Homogeneous pixel concept /// \ingroup PixelConcept /// \code /// concept HomogeneousPixelConcept /// : HomogeneousColorBaseConcept

, HomogeneousPixelBasedConcept

/// { /// P::template element_const_reference_type

::type operator[](P p, std::size_t i) const /// { /// return dynamic_at_c(p,i); /// } /// }; /// \endcode template struct HomogeneousPixelConcept { void constraints() { gil_function_requires>(); gil_function_requires>(); gil_function_requires>(); p[0]; } P p; }; /// \brief Homogeneous pixel concept that allows for changing its channels /// \ingroup PixelConcept /// \code /// concept MutableHomogeneousPixelConcept /// : MutableHomogeneousColorBaseConcept

/// { /// P::template element_reference_type

::type operator[](P p, std::size_t i) /// { /// return dynamic_at_c(p, i); /// } /// }; /// \endcode template struct MutableHomogeneousPixelConcept { void constraints() { gil_function_requires>(); gil_function_requires>(); p[0] = v; v = p[0]; } typename P::template element_type

::type v; P p; }; /// \brief Pixel concept that is a Regular type /// \ingroup PixelConcept /// \code /// concept PixelValueConcept : Regular

/// { /// where SameType; /// }; /// \endcode template struct PixelValueConcept { void constraints() { gil_function_requires>(); gil_function_requires>(); } }; /// \brief Homogeneous pixel concept that is a Regular type /// \ingroup PixelConcept /// \code /// concept HomogeneousPixelValueConcept : Regular

/// { /// where SameType; /// }; /// \endcode template struct HomogeneousPixelValueConcept { void constraints() { gil_function_requires>(); gil_function_requires>(); static_assert(std::is_same::value, ""); } }; namespace detail { template struct channels_are_pairwise_compatible : mp11::mp_and < channels_are_pairwise_compatible, channels_are_compatible < typename kth_semantic_element_reference_type::type, typename kth_semantic_element_reference_type::type > > { }; template struct channels_are_pairwise_compatible : std::true_type {}; } // namespace detail /// \ingroup PixelAlgorithm /// \brief Returns whether two pixels are compatible /// Pixels are compatible if their channels and color space types are compatible. /// Compatible pixels can be assigned and copy constructed from one another. /// \tparam P1 Models PixelConcept /// \tparam P2 Models PixelConcept template struct pixels_are_compatible : mp11::mp_and < typename color_spaces_are_compatible < typename color_space_type::type, typename color_space_type::type >::type, detail::channels_are_pairwise_compatible < P1, P2, num_channels::value - 1 > > { }; /// \ingroup PixelConcept /// \brief Concept for pixel compatibility /// Pixels are compatible if their channels and color space types are compatible. /// Compatible pixels can be assigned and copy constructed from one another. /// \tparam P1 Models PixelConcept /// \tparam P2 Models PixelConcept /// \code /// concept PixelsCompatibleConcept /// : ColorBasesCompatibleConcept { /// // where for each K [0..size::value): /// // ChannelsCompatibleConcept::type, kth_semantic_element_type::type>; /// }; /// \endcode template struct PixelsCompatibleConcept { void constraints() { static_assert(pixels_are_compatible::value, ""); } }; /// \ingroup PixelConcept /// \brief Pixel convertible concept /// Convertibility is non-symmetric and implies that one pixel /// can be converted to another, approximating the color. /// Conversion is explicit and sometimes lossy. /// \code /// template /// concept PixelConvertibleConcept /// { /// void color_convert(const SrcPixel&, DstPixel&); /// }; /// \endcode template struct PixelConvertibleConcept { void constraints() { gil_function_requires>(); gil_function_requires>(); color_convert(src, dst); } SrcP src; DstP dst; }; }} // namespace boost::gil #if defined(BOOST_CLANG) #pragma clang diagnostic pop #endif #if defined(BOOST_GCC) && (BOOST_GCC >= 40900) #pragma GCC diagnostic pop #endif #endif