Skip to content
#

siggraph

Here are 29 public repositories matching this topic...

Oxigen-a
Oxigen-a commented Aug 6, 2019

in src/api/java/openiss/utils/OpenISSImageDriver.java
lines 137-144 there is logical error
looks like the line 139 should be: int height = image_1.getHeight();
please validate and fix if needed.

below is the original code:

        // check height and width
        int width = image_1.getWidth();
        int height = image_2.getHeight();

        // check equal s

Improve this page

Add a description, image, and links to the siggraph topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the siggraph topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.