Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/opsdroid/image_size

Get image width and height given a file path using minimal dependencies (no need for PIL, libjpeg, libpng, etc)
https://github.com/opsdroid/image_size

Merge pull request #5 from Cadair/master

correct setup.py to account for dir

e998fee8f245d4ad3cf7499e909b2445910939fa authored over 5 years ago
correct setup.py to account for dir

b9ea17c2262520d4f6301e978d20459cec16a485 authored over 5 years ago
Merge pull request #4 from jacobtomlinson/versioneer

Add versioneer

f02385fd16ff66354e93651d44603f2017135ad1 authored over 5 years ago
Fix future import location

a9d0b8075c6a7d005a77a39341679a7a47a4fb61 authored over 5 years ago
Add versioneer

2c4f4fcbdedc1b38b996bcc01c41a467a38c8113 authored over 5 years ago
Merge pull request #3 from Cadair/master

only read history if it exists

7262638f0c7aedd4db344a36eef34df5e9059914 authored over 5 years ago
only read history if it exists

efc6a21c2a82e9499cce2b0cfe4794197e7cf544 authored over 5 years ago
Merge pull request #2 from jacobtomlinson/travis

Add Travis and PyPI config

c249b1b0d84fb0c8c4659ab3175c39d74b6a6406 authored almost 6 years ago
Test import successful

13840d60d47a6d2d336391347900f993c744c292 authored almost 6 years ago
Add travis and pypi config

f0f8aaeb47697318f50b1da016ffc870d1fc55d2 authored almost 6 years ago
Add pycache

4a90d1f881aea79a9f420f3dedb02e5045241b59 authored almost 6 years ago
Merge pull request #1 from jacobtomlinson/readme

Add notice to README

87d9366ecdfc2d86623afbbab148bc00eb7d5fed authored almost 6 years ago
Add notice

50e9bda1e56eaffa263076948c7b1f9d9099cdf6 authored almost 6 years ago
Merge pull request #10 from crucifyml/master

add functions to get size from memory buffer

fb25377f42fc6c90c280462a87a41cf20cc2ac0e authored about 6 years ago
add functions to get size from memory buffer

1aad2e8591ebb0ad00030d8c6b5540cfe6c4cc2a authored over 6 years ago
Update README.rst

5bf2d5fbd30f61fe58ca8af3b9feeeea4c9aeb47 authored over 8 years ago
Fix the fix for #8

A pious developer would amend the last commit.

c20ba8637e9f0e8579ba100b67d288b6a58b1df7 authored almost 9 years ago
Fix #8

Fix incorrect size detection on Py3k.

2ff38fba1482ec629e5c2a1fdbc55ed069b97d60 authored almost 9 years ago
Fix #7

