Skip to content
Snippets Groups Projects
Commit 44477658 authored by Stephan Saalfeld's avatar Stephan Saalfeld
Browse files

Update to imglib2-realtransform-2.0.0-beta28

RealViews.constantAffine became obsolete and got removed.
parent 9d91c4d4
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
<dependency> <dependency>
<groupId>net.imglib2</groupId> <groupId>net.imglib2</groupId>
<artifactId>imglib2-realtransform</artifactId> <artifactId>imglib2-realtransform</artifactId>
<version>2.0.0-beta-28-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.imglib2</groupId> <groupId>net.imglib2</groupId>
......
...@@ -703,7 +703,7 @@ public class MultiResolutionRenderer ...@@ -703,7 +703,7 @@ public class MultiResolutionRenderer
sourceToScreen.concatenate( sourceTransform ); sourceToScreen.concatenate( sourceTransform );
sourceToScreen.preConcatenate( screenScaleTransform ); sourceToScreen.preConcatenate( screenScaleTransform );
return RealViews.constantAffine( img, sourceToScreen ); return RealViews.affine( img, sourceToScreen );
} }
private static < T > void prefetch( private static < T > void prefetch(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment