ama-team/php-projection-framework

View on GitHub
src/API/Type/ReaderOptionsInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace AmaTeam\Image\Projection\API\Type;

interface ReaderOptionsInterface
{
    /**
     * @return string
     */
    public function getInterpolationMode();
}