tradt / sikuli-api

Automatically exported from code.google.com/p/sikuli-api
0 stars 0 forks source link

ColorImageTarget misses a constructor with File #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In V1.0.2, ColorImageTarget is a specialized ImageTarget but currently you can 
only create one instance if you have a URL or a BufferedImage.
On the other side, ImageTarget has an additional constructor that can take a 
File as argument.

For API consistency and for usage convenience, ColorImageTarget should also 
have a 3rd constructor, with a File argument.

Original issue reported on code.google.com by jfpoilp...@gmail.com on 6 Dec 2012 at 11:57

GoogleCodeExporter commented 9 years ago

Original comment by doubles...@gmail.com on 7 Dec 2012 at 11:05

GoogleCodeExporter commented 9 years ago
A new constructor has been to ColorImageTarget as suggested. It will be 
available in the next release.

Original comment by doubles...@gmail.com on 7 Dec 2012 at 8:23