Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

modio::Image

Ahmed Castro edited this page Jul 17, 2019 · 3 revisions

Mod images submitted by modders.

class Image
{
public:
  std::string filename;
  std::string original;
  std::string thumb_320x180;
};
Name Type Description
filename std::string Image filename, with file extension included
original std::string URL to full-sized image
thumb_320x180 std::string URL to the image thumbnail

See also: API, ModioImage

Contents

Clone this wiki locally