mirror of
https://github.com/wezm/wezm.net.git
synced 2024-12-19 02:39:54 +00:00
Remove trailing whitespace
This commit is contained in:
parent
15ef4f0b92
commit
4bdbdf122b
2 changed files with 8 additions and 8 deletions
|
@ -22,20 +22,20 @@ save the result.
|
||||||
|
|
||||||
This worked great, however when I stopped hosting my site on my Mac I thought I
|
This worked great, however when I stopped hosting my site on my Mac I thought I
|
||||||
would need to run the process periodically on my Linux server, which ruled out
|
would need to run the process periodically on my Linux server, which ruled out
|
||||||
Core Image. I took this as another opportunity to learn something new and
|
Core Image. I took this as another opportunity to learn something new and
|
||||||
rewrote it in Lua using imlib2 bindings. I had to make some additions to the
|
rewrote it in Lua using imlib2 bindings. I had to make some additions to the
|
||||||
imlib bindings, which are [published on GitHub][luaimlib].
|
imlib bindings, which are [published on GitHub][luaimlib].
|
||||||
|
|
||||||
[luaimlib]:
|
[luaimlib]:
|
||||||
|
|
||||||
I used the Lua version for some
|
I used the Lua version for some
|
||||||
time but never bothered to set it up on the server since I wasn't uploading
|
time but never bothered to set it up on the server since I wasn't uploading
|
||||||
photos all that frequently and it was simple enough to run locally and rsync
|
photos all that frequently and it was simple enough to run locally and rsync
|
||||||
the result. I've recently switched back to the Mac version as it was simpler to
|
the result. I've recently switched back to the Mac version as it was simpler to
|
||||||
get up and running on my new laptop.
|
get up and running on my new laptop.
|
||||||
|
|
||||||
The [code is on GitHub][code] if anyone wants to do something similar. The
|
The [code is on GitHub][code] if anyone wants to do something similar. The
|
||||||
Cocoa version is on the master branch, the Lua version is on the
|
Cocoa version is on the master branch, the Lua version is on the
|
||||||
[lua branch].
|
[lua branch].
|
||||||
|
|
||||||
[code]: https://
|
[code]: https://
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
title: Monochrome Thumbnails
|
title: Monochrome Thumbnails
|
||||||
extra: Generating monochrome thumbnails with a color rollover from my Flickr feed
|
extra: Generating monochrome thumbnails with a color rollover from my Flickr feed
|
||||||
kind: article
|
kind: article
|
||||||
section: technical
|
section: technical
|
||||||
created_at: 2011-06-08 08:20:00
|
created_at: 2011-06-08 08:20:00
|
||||||
keywords:
|
keywords:
|
||||||
- typing
|
- typing
|
||||||
|
|
Loading…
Reference in a new issue