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 2021 Pranam Lashkari // // 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_CHANNEL_NUMERIC_OPERATIONS_HPP #define BOOST_GIL_CHANNEL_NUMERIC_OPERATIONS_HPP #include namespace boost { namespace gil { // Function objects and utilities for channel-wise numeric operations. // // List of currently defined functors: // channel_plus_t (+) // channel_minus_t (-) // channel_multiplies_t (*) // channel_divides_t (/), // channel_plus_scalar_t (+s) // channel_minus_scalar_t (-s), // channel_multiplies_scalar_t (*s) // channel_divides_scalar_t (/s), // channel_halves_t (/=2) // channel_zeros_t (=0) // channel_assigns_t (=) /// \ingroup ChannelNumericOperations /// \brief Arithmetic operation of addition of two channel values. /// \note This is a generic implementation; user should specialize it for better performance. template struct channel_plus_t { using ChannelRef1 = typename channel_traits::const_reference; using ChannelRef2 = typename channel_traits::const_reference; static_assert(std::is_convertible::value, "ChannelRef1 not convertible to ChannelResult"); static_assert(std::is_convertible::value, "ChannelRef2 not convertible to ChannelResult"); /// \param ch1 - first of the two addends (augend). /// \param ch2 - second of the two addends. auto operator()(ChannelRef1 ch1, ChannelRef2 ch2) const -> ChannelResult { return ChannelResult(ch1) + ChannelResult(ch2); } }; /// \ingroup ChannelNumericOperations /// \brief Arithmetic operation of subtraction of two channel values. /// \note This is a generic implementation; user should specialize it for better performance. template struct channel_minus_t { using ChannelRef1 = typename channel_traits::const_reference; using ChannelRef2 = typename channel_traits::const_reference; static_assert(std::is_convertible::value, "ChannelRef1 not convertible to ChannelResult"); static_assert(std::is_convertible::value, "ChannelRef2 not convertible to ChannelResult"); /// \param ch1 - minuend operand of the subtraction. /// \param ch2 - subtrahend operand of the subtraction. auto operator()(ChannelRef1 ch1, ChannelRef2 ch2) const -> ChannelResult { return ChannelResult(ch1) - ChannelResult(ch2); } }; /// \ingroup ChannelNumericOperations /// \brief Arithmetic operation of multiplication of two channel values. /// \note This is a generic implementation; user should specialize it for better performance. template struct channel_multiplies_t { using ChannelRef1 = typename channel_traits::const_reference; using ChannelRef2 = typename channel_traits::const_reference; static_assert(std::is_convertible::value, "ChannelRef1 not convertible to ChannelResult"); static_assert(std::is_convertible::value, "ChannelRef2 not convertible to ChannelResult"); /// \param ch1 - first of the two factors (multiplicand). /// \param ch2 - second of the two factors (multiplier). auto operator()(ChannelRef1 ch1, ChannelRef2 ch2) const -> ChannelResult { return ChannelResult(ch1) * ChannelResult(ch2); } }; /// \ingroup ChannelNumericOperations /// \brief Arithmetic operation of division of two channel values. /// \note This is a generic implementation; user should specialize it for better performance. template struct channel_divides_t { using ChannelRef1 = typename channel_traits::const_reference; using ChannelRef2 = typename channel_traits::const_reference; static_assert(std::is_convertible::value, "ChannelRef1 not convertible to ChannelResult"); static_assert(std::is_convertible::value, "ChannelRef2 not convertible to ChannelResult"); /// \param ch1 - dividend operand of the two division operation. /// \param ch2 - divisor operand of the two division operation. auto operator()(ChannelRef1 ch1, ChannelRef2 ch2) const -> ChannelResult { return ChannelResult(ch1) / ChannelResult(ch2); } }; /// \ingroup ChannelNumericOperations /// \brief Arithmetic operation of adding scalar to channel value. /// \note This is a generic implementation; user should specialize it for better performance. template struct channel_plus_scalar_t { using ChannelRef = typename channel_traits::const_reference; static_assert(std::is_convertible::value, "ChannelRef not convertible to ChannelResult"); static_assert(std::is_scalar::value, "Scalar not a scalar"); static_assert(std::is_convertible::value, "Scalar not convertible to ChannelResult"); auto operator()(ChannelRef channel, Scalar const& scalar) const -> ChannelResult { return ChannelResult(channel) + ChannelResult(scalar); } }; /// \ingroup ChannelNumericOperations /// \brief Arithmetic operation of subtracting scalar from channel value. /// \note This is a generic implementation; user should specialize it for better performance. template struct channel_minus_scalar_t { using ChannelRef = typename channel_traits::const_reference; static_assert(std::is_convertible::value, "ChannelRef not convertible to ChannelResult"); static_assert(std::is_scalar::value, "Scalar not a scalar"); static_assert(std::is_convertible::value, "Scalar not convertible to ChannelResult"); /// \param channel - minuend operand of the subtraction. /// \param scalar - subtrahend operand of the subtraction. auto operator()(ChannelRef channel, Scalar const& scalar) const -> ChannelResult { // TODO: Conversion after subtraction vs conversion of operands in channel_minus_t? return ChannelResult(channel - scalar); } }; /// \ingroup ChannelNumericOperations /// \brief Arithmetic operation of channel value by a scalar. /// \note This is a generic implementation; user should specialize it for better performance. template struct channel_multiplies_scalar_t { using ChannelRef = typename channel_traits::const_reference; static_assert(std::is_convertible::value, "ChannelRef not convertible to ChannelResult"); static_assert(std::is_scalar::value, "Scalar not a scalar"); static_assert(std::is_convertible::value, "Scalar not convertible to ChannelResult"); /// \param channel - first of the two factors (multiplicand). /// \param scalar - second of the two factors (multiplier). auto operator()(ChannelRef channel, Scalar const& scalar) const -> ChannelResult { return ChannelResult(channel) * ChannelResult(scalar); } }; /// \ingroup ChannelNumericOperations /// \brief Arithmetic operation of dividing channel value by scalar. /// \note This is a generic implementation; user should specialize it for better performance. template struct channel_divides_scalar_t { using ChannelRef = typename channel_traits::const_reference; static_assert(std::is_convertible::value, "ChannelRef not convertible to ChannelResult"); static_assert(std::is_scalar::value, "Scalar not a scalar"); static_assert(std::is_convertible::value, "Scalar not convertible to ChannelResult"); /// \param channel - dividend operand of the two division operation. /// \param scalar - divisor operand of the two division operation. auto operator()(ChannelRef channel, Scalar const& scalar) const -> ChannelResult { return ChannelResult(channel) / ChannelResult(scalar); } }; /// \ingroup ChannelNumericOperations /// \brief Arithmetic operation of dividing channel value by 2 /// \note This is a generic implementation; user should specialize it for better performance. template struct channel_halves_t { using ChannelRef = typename channel_traits::reference; auto operator()(ChannelRef channel) const -> ChannelRef { // TODO: Split into steps: extract with explicit conversion to double, divide and assign? //double const v = ch; //ch = static_cast(v / 2.0); channel /= 2.0; return channel; } }; /// \ingroup ChannelNumericOperations /// \brief Operation of setting channel value to zero /// \note This is a generic implementation; user should specialize it for better performance. template struct channel_zeros_t { using ChannelRef = typename channel_traits::reference; auto operator()(ChannelRef channel) const -> ChannelRef { channel = Channel(0); return channel; } }; /// \ingroup ChannelNumericOperations /// structure for assigning one channel to another /// \note This is a generic implementation; user should specialize it for better performance. template struct channel_assigns_t { using ChannelRef1 = typename channel_traits::const_reference; using ChannelRef2 = typename channel_traits::reference; static_assert(std::is_convertible::value, "ChannelRef1 not convertible to Channel2"); /// \param ch1 - assignor side (input) of the assignment operation /// \param ch2 - assignee side (output) of the assignment operation auto operator()(ChannelRef1 ch1, ChannelRef2 ch2) const -> ChannelRef2 { ch2 = Channel2(ch1); return ch2; } }; }} // namespace boost::gil #endif