lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2015-07-25 3:38 GMT+02:00 Jorge <xxopxe@gmail.com>:
> On 23/07/15 20:24, Egor Skriptunoff wrote:
>>
>> Hi!
>>
>> Example:
>> lua <(wget -qO- http://i.imgur.com/91HtaFp.gif)
>> The magic is in the first line of the script :-)
>> It may be handy sometimes: short URLs with hotlinking.
>
>
> You could at least save the scripts as jpeg so they would take less space!

JPEG compresses only the image, not the metadata. Lua scripts
disguised as GIF have image size zero.