Lin Jiaxin 2327571ba5 fix for gcc 10
error after updating to gcc 10.3.1:
src/zimg/colorspace/matrix3.cpp:45:7: error: 'size_t' was not declared in this scope; did you mean 'std::size_t'?
    45 |  for (size_t i = 0; i < 3; ++i) {
       |       ^~~~~~
       |       std::size_t
 In file included from /usr/include/c++/10.3.1/utility:68,
                  from /usr/include/c++/10.3.1/array:38,
                  from src/zimg/colorspace/matrix3.h:6,
                  from src/zimg/colorspace/matrix3.cpp:1:

refer to: https://bugs.gentoo.org/721676
2021-08-02 16:51:58 +08:00
2021-08-02 16:51:58 +08:00
2021-05-08 09:53:32 +08:00
2021-05-08 09:53:32 +08:00
2021-05-08 10:06:49 +08:00
2021-08-02 16:51:58 +08:00

zimg

Description

Scaling, color space conversion, and dithering library

Software Architecture

Software architecture description

Installation

  1. xxxx
  2. xxxx
  3. xxxx

Instructions

  1. xxxx
  2. xxxx
  3. xxxx

Contribution

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request

Gitee Feature

  1. You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md
  2. Gitee blog blog.gitee.com
  3. Explore open source project https://gitee.com/explore
  4. The most valuable open source project GVP
  5. The manual of Gitee https://gitee.com/help
  6. The most popular members https://gitee.com/gitee-stars/
Description
No description provided
Readme 287 KiB
Languages
Diff 100%