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_CHANNEL_HPP #define BOOST_GIL_CONCEPTS_CHANNEL_HPP #include #include #include #include #include // std::swap #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 { // Forward declarations template struct channel_traits; template auto channel_convert(SrcT const& val) -> typename channel_traits::value_type; /// \ingroup ChannelConcept /// \brief A channel is the building block of a color. /// Color is defined as a mixture of primary colors and a channel defines /// the degree to which each primary color is used in the mixture. /// /// For example, in the RGB color space, using 8-bit unsigned channels, /// the color red is defined as [255 0 0], which means maximum of Red, /// and no Green and Blue. /// /// Built-in scalar types, such as \p int and \p float, are valid GIL channels. /// In more complex scenarios, channels may be represented as bit ranges or /// even individual bits. /// In such cases special classes are needed to represent the value and /// reference to a channel. /// /// Channels have a traits class, \p channel_traits, which defines their /// associated types as well as their operating ranges. /// /// \code /// concept ChannelConcept : EqualityComparable /// { /// typename value_type = T; // use channel_traits::value_type to access it /// typename reference = T&; // use channel_traits::reference to access it /// typename pointer = T*; // use channel_traits::pointer to access it /// typename const_reference = const T&; // use channel_traits::const_reference to access it /// typename const_pointer = const T*; // use channel_traits::const_pointer to access it /// static const bool is_mutable; // use channel_traits::is_mutable to access it /// /// static T min_value(); // use channel_traits::min_value to access it /// static T max_value(); // use channel_traits::max_value to access it /// }; /// \endcode template struct ChannelConcept { void constraints() { gil_function_requires>(); using v = typename channel_traits::value_type; using r = typename channel_traits::reference; using p = typename channel_traits::pointer; using cr = typename channel_traits::const_reference; using cp = typename channel_traits::const_pointer; channel_traits::min_value(); channel_traits::max_value(); } T c; }; namespace detail { /// \tparam T models ChannelConcept template struct ChannelIsMutableConcept { void constraints() { c1 = c2; using std::swap; swap(c1, c2); } T c1; T c2; }; } // namespace detail /// \brief A channel that allows for modifying its value /// \code /// concept MutableChannelConcept : Assignable, Swappable {}; /// \endcode /// \ingroup ChannelConcept template struct MutableChannelConcept { void constraints() { gil_function_requires>(); gil_function_requires>(); } }; /// \brief A channel that supports default construction. /// \code /// concept ChannelValueConcept : Regular {}; /// \endcode /// \ingroup ChannelConcept template struct ChannelValueConcept { void constraints() { gil_function_requires>(); gil_function_requires>(); } }; /// \brief Predicate metafunction returning whether two channels are compatible /// /// Channels are considered compatible if their value types /// (ignoring constness and references) are the same. /// /// Example: /// /// \code /// static_assert(channels_are_compatible::value, ""); /// \endcode /// \ingroup ChannelAlgorithm template // Models GIL Pixel struct channels_are_compatible : std::is_same < typename channel_traits::value_type, typename channel_traits::value_type > { }; /// \brief Channels are compatible if their associated value types (ignoring constness and references) are the same /// /// \code /// concept ChannelsCompatibleConcept /// { /// where SameType; /// }; /// \endcode /// \ingroup ChannelConcept template struct ChannelsCompatibleConcept { void constraints() { static_assert(channels_are_compatible::value, ""); } }; /// \brief A channel is convertible to another one if the \p channel_convert algorithm is defined for the two channels. /// /// Convertibility is non-symmetric and implies that one channel can be /// converted to another. Conversion is explicit and often lossy operation. /// /// concept ChannelConvertibleConcept /// { /// DstChannel channel_convert(const SrcChannel&); /// }; /// \endcode /// \ingroup ChannelConcept template struct ChannelConvertibleConcept { void constraints() { gil_function_requires>(); gil_function_requires>(); dst = channel_convert(src); ignore_unused_variable_warning(dst); } SrcChannel src; DstChannel 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