Nyx0uf
41082059f6
Update README.md
2023-03-03 07:58:30 +01:00
Nyx0uf
0bdab60a87
Merge pull request #52 from RayBB/patch-1
...
update brew cask commands
2021-04-11 08:58:56 +00:00
Raymond Berger
c146246bba
update brew cask commands
2021-04-10 18:56:41 -10:00
Nyx0uf
ae8d124dcf
Merge pull request #48 from vladimyr/update-readme
...
Update readme
2020-04-04 08:43:55 +02:00
Dario Vladovic
2c21c6d1ef
Update readme
...
Update homebrew cask install instructions.
2020-04-03 17:57:33 +02:00
Nyx0uf
abd3c96853
Merge pull request #39 from dreampiggy/bugfix_webp_macos_10.14
...
Fix the WebP decoding failure on macOS 10.14 because of wrong bitmapInfo to generate CGImage
2019-03-18 08:05:27 +01:00
DreamPiggy
ac30d6d2e0
Fix the WebP decoding failure on macOS 10.14 because of wrong bitmapInfo to generate CGImage
2019-03-17 17:54:02 +08:00
Benjamin Godard
f3a3c798d4
update travis script
2.6
2019-02-20 17:25:35 +01:00
Benjamin Godard
fe2d1c876d
update readme
2019-02-20 17:25:23 +01:00
Benjamin Godard
c4c982bfb4
unify versions
2019-02-20 17:24:17 +01:00
Benjamin Godard
a50fd268e3
version
2019-02-20 17:12:20 +01:00
Benjamin Godard
977c329484
Change license to MIT
2019-02-20 16:42:45 +01:00
Benjamin Godard
f27c810eae
Allow macOS 10.13+
2019-02-20 15:02:48 +01:00
Nyx0uf
7d7fc36678
Merge pull request #37 from MartinDelille/patch-1
...
Add brew cask install
2019-02-20 10:06:56 +01:00
Martin Delille
3f31fdc550
fixes:
...
- install => uninstall
- point to the latest release
- remove `/Library/Application Support/qlimagesize` deletion
2019-02-20 10:02:22 +01:00
Martin Delille
898fde8578
add brew cask install
2019-02-20 08:27:28 +01:00
Benjamin Godard
8b94236d67
update libwebp to 1.0.2
1.6.1
2019-02-19 16:59:56 +01:00
Nyx0uf
8ced480d6e
Update README.md
2019-02-19 16:17:55 +01:00
Nyx0uf
ca71c19c63
Update README.md
2019-02-19 16:17:11 +01:00
Nyx0uf
33348be319
Update .travis.yml
2019-02-19 16:07:22 +01:00
Nyx0uf
bb769655f9
Merge pull request #36 from MartinDelille/add-ci
...
Push release to github
2019-02-19 16:06:38 +01:00
Martin Delille
f3efd66fc9
move file to root
2019-02-19 15:40:43 +01:00
Martin Delille
08d8cf01b0
pwd/ls
2019-02-19 15:33:30 +01:00
Martin Delille
f88fa71ee8
move to build/Release folder
2019-02-19 15:28:39 +01:00
Martin Delille
2bb69102df
skip_cleanup
2019-02-19 15:15:44 +01:00
Martin Delille
a305aca2b3
use token with public_repo access
2019-02-19 14:41:49 +01:00
Martin Delille
59aab66b83
fix provider: release => releases
2019-02-19 14:37:58 +01:00
Martin Delille
cd23ed2867
fix targs => tags
2019-02-19 14:35:16 +01:00
Martin Delille
a2ccc3d210
remove ls
2019-02-19 14:31:19 +01:00
Martin Delille
3fe3c87e16
add deployement
2019-02-19 14:24:15 +01:00
Martin Delille
5bc0e1fd9a
add travis script
2019-02-19 14:08:38 +01:00
Nyx0uf
189800407c
Merge pull request #35 from LucasLarson/patch-1
...
Try to match macOS’s behavior
2019-02-04 09:35:35 +01:00
Lucas Larson
395158b803
Try to match macOS’s behavior
...
1. Suffix the dimensions with “px”
2. Use a times sign instead of a lowercase x for dimensions
Before: 640x480
After: 640×480px
2019-02-02 13:42:46 -05:00
Nyx0uf
ce4152e3b3
Update README.md
2019-01-09 16:52:39 +01:00
Nyx0uf
1b17558863
update libwebp to 1.0.1
2018-12-19 19:45:24 +01:00
Nyx0uf
2128d4ee72
update libbpg to 0.9.8
2018-12-19 19:39:54 +01:00
Nyx0uf
16bf701b09
dpi
2018-12-19 19:17:54 +01:00
Nyx0uf
52b0867121
Update README.md
1.6.0
2018-12-07 10:52:26 +01:00
Nyx0uf
fa78919935
Update README.md
2018-12-06 19:50:57 +01:00
Nyx0uf
24a81d9fc6
Merge pull request #27 from kentliau/master
...
Make Pixelmator's QuickLook work again
2017-07-20 09:59:57 +02:00
Kent Liau
1255321397
Make Pixelmator's QuickLook work again
...
Workaround for making webp and Pixelmator's file format work.
2017-07-20 13:25:50 +08:00
Benj
bc8fcb54ac
change utis
2017-03-21 13:11:34 +01:00
Benj
4414fad2fd
version
2017-03-21 13:08:50 +01:00
Nyx0uf
2e25aea29f
Merge pull request #21 from saagarjha/master
...
Modernize code and add support for comments in PPM/PBM files
2017-03-21 13:01:37 +01:00
Saagar Jha
16bbccf245
Add support for comments in PPM/PBM files
...
The PBM standard allows for comments in PPM/PBM files: http://netpbm.sourceforge.net/doc/pbm.html ; this commit adds support for these instead of just buffer overrunning.
2017-03-20 21:30:21 -07:00
Saagar Jha
ddafb2ae75
Update project files
2017-03-20 21:25:11 -07:00
Saagar Jha
43dfdc7aa7
Add decent Objective-C gitignore
2017-03-20 21:13:21 -07:00
Benj
e997d15937
Update uninstallation paths
...
Fixes #20
2017-03-13 10:32:24 +01:00
Benj
729cd471b7
version number
2017-02-21 10:11:27 +01:00
Benj
5082c4f0d4
correctly handle very large WebP files
...
This uses the incremental WebP decoder to circumvent the hard limit of
120MB for a QL plugin.
Fixes #18
2017-02-21 10:11:15 +01:00