Add the "bytes" prefix to the arguments of the `.startswith` method in order to fix `TypeError: ...

8295f3e713331efc1c60ef0239badbb0145c35b4 authored almost 9 years ago
Merge pull request #6 from westurner/patch-1

BLD,ENH,REF,DOC: Image namedtuple, get_image_metadata, PEP8, RST, setup.py, get-image-size CLI e...

324affef57d831f3614104adff17957343af9318 authored over 9 years ago
DOC,REF: README.rst: get_image_size.UnknownImageFormat

13e426f29aca900b2c84c1f08080f6391b0cf0e0 authored over 9 years ago
BLD,DOC: setup.py: license=MIT

237cbc857766b0a87f5096a56e3dc824a05faa3f authored over 9 years ago
DOC: README.rst: RST, {Python,Bash} Usage examples, import get_image_size

97b5467bafbd02c7bfa1c7345582df473544c8a9 authored over 9 years ago
CLN: get_image_size.py: PEP8

9f2ab25ca057cad548abb74b0ce140ae236dc95f authored over 9 years ago
BUG: get_image_size.py: print "ERRORS\n=====" to stderr

1fcb780612f5dc87073e610aa0767c0f0b3cd54b authored over 9 years ago
BUG: get_image_size.py: default to sys.argv[1:] for :main() entry_point

16e5ca95b11ad0e4f94f8bac03cec65257c61122 authored over 9 years ago
TST: get_image_size.py: track errors, test OSError and UnknownImageFormat, args >= 1

a3d4ebe60298ff83ec488497d6d7030ea46d1ac1 authored over 9 years ago
DOC: get_image_size.py: RST field-lists

http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#field-lists

5e5fd68479cfbfcc675c1893743cb7746a4f6cef authored over 9 years ago
CLN: get_image_size.py: autopep8 --in-place --verbose --aggressive --aggressive

d1fa7fc47c548661150956c07aadecb9dfb9d422 authored over 9 years ago
BLD,BUG,CLN: setup.py: import codecs, PEP8

7b820f6e5f6d761c7f5e705333395e587be5df28 authored over 9 years ago
BLD: setup.py: read_long_description(*), get-image-size entry_point

692e61ff6ec1461f8083f5a9a654292f080a08f4 authored over 9 years ago
TST,REF,ENH: optparse, Image.to_str_<fmt>, 2 unittest unit tests

cd44553e554cdfc0a8f8bcdf5b07c2080532c5ad authored over 9 years ago
BLD,DOC: setup.py, README.rst, HISTORY.rst: RST syntax, concat in setup.py

42b6f8356a2203eb233c89704327a86557565c53 authored over 9 years ago
REF: README.md -> README.rst

90d0e8c08e14aac027cf0660b18b39bae4554ea6 authored over 9 years ago
ENH,REF: get_image_size.py: get_image_size calls get_image_metadata which returns a .Image()

8e2772cc0efa6f7600ebbfdc611f6bd9bde920dc authored over 9 years ago
CLN: get_image_size.py: strip trailing spaces

69a1cb86fcb484d4d9a6d491e97c12b1c82a4496 authored over 9 years ago
BUG: get_image_size: sys.exit(main())

189de6c2396ac66e367262ad536dd03b3ff494a4 authored over 9 years ago
ENH: get_image_size.py: get_image_size:main console_script entrypoint

ecc274fab746dc4c6cd2afaafc455c3c1b62c706 authored over 9 years ago
BLD: setup.py: initial minimal setup.py

19162cc5c0de0d3b77b4b82b981689f9ddf5f1b4 authored over 9 years ago
Merge pull request #5 from Mallard2/master

TIF support

84ab87cb5de28a1981926f3af4ba6297ca7f0ab8 authored over 9 years ago
Update README.md

a4db617063676bdd3af8c00a9c761d0add3d4550 authored over 9 years ago
Full support for TIFF files

It now properly searches for ImageWidth and ImageLength tags, looks up the TIFF field data type ...

2f7a4e0a6aaecf27f148256c8a8c9cc032500ad6 authored over 9 years ago
Added basic support for std. bilevel TIFF files

Supports TIFF files with either intel or motorola byte order. Currently only works on TIFF files...

5e6fa4a0866dcd0ba70f7ed1f97bf5a307fc8162 authored over 9 years ago
Update README.md

968b6c5aa2b16ac7b6619279a782593117e41e08 authored over 9 years ago
Update README.md

1e57cb1578471a62591c64e01e40dd54b9398db4 authored over 9 years ago
Update README.md

a6e4f8947043f2da618cc0caa035f19e8e69295b authored over 9 years ago
Update README.md

0d0a79d3fe76f5200ed4526d73ef1a5d41128fb5 authored over 9 years ago
Update README.md

4adba5532bc7ec54681f2bebd3fe4e3565ffe290 authored over 9 years ago
Merge pull request #4 from Mallard2/master

BMP support

a49066a242908677ceb4e909f6c193cff49b85da authored over 9 years ago
Full support for BMPs

Now every kind of DIB header should work, including BITMAPCOREHEADER and OS22XBITMAPHEADER; test...

a0ce1d477181f88019d8d70b234fa12e30a9f83a authored over 9 years ago
Added BMP to file type list in readme

d609a935f332a498928b2e450c3718959077e8ff authored over 9 years ago
Added basic support for BMP file types

Gets width and height from bitmap header. There are currently 7 common bitmap header types (DIB ...

357dc56537b033152815ae40ee89823f29f07a1c authored over 9 years ago
Merge pull request #2 from Nolanlemahn/master

Update get_image_size.py

583879236fdf30785c77b163a5a76ffdba81fd5c authored about 10 years ago
Update get_image_size.py

rb argument

85d0ed9f7432ced2933177a1e765e8c4b3b9c65e authored about 10 years ago
Merge pull request #1 from mseimys/master

documentation update and utf-8 friendly for py2.7

eaeb5463b783fc0f644631ca40a1ad70b90dd906 authored almost 11 years ago
documentation update and utf-8 friendly for py2.7

86a1593e79233d8e8e0603df8566eff788c42e28 authored almost 11 years ago
Add support for .ico files

Based on https://gist.github.com/EJEHardenberg/8240859 by Ethan Joachim Eldridge

c93793f0c597a29ed8494df5d8254ab04ee6235d authored about 11 years ago
Update README.md

df4fbd1a9af80ed2257cc125d61febe5d81fd114 authored over 11 years ago
fix typo

266fac2de6d9428f3981cec68beb363e778a724b authored over 11 years ago
Update README.md

da2d84deb0381e43e1371f10701a82990d9ef270 authored over 11 years ago
Update README.md

071de8e148fc032fe4fea817929b0ab930e264d5 authored over 11 years ago
joke

963b268c88a7cbe50a3aca901250598b46d98ea1 authored over 11 years ago
Update README.md

472801b25f4d20c1c1dc5ded5a478cfa9645e8a8 authored over 11 years ago
Initial commit

cbf68847ffd00b24bc93533b9764c4a052bd2fe3 authored over 11 years ago
Initial commit

b0ea35bfbba16e712ef7bc18bc87f0b3f5842014 authored over 11 years ago