Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. string format = "tga";
  2. string outName = "test." + format;
  3. string outPath = outName;
  4. yi->paramsSetString("type", "tga");
  5. imageHandler_t *ih = yi->createImageHandler("outFile", true);
  6. colorOutput_t *output = new imageOutput_t(ih, "test.tga", 0, 0); // the problem..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement