All public logs

From KitwarePublic
Jump to navigationJump to search

Combined display of all available logs of KitwarePublic. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:10, 28 April 2021 Cquammen talk contribs deleted page VTK/Examples/Cxx/IO/JPEGWriter (content was: "==JPEGWriter.cxx== <source lang="cpp" highlight="3,7,25-29"> #include <vtkSmartPointer.h> #include <vtkImageCanvasSource2D.h> #include <vtkJPEGWriter.h> int main(int vtkNotUsed(argc), char* vtkNotUsed(argv)[]) { std::string outputFilename = "output.jpg"; // Create a 100x100 image to save into the jpeg file int extent[6] = { 0, 99, 0, 99, 0, 0 }; vtkSmartPointer<vtkImageCanvasSource2D> imageSource = vtkSmartPointer<vtkImageCanvasSource2D>::New(); imageSource->Set...")