All Projects → tinify → wordpress-plugin

tinify / wordpress-plugin

Licence: GPL-2.0 license
Speed up your WordPress website. Optimize your JPEG and PNG images automatically with TinyPNG.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to wordpress-plugin

Crunch
Crunch is a tool for lossy PNG image file optimization. It combines selective bit depth, color type, and color palette reduction with zopfli DEFLATE compression algorithm encoding using the pngquant and zopflipng PNG optimization tools. This approach leads to a significant file size gain relative to lossless approaches at the expense of a relatively modest decrease in image quality (see example images below).
Stars: ✭ 3,074 (+3841.03%)
Mutual labels:  png, compression, images
Essential Image Optimization
Essential Image Optimization - an eBook
Stars: ✭ 1,950 (+2400%)
Mutual labels:  png, compression, images
ee.Screen
Takes screenshots of web pages for the list of URLs. Various resolutions, multiple formats (JPG, PDF, PNG and TXT)
Stars: ✭ 19 (-75.64%)
Mutual labels:  jpg, png, bulk
Ccapture.js
A library to capture canvas-based animations at a fixed framerate
Stars: ✭ 2,836 (+3535.9%)
Mutual labels:  jpg, png
ok-file-formats
Decoders for PNG, JPEG, WAV, and a few other file formats
Stars: ✭ 72 (-7.69%)
Mutual labels:  jpg, png
imei
IMEI - ImageMagick Easy Install
Stars: ✭ 126 (+61.54%)
Mutual labels:  jpg, png
autosvg
Autosvg is tracing tool, which can convert image format like (jpg,png,gif) into vector
Stars: ✭ 35 (-55.13%)
Mutual labels:  jpg, png
QuickImageFX
Simplifying image manipulation using GDI, Graphics32, OpenCV or Vampyre Imaging libraries
Stars: ✭ 41 (-47.44%)
Mutual labels:  jpg, png
HEIF-converter
Converter for High Efficiency Image Format(HEIF)
Stars: ✭ 24 (-69.23%)
Mutual labels:  jpg, png
highcharts-export-clientside
Module for Highcharts to exports charts client-side
Stars: ✭ 49 (-37.18%)
Mutual labels:  jpg, png
Quickshot
Capture images of any View, SurfaceView or Bitmap from your Android app in: .jpg .png or .nomedia with simple oneliner codes.
Stars: ✭ 663 (+750%)
Mutual labels:  jpg, png
heic-convert
🤳 convert heic/heif images to jpeg and png
Stars: ✭ 104 (+33.33%)
Mutual labels:  jpg, png
image-optimizer
Image optimization using PHP
Stars: ✭ 28 (-64.1%)
Mutual labels:  jpg, png
Precomp Cpp
Precomp, C++ version - further compress already compressed files
Stars: ✭ 250 (+220.51%)
Mutual labels:  jpg, compression
tinypng-free
Use the upload api of tinypng's homeage to compress images
Stars: ✭ 29 (-62.82%)
Mutual labels:  jpg, png
TinyJPG
images jpg or jpeg compressed and watcher fsnotify
Stars: ✭ 73 (-6.41%)
Mutual labels:  jpg, compression
Imagemin
[Unmaintained] Minify images seamlessly
Stars: ✭ 4,948 (+6243.59%)
Mutual labels:  jpg, png
Image Optimizer
Image optimization / compression library. This library is able to optimize png, jpg and gif files in very easy and handy way. It uses optipng, pngquant, pngcrush, pngout, gifsicle, jpegoptim and jpegtran tools.
Stars: ✭ 785 (+906.41%)
Mutual labels:  jpg, png
saveddit
Bulk Downloader for Reddit
Stars: ✭ 130 (+66.67%)
Mutual labels:  jpg, png
Imageviewer
HDR, PFM, DDS, KTX, EXR, PNG, JPG, BMP image viewer and manipulator
Stars: ✭ 71 (-8.97%)
Mutual labels:  jpg, png

Build Status

TinyPNG - JPEG, PNG & WebP image compression for WordPress

Make your website faster by optimizing your JPEG, PNG, and WebP images.

This plugin automatically optimizes your images by integrating with the popular image compression services TinyJPG and TinyPNG. You can download the plugin from https://wordpress.org/plugins/tiny-compress-images/.

Learn more about TinyJPG and TinyPNG at https://tinypng.com/.

Contact us

Got questions or feedback? Let us know! Contact us at [email protected].

Information for plugin contributors

Prerequisites

Running the plugin in WordPress

  1. Run bin/run-wordpress <version>. E.g. bin/run-wordpress 45.
  2. Connect to Wordpress on port 80<version> (e.g. port 8045).

Running the unit tests

  1. Run bin/unit-tests <optional path to file>.

Running the integration tests

  1. Install Docker 1.12 and docker-compose.
  2. Run bin/integration-tests <version>. E.g. bin/integration-tests 45.

Check if the code follows WordPress standard

  1. Run bin/check-style to make sure there are no errors.

Test XML-RPC code

WordPress can either be used via the web interface or through the official WordPress apps for mobile devices. WordPress uses XML-RPC internally to communicate between the app and the WordPress admin. Make sure therefore that when developing functionality that is linked to functionality available in the mobile app that it also works over XML-RPC.

Translating the plugin

Language packs will be generated for the plugin once translations for a language are 100% filled in and approved.

See https://translate.wordpress.org/projects/wp-plugins/tiny-compress-images.

For development you may create .po and .mo files for a each language. The .mo files can be created with gettext. Install gettext and generate the .mo language file do the following:

  1. Install gettext for example run brew install gettext.
  2. Add a link msgfmt ln -s /usr/local/Cellar/gettext/0.19.7/bin/msgfmt ~/.bin.
  3. Generate the .mo files bin/format-language-files.

When finished modifying, you can upload the changes to the SVN trunk. Within roughly 15 minutes WordPress will be updated and allow to add missing translations before publishing the new plugin release.

License

Copyright (C) 2015-2018 Tinify B.V.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

View the complete license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].