10000 depend on pom-imglib2-4.2-SNAPSHOT including · imglib/imglib2-ui@c147b7c · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit c147b7c

Browse files
committed
depend on pom-imglib2-4.2-SNAPSHOT including
imglib2-realtransform-2.0.0-beta28-SNAPSHOT
1 parent ec18de4 commit c147b7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.imglib2</groupId>
77
<artifactId>pom-imglib2</artifactId>
8-
<version>3.2</version>
8+
<version>4.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>imglib2-ui</artifactId>

src/main/java/net/imglib2/ui/MultiResolutionRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,6 @@ protected static < T, A extends AffineGet & Concatenable< AffineGet > > RandomAc
198198
sourceToScreen.concatenate( viewerTransform );
199199
sourceToScreen.concatenate( source.getSourceTransform() );
200200

201-
return RealViews.constantAffine( img, sourceToScreen );
201+
return RealViews.affine( img, sourceToScreen );
202202
}
203203
}

src/main/java/net/imglib2/ui/SimpleRenderer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,6 @@ protected static < T, A extends AffineGet & Concatenable< AffineGet > > RandomAc
157157
transformType.set( sourceToScreen, viewerTransform );
158158
sourceToScreen.concatenate( source.getSourceTransform() );
159159

160-
return RealViews.constantAffine( img, sourceToScreen );
160+
return RealViews.affine( img, sourceToScreen );
161161
}
162162
}

0 commit comments

Comments
 (0)
0