Skip to content

Commit

Permalink
style(img): resize images
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnec committed Jul 6, 2022
1 parent fb74f4d commit a22aae9
Show file tree
Hide file tree
Showing 25 changed files with 469 additions and 12,790 deletions.
26 changes: 13 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Results
|vspace|

.. list-table::
:widths: 8 8 8 8
:widths: 4 4 4 4
:header-rows: 1
:stub-columns: 1

Expand Down Expand Up @@ -116,51 +116,51 @@ API Usage

.. |src_photo| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/scotland_house.png" width="200px" max-width:"100%">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/scotland_house.png" max-height="200px">

.. |ref_photo| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/scotland_plain.png" width="200px" max-width:"100%">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/scotland_plain.png" max-height="200px">

.. |res_photo| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/scotland_pitie.png" width="200px" max-width:"100%">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/scotland_pitie.png" max-height="200px">

.. |src_paint| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/parismusees/cezanne_paul_trois_baigneuses.png" width="200px" max-width:"100%">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/parismusees/cezanne_paul_trois_baigneuses.png" max-height="200px">

.. |ref_paint| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/parismusees/cezanne_paul_portrait_dambroise_vollard.png" width="200px" max-width:"100%">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/parismusees/cezanne_paul_portrait_dambroise_vollard.png" max-height="200px">

.. |res_paint| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/parismusees/cezanne_paul_trois_baigneuses_mvgd.png" width="200px" max-width:"100%">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/parismusees/cezanne_paul_trois_baigneuses_mvgd.png" max-height="200px">

.. |src_seq| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/wave.gif" width="200px" max-width:"100%">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/wave.gif" max-height="200px">

.. |ref_seq| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/sunrise.png" width="200px" max-width:"100%">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/sunrise.png" max-height="200px">

.. |res_seq| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/wave_mvgd.gif" width="200px" max-width:"100%">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/wave_mvgd.gif" max-height="200px">

.. |src_lfp| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/view_animation_7px.gif" width="200px" max-width:"100%">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/view_animation_7px.gif" max-height="200px">

.. |ref_lfp| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/bee_2.png" width="200px" max-width:"100%">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/bee_2.png" max-height="200px">

.. |res_lfp| raw:: html

<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/view_animation_7px_hm-mkl-hm.gif" width="200px" max-width:"100%">
<img src="https://raw.githubusercontent.com/hahnec/color-matcher/master/tests/data/view_animation_7px_hm-mkl-hm.gif" max-height="200px">

.. |vspace| raw:: latex

Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: d69c61c77e9336c13f9a1800c01ddd93
config: d36fbb954266748fbcc62c066fd5a60a
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 0 additions & 2 deletions docs/build/html/_sources/apidoc.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ API
.. automodule:: color_matcher
.. autoclass:: ColorMatcher
:members:
:private-members:
:special-members:
.. autoclass:: HistogramMatcher
:members:
.. autoclass:: TransferMVGD
Expand Down
7 changes: 0 additions & 7 deletions docs/build/html/_sources/modules.rst.txt

This file was deleted.

Loading

0 comments on commit a22aae9

Please sign in to comment.