Skip to content

Commit

Permalink
Backport PR spyder-ide#2216: Make all our png's compatible with libpn…
Browse files Browse the repository at this point in the history
…g 1.6.2+
  • Loading branch information
ccordoba12 committed Jun 15, 2015
1 parent d4e991a commit ec5d1f1
Show file tree
Hide file tree
Showing 295 changed files with 21 additions and 0 deletions.
Binary file modified doc/images/arrayeditor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/console.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/dicteditor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/editor1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/editor2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/editor3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/explorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/explorer_menu1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/explorer_menu2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/findinfiles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/git_install_dialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/historylog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/inspector_plain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/inspector_rich.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/inspector_source.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/internalconsole.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/ipythonconsole.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/ipythonconsolemenu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/ipythonkernelconnect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/lightmode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/listeditor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/onlinehelp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/projectexplorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/projectexplorer2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/pylint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/images/texteditor.png
Binary file modified doc/images/variableexplorer-imshow.png
Binary file modified doc/images/variableexplorer-plot.png
Binary file modified doc/images/variableexplorer1.png
Binary file modified doc/images/variableexplorer2.png
Binary file modified doc/spyder_bbg.png
Binary file modified img_src/outline.png
Binary file modified img_src/py.png
Binary file modified img_src/screenshot1.png
Binary file modified img_src/screenshot_s.png
Binary file modified img_src/spyder.png
Binary file modified img_src/spyder3.png
21 changes: 21 additions & 0 deletions png-convert-and-optimize.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#!/bin/bash
#
# Small script to use ImageMagick on all png files to make sure the png
# format is correct, and to avoid lipng warnings like:
# libpng warning: iCCP: known incorrect sRGB profile
# For more information, see PR 2216:
# https://github.com/spyder-ide/spyder/pull/2216
# and this soluation is based on:
# http://stackoverflow.com/questions/22745076/libpng-warning-iccp-known-incorrect-srgb-profile
# http://tex.stackexchange.com/questions/125612/warning-pdflatex-libpng-warning-iccp-known-incorrect-srgb-profile
#
# make sure to run this from the top level spyder repo dir in order to catch
# all the png files
echo "Searching recursively for all png files in:" `pwd`
# fix all png files in the current directory (and sub-dirs) using ImageMagick:
find . -type f -name "*.png" -exec convert {} -strip {} \;

# optimize all images, can hold a 20-30% size reduction on avarage, no loss of
# image quality
find . -type f -name "*.png" -exec optipng -o7 {} \;

