Sha256: f66deead6cf77898a34748bb2bd1e40acc04e456fc6a16a9d622fbd227203996

Contents?: true

Size: 257 Bytes

Versions: 9

Compression:

Stored size: 257 Bytes

Contents

module Bioshogi
  module Formatter
    module Animation
      class AnimationWebpBuilder < AnimationGifBuilder
        def ext_name
          "webp"
        end

        def ffmpeg_option_fine_tune_for_each_file_type
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bioshogi-0.0.15 lib/bioshogi/formatter/animation/animation_webp_builder.rb
bioshogi-0.0.14 lib/bioshogi/formatter/animation/animation_webp_builder.rb
bioshogi-0.0.10 lib/bioshogi/formatter/animation/animation_webp_builder.rb
bioshogi-0.0.9 lib/bioshogi/formatter/animation/animation_webp_builder.rb
bioshogi-0.0.8 lib/bioshogi/formatter/animation/animation_webp_builder.rb
bioshogi-0.0.7 lib/bioshogi/formatter/animation/animation_webp_builder.rb
bioshogi-0.0.5 lib/bioshogi/formatter/animation/animation_webp_builder.rb
bioshogi-0.0.4 lib/bioshogi/formatter/animation/animation_webp_builder.rb
bioshogi-0.0.3 lib/bioshogi/formatter/animation/animation_webp_builder.rb