We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ac468 commit 887ab73Copy full SHA for 887ab73
modules/imaging/src/main/scala/package.scala
@@ -113,7 +113,7 @@ package object imaging:
113
114
/** A fundamental unit of length in imaging, the pixel */
115
object PixelDefinition:
116
- /** Define a unit of length in pixels by specifying number of nanometers per pixel. */
+ /** Define a unit of length in pixels by specifying a physical length per pixel. */
117
def tryToDefine(l: Length): Either[String, PixelDefinition] = for
118
baseFactor <- l.unit match {
119
case Nanometers => MetricSystem.Nano.asRight
0 commit comments