lib/vips/bandformat.rb in vips-8.8.0.3 vs lib/vips/bandformat.rb in vips-8.8.2
- old
+ new
@@ -1,7 +1,6 @@
module Vips
-
# The format used for each band element. Each corresponds to a native C type
# for the current machine.
#
# * `:notset` invalid setting
# * `:uchar` unsigned char format
@@ -14,7 +13,6 @@
# * `:complex` complex (two floats) format
# * `:double` double float format
# * `:dpcomplex` double complex (two double) format
class BandFormat < Symbol
end
-
end