Binary file modified spyderlib/images/actions/1downarrow.png
Binary file modified spyderlib/images/actions/1uparrow.png
Binary file modified spyderlib/images/actions/2downarrow.png
Binary file modified spyderlib/images/actions/2uparrow.png
Binary file modified spyderlib/images/actions/arrow-continue.png
Binary file modified spyderlib/images/actions/arrow-step-in.png
Binary file modified spyderlib/images/actions/arrow-step-out.png
Binary file modified spyderlib/images/actions/arrow-step-over.png
Binary file modified spyderlib/images/actions/auto_reload.png
Binary file modified spyderlib/images/actions/browse_tab.png
Binary file modified spyderlib/images/actions/check.png
Binary file modified spyderlib/images/actions/cmdprompt.png
Binary file modified spyderlib/images/actions/collapse.png
Binary file modified spyderlib/images/actions/collapse_selection.png
Binary file modified spyderlib/images/actions/configure.png
Binary file modified spyderlib/images/actions/copywop.png
Binary file modified spyderlib/images/actions/delete.png
Binary file modified spyderlib/images/actions/edit.png
Binary file modified spyderlib/images/actions/edit24.png
Binary file modified spyderlib/images/actions/edit_add.png
Binary file modified spyderlib/images/actions/edit_remove.png
Binary file modified spyderlib/images/actions/editcopy.png
Binary file modified spyderlib/images/actions/editcut.png
Binary file modified spyderlib/images/actions/editdelete.png
Binary file modified spyderlib/images/actions/editpaste.png
Binary file modified spyderlib/images/actions/eraser.png
Binary file modified spyderlib/images/actions/exit.png
Binary file modified spyderlib/images/actions/expand.png
Binary file modified spyderlib/images/actions/expand_selection.png
Binary file modified spyderlib/images/actions/filter.png
Binary file modified spyderlib/images/actions/find.png
Binary file modified spyderlib/images/actions/findf.png
Binary file modified spyderlib/images/actions/findnext.png
Binary file modified spyderlib/images/actions/findprevious.png
Binary file modified spyderlib/images/actions/folder_new.png
Binary file modified spyderlib/images/actions/hide.png
Binary file modified spyderlib/images/actions/hist.png
Binary file modified spyderlib/images/actions/home.png
Binary file modified spyderlib/images/actions/imshow.png
Binary file modified spyderlib/images/actions/insert.png
Binary file modified spyderlib/images/actions/lock.png
Binary file modified spyderlib/images/actions/lock_open.png
Binary file modified spyderlib/images/actions/magnifier.png
Binary file modified spyderlib/images/actions/maximize.png
Binary file modified spyderlib/images/actions/next.png
Binary file modified spyderlib/images/actions/options_less.png
Binary file modified spyderlib/images/actions/options_more.png
Binary file modified spyderlib/images/actions/plot.png
Binary file modified spyderlib/images/actions/previous.png
Binary file modified spyderlib/images/actions/redo.png
Binary file modified spyderlib/images/actions/reload.png
Binary file modified spyderlib/images/actions/rename.png
Binary file modified spyderlib/images/actions/replace.png
Binary file modified spyderlib/images/actions/restore.png
Binary file modified spyderlib/images/actions/show.png
Binary file modified spyderlib/images/actions/special_paste.png
Binary file modified spyderlib/images/actions/stop.png
Binary file modified spyderlib/images/actions/stop_debug.png
Binary file modified spyderlib/images/actions/synchronize.png
Binary file modified spyderlib/images/actions/tooloptions.png
Binary file modified spyderlib/images/actions/undo.png
Binary file modified spyderlib/images/actions/unmaximize.png
Binary file modified spyderlib/images/actions/up.png
Binary file modified spyderlib/images/actions/window_fullscreen.png
Binary file modified spyderlib/images/actions/window_nofullscreen.png
Binary file modified spyderlib/images/actions/zoom_in.png
Binary file modified spyderlib/images/actions/zoom_out.png
Binary file modified spyderlib/images/advanced.png
Binary file modified spyderlib/images/arredit.png
Binary file modified spyderlib/images/arrow.png
Binary file modified spyderlib/images/bold.png
Binary file modified spyderlib/images/browser.png
Binary file modified spyderlib/images/console/clear.png
Binary file modified spyderlib/images/console/cmdprompt_t.png
Binary file modified spyderlib/images/console/console.png
Binary file modified spyderlib/images/console/environ.png
Binary file modified spyderlib/images/console/history.png
Binary file modified spyderlib/images/console/history24.png
Binary file modified spyderlib/images/console/ipython_console.png
Binary file modified spyderlib/images/console/ipython_console_t.png
Binary file modified spyderlib/images/console/kill.png
Binary file modified spyderlib/images/console/loading_sprites.png
Binary file modified spyderlib/images/console/prompt.png
Binary file modified spyderlib/images/console/python.png
Binary file modified spyderlib/images/console/python_t.png
Binary file modified spyderlib/images/console/restart.png
Binary file modified spyderlib/images/console/run_small.png
Binary file modified spyderlib/images/console/syspath.png
Binary file modified spyderlib/images/console/terminated.png
Binary file modified spyderlib/images/dictedit.png
Binary file modified spyderlib/images/editor/blockcomment.png
Binary file modified spyderlib/images/editor/breakpoint_big.png
Binary file modified spyderlib/images/editor/breakpoint_cond_big.png
Binary file modified spyderlib/images/editor/breakpoint_cond_small.png
Binary file modified spyderlib/images/editor/breakpoint_small.png
Binary file modified spyderlib/images/editor/bug.png
Binary file modified spyderlib/images/editor/cell.png
Binary file modified spyderlib/images/editor/class.png
Binary file modified spyderlib/images/editor/close_panel.png
Binary file modified spyderlib/images/editor/comment.png
Binary file modified spyderlib/images/editor/convention.png
Binary file modified spyderlib/images/editor/debug.png
Binary file modified spyderlib/images/editor/error.png
Binary file modified spyderlib/images/editor/file.png
Binary file modified spyderlib/images/editor/filelist.png
Binary file modified spyderlib/images/editor/fromcursor.png
Binary file modified spyderlib/images/editor/function.png
Binary file modified spyderlib/images/editor/gotoline.png
Binary file modified spyderlib/images/editor/highlight.png
Binary file modified spyderlib/images/editor/horsplit.png
Binary file modified spyderlib/images/editor/indent.png
Binary file modified spyderlib/images/editor/last_edit_location.png
Binary file modified spyderlib/images/editor/method.png
Binary file modified spyderlib/images/editor/newwindow.png
Binary file modified spyderlib/images/editor/next_cursor.png
Binary file modified spyderlib/images/editor/next_wng.png
Binary file modified spyderlib/images/editor/outline_explorer.png
Binary file modified spyderlib/images/editor/outline_explorer_vis.png
Binary file modified spyderlib/images/editor/prev_cursor.png
Binary file modified spyderlib/images/editor/prev_wng.png
Binary file modified spyderlib/images/editor/private1.png
Binary file modified spyderlib/images/editor/private2.png
Binary file modified spyderlib/images/editor/refactor.png
Binary file modified spyderlib/images/editor/run.png
Binary file modified spyderlib/images/editor/run_again.png
Binary file modified spyderlib/images/editor/run_cell.png
Binary file modified spyderlib/images/editor/run_cell_advance.png
Binary file modified spyderlib/images/editor/run_selection.png
Binary file modified spyderlib/images/editor/run_settings.png
Binary file modified spyderlib/images/editor/select.png
Binary file modified spyderlib/images/editor/selectall.png
Binary file modified spyderlib/images/editor/todo.png
Binary file modified spyderlib/images/editor/todo_list.png
Binary file modified spyderlib/images/editor/uncomment.png
Binary file modified spyderlib/images/editor/unindent.png
Binary file modified spyderlib/images/editor/versplit.png
Binary file modified spyderlib/images/editor/warning.png
Binary file modified spyderlib/images/editor/wng_list.png
Binary file modified spyderlib/images/file/fileclose.png
Binary file modified spyderlib/images/file/filecloseall.png
Binary file modified spyderlib/images/file/fileimport.png
Binary file modified spyderlib/images/file/filenew.png
Binary file modified spyderlib/images/file/fileopen.png
Binary file modified spyderlib/images/file/filesave.png
Binary file modified spyderlib/images/file/print.png
Binary file modified spyderlib/images/file/save_all.png
Binary file modified spyderlib/images/filetypes/bat.png
Binary file modified spyderlib/images/filetypes/bmp.png
Binary file modified spyderlib/images/filetypes/c.png
Binary file modified spyderlib/images/filetypes/cc.png
Binary file modified spyderlib/images/filetypes/cfg.png
Binary file modified spyderlib/images/filetypes/chm.png
Binary file modified spyderlib/images/filetypes/cl.png
Binary file modified spyderlib/images/filetypes/cmd.png
Binary file modified spyderlib/images/filetypes/cpp.png
Binary file modified spyderlib/images/filetypes/css.png
Binary file modified spyderlib/images/filetypes/cxx.png
Binary file modified spyderlib/images/filetypes/diff.png
Binary file modified spyderlib/images/filetypes/doc.png
Binary file modified spyderlib/images/filetypes/enaml.png
Binary file modified spyderlib/images/filetypes/exe.png
Binary file modified spyderlib/images/filetypes/f.png
Binary file modified spyderlib/images/filetypes/f77.png
Binary file modified spyderlib/images/filetypes/f90.png
Binary file modified spyderlib/images/filetypes/gif.png
Binary file modified spyderlib/images/filetypes/h.png
Binary file modified spyderlib/images/filetypes/hh.png
Binary file modified spyderlib/images/filetypes/hpp.png
Binary file modified spyderlib/images/filetypes/htm.png
Binary file modified spyderlib/images/filetypes/html.png
Binary file modified spyderlib/images/filetypes/hxx.png
Binary file modified spyderlib/images/filetypes/inf.png
Binary file modified spyderlib/images/filetypes/ini.png
Binary file modified spyderlib/images/filetypes/jl.png
Binary file modified spyderlib/images/filetypes/jpeg.png
Binary file modified spyderlib/images/filetypes/jpg.png
Binary file modified spyderlib/images/filetypes/js.png
Binary file modified spyderlib/images/filetypes/log.png
Binary file modified spyderlib/images/filetypes/nsh.png
Binary file modified spyderlib/images/filetypes/nsi.png
Binary file modified spyderlib/images/filetypes/nt.png
Binary file modified spyderlib/images/filetypes/patch.png
Binary file modified spyderlib/images/filetypes/pdf.png
Binary file modified spyderlib/images/filetypes/png.png
Binary file modified spyderlib/images/filetypes/po.png
Binary file modified spyderlib/images/filetypes/pot.png
Binary file modified spyderlib/images/filetypes/pps.png
Binary file modified spyderlib/images/filetypes/properties.png
Binary file modified spyderlib/images/filetypes/ps.png
Binary file modified spyderlib/images/filetypes/pxd.png
Binary file modified spyderlib/images/filetypes/pxi.png
Binary file modified spyderlib/images/filetypes/py.png
Binary file modified spyderlib/images/filetypes/pyc.png
Binary file modified spyderlib/images/filetypes/pyw.png
Binary file modified spyderlib/images/filetypes/pyx.png
Binary file modified spyderlib/images/filetypes/rar.png
Binary file modified spyderlib/images/filetypes/readme.png
Binary file modified spyderlib/images/filetypes/reg.png
Binary file modified spyderlib/images/filetypes/rej.png
Binary file modified spyderlib/images/filetypes/session.png
Binary file modified spyderlib/images/filetypes/tar.png
Binary file modified spyderlib/images/filetypes/tex.png
Binary file modified spyderlib/images/filetypes/tgz.png
Binary file modified spyderlib/images/filetypes/tif.png
Binary file modified spyderlib/images/filetypes/tiff.png
Binary file modified spyderlib/images/filetypes/ts.png
Binary file modified spyderlib/images/filetypes/txt.png
Binary file modified spyderlib/images/filetypes/ui.png
Binary file modified spyderlib/images/filetypes/xls.png
Binary file modified spyderlib/images/filetypes/xml.png
Binary file modified spyderlib/images/filetypes/zip.png
Binary file modified spyderlib/images/font.png
Binary file modified spyderlib/images/genprefs.png
Binary file modified spyderlib/images/inspector.png
Binary file modified spyderlib/images/italic.png
Binary file modified spyderlib/images/matplotlib.png
Binary file modified spyderlib/images/none.png
Binary file modified spyderlib/images/not_found.png
Binary file modified spyderlib/images/projects/add_to_path.png
Binary file modified spyderlib/images/projects/folder.png
Binary file modified spyderlib/images/projects/package.png
Binary file modified spyderlib/images/projects/pp_folder.png
Binary file modified spyderlib/images/projects/pp_package.png
Binary file modified spyderlib/images/projects/pp_project.png
Binary file modified spyderlib/images/projects/project.png
Binary file modified spyderlib/images/projects/project_closed.png
Binary file modified spyderlib/images/projects/pydev.png
Binary file modified spyderlib/images/projects/pythonpath.png
Binary file modified spyderlib/images/projects/remove_from_path.png
Binary file modified spyderlib/images/projects/show_all.png
Binary file modified spyderlib/images/pythonpath_mgr.png
Binary file modified spyderlib/images/pythonxy.png
Binary file modified spyderlib/images/qt.png
Binary file modified spyderlib/images/qtassistant.png
Binary file modified spyderlib/images/qtdesigner.png
Binary file modified spyderlib/images/qtlinguist.png
Binary file modified spyderlib/images/scipy.png
Binary file modified spyderlib/images/set_workdir.png
Binary file modified spyderlib/images/splash.png
Binary file modified spyderlib/images/upper_lower.png
Binary file modified spyderlib/images/vcs_browse.png
Binary file modified spyderlib/images/vcs_commit.png
Binary file modified spyderlib/images/vitables.png
Binary file modified spyderlib/images/whole_words.png
Binary file modified spyderlib/images/win_env.png
Binary file modified spyderlib/utils/inspector/js/mathjax/images/CloseX-31.png
Binary file modified spyderlib/utils/inspector/js/mathjax/images/MenuArrow-15.png
Binary file modified spyderlib/utils/inspector/static/images/collapse_expand.png
Binary file modified spyderlib/utils/inspector/static/images/debug-continue.png
Binary file modified spyderlib/utils/inspector/static/images/debug-step-in.png
Binary file modified spyderlib/utils/inspector/static/images/debug-step-out.png
Binary file modified spyderlib/utils/inspector/static/images/debug-step-over.png
Binary file modified spyderplugins/images/profiler.png
Binary file modified spyderplugins/images/pylint.png

0 comments on commit ec5d1f1

Please sign in to comment.