|
Change Parameter Type bytes : byte[] to bytes : ByteBuffer in method public apply(bytes ByteBuffer, width int, height int, area Rectangle) : void in class com.galenframework.rainbow4j.filters.ImageFilter |
From |
To |
|
Change Parameter Type bytes : byte[] to bytes : ByteBuffer in method public apply(bytes ByteBuffer, width int, height int, area Rectangle) : void in class com.galenframework.rainbow4j.filters.QuantinizeFilter |
From |
To |
|
Change Parameter Type bytes : byte[] to bytes : ByteBuffer in method public apply(bytes ByteBuffer, width int, height int, area Rectangle) : void in class com.galenframework.rainbow4j.filters.BlurFilter |
From |
To |
|
Change Parameter Type bytes : byte[] to bytes : ByteBuffer in method public apply(bytes ByteBuffer, width int, height int, area Rectangle) : void in class com.galenframework.rainbow4j.filters.MaskFilter |
From |
To |
|
Change Parameter Type bytes : byte[] to bytes : ByteBuffer in method public apply(bytes ByteBuffer, width int, height int, area Rectangle) : void in class com.galenframework.rainbow4j.filters.ContrastFilter |
From |
To |
|
Change Parameter Type bytes : byte[] to bytes : ByteBuffer in method public apply(bytes ByteBuffer, width int, height int, area Rectangle) : void in class com.galenframework.rainbow4j.filters.DenoiseFilter |
From |
To |
|
Change Parameter Type bytes : byte[] to bytes : ByteBuffer in method public apply(bytes ByteBuffer, width int, height int, area Rectangle) : void in class com.galenframework.rainbow4j.filters.SaturationFilter |
From |
To |
|
Change Variable Type maskBytes : byte[] to maskBytes : ByteBuffer in method public apply(bytes ByteBuffer, width int, height int, area Rectangle) : void in class com.galenframework.rainbow4j.filters.MaskFilter |
From |
To |
|
Change Variable Type copyBytes : byte[] to copyBytes : ByteBuffer in method public apply(bytes ByteBuffer, width int, height int, area Rectangle) : void in class com.galenframework.rainbow4j.filters.BlurFilter |
From |
To |
|
Change Variable Type bytes : byte[] to bytes : ByteBuffer in method private analyzeComparisonMap(mapHandler ImageHandler) : ImageCompareResult in class com.galenframework.rainbow4j.Rainbow4J |
From |
To |
|
Change Variable Type copyBytes : byte[] to copyBytes : ByteBuffer in method public apply(bytes ByteBuffer, width int, height int, area Rectangle) : void in class com.galenframework.rainbow4j.filters.DenoiseFilter |
From |
To |