Skip to content

Commit

Permalink
plugins: removed TurboJpeg plugin
Browse files Browse the repository at this point in the history
* Since oiio-1.6+, the library uses libjpeg-turbo (if found) to write
jpeg.
* Since tuttle PR #559, all the jpeg parameters of the turbojpegwriter
plugin (subsampling included) exist in the oiiowriter. Sam remark for
the reader.
* For these reasons, the turbojpeg plugins (reader and writer) are not
needed anymore.
  • Loading branch information
Clement Champetier committed Jun 14, 2016
1 parent 1222dad commit 176f9b6
Show file tree
Hide file tree
Showing 27 changed files with 0 additions and 1,970 deletions.
69 changes: 0 additions & 69 deletions cmake/FindTurboJpeg.cmake

This file was deleted.

1 change: 0 additions & 1 deletion plugins/CMakeLists.txt
Expand Up @@ -23,7 +23,6 @@ add_subdirectory(image/io/MemoryBuffer)
add_subdirectory(image/io/OpenImageIO)
add_subdirectory(image/io/Png)
add_subdirectory(image/io/Raw)
add_subdirectory(image/io/TurboJpeg)
add_subdirectory(image/process/channel/ChannelShuffle)
add_subdirectory(image/process/channel/Component)
add_subdirectory(image/process/color/BasicKeyer)
Expand Down
7 changes: 0 additions & 7 deletions plugins/image/io/TurboJpeg/CMakeLists.txt

This file was deleted.

Binary file removed plugins/image/io/TurboJpeg/Resources/tuttle.png
Binary file not shown.

0 comments on commit 176f9b6

Please sign in to comment.