gpt4 book ai didi

c++ - 使用 stb_image 加载图像

转载 作者:太空狗 更新时间:2023-10-29 23:35:11 31 4
gpt4 key购买 nike

<分区>

我想使用 stb_image 加载图像。我从 https://github.com/nothings/stb 下载了 stb_image.h .当我运行代码时:

string file="image.png";
int width,height,components;

unsigned char *imageData = stbi_load(file.c_str(),
&width, &height, &components, STBI_rgb_alpha);

我收到以下错误:

Main.cpp:(.text+0xa14): undefined reference to `stbi_load'
Main.cpp:(.text+0xb74): undefined reference to `stbi_image_free'

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com