Noah Hall
85f0741594
fix broken links in documentation ( #319 )
2020-02-20 22:25:29 -05:00
Adam Johnson
2e1b574486
README - use Python 3 print function
...
It's 2017!!!
2017-07-24 13:41:54 +01:00
Venelin Stoykov
755bd34c3e
In Python 3 files should be opened as binary
2017-05-31 11:07:37 +03:00
mikob
c24455ef36
Update README.st change model->instance for clarity in defining specs outside of models.
2017-05-10 18:03:28 +09:00
mikob
934a5283ad
Improved docs to include example on how to use plain ImageSpec (defined outside of model, not ImageSpecField) with AdminThumbnail.
2017-04-10 17:46:29 +09:00
Sobolev Nikita
c354bb365a
updated readme.rst with a svg badge
2016-11-05 20:47:32 +03:00
Cesar de la Vega
561b5d7ab7
Fixes imports in README example for ProcessedImageField
2015-05-10 23:59:26 +01:00
Nabil
945a5623ef
Fixed minor spelling error in README.rst
2014-09-21 18:50:44 -04:00
Matthew Dapena-Tretter
6aa99adf1c
Add note about open()
...
Hopefully this prevents people from going through acrobatics to get a File when
they've already got one!
2014-03-19 11:27:03 -04:00
Matthew Dapena-Tretter
9be8507ebd
Always call variable "source_file"
...
This emphasizes that it's a file object and not a PIL image and also connects it
to the earlier example which creates that variable.
2014-03-19 11:26:10 -04:00
Matthew Dapena-Tretter
ffd3ba384e
Link to Instakit.
...
Related: fish2000/instakit#2
2014-01-21 10:22:10 -05:00
Matthew Dapena-Tretter
68cfcce3f1
Correct reference to generateimage tag
...
Closes GH-261
2013-12-14 10:50:58 -05:00
Bryan Veloso
05ec0c1b33
Removing the changelog. Changelogs are hard.
2013-07-17 11:45:42 -07:00
Matthew Tretter
d3882c34b2
Update installation directions; closes #223
2013-06-04 21:37:06 -04:00
Bryan Veloso
02cd1bf7ff
I, for one, welcome our new @matthewwithanm overlords.
2013-06-03 12:50:20 -07:00
Matthew Tretter
af73a93953
Add import to example
...
Closes #224
2013-06-03 10:31:57 -03:00
Saul Shanabrook
2304381b3d
Changed contributing guidelines link to branch develop
2013-05-01 00:05:10 -03:00
Matthew Tretter
6b75822eb3
Show build status of develop branch
2013-04-30 22:52:23 -04:00
Bryan Veloso
bc0c17010e
Bryan, we use reST. >_<; Refs #206 .
2013-04-25 11:33:29 -07:00
Bryan Veloso
a3498c5aa1
Add a build status image to the README. Fixes #206 .
2013-04-25 11:29:27 -07:00
Eric Brelsford
90c4529d26
processors in PILKit: documentation
2013-04-10 14:19:25 -04:00
Matthew Tretter
d0ba353be3
Typo fix!
2013-02-07 16:11:02 -05:00
Matthew Tretter
088b84627b
Add section about management commands
2013-02-05 21:19:35 -05:00
Matthew Tretter
1f86e33d64
Doc fixes
2013-02-05 21:12:39 -05:00
Matthew Tretter
55a2a5fc9d
Typo fix
2013-02-04 19:57:00 -05:00
Matthew Tretter
301adc2087
Let's call em cachefiles
...
Changed my mind about 04aa72c1f9 . It's
just a better description, even if different strategies can change the
behavior so it isn't really very cache-like.
2013-02-04 19:52:38 -05:00
Matthew Tretter
c9205e588e
More docs
2013-02-01 23:27:36 -05:00
Matthew Tretter
58e1c7f7e0
Some docs
2013-02-01 01:37:49 -05:00
Matthew Tretter
d253fe281a
Rename image_field argument; closes #158
2012-12-01 16:46:10 -05:00
Matthew Tretter
7532e5040b
Add contributing guidelines
2012-11-06 00:40:14 -05:00
Matthew Tretter
8d3fcafcd9
Swap argument order for specs.register
...
This will allow us to put the id in the inner Meta class.
2012-10-24 22:14:45 -04:00
Matthew Tretter
fa54b9b6ef
Document file-generation aspect of specs
2012-10-21 17:55:18 -04:00
Matthew Tretter
a265fd79e1
Correct example image URLs
...
Generated files are stored in the media folder, not static
2012-10-17 11:00:59 -04:00
Matthew Tretter
5fe5a73cb1
Update docs
...
This will be great when 3.0 is ready, but it'll
also serve as a nice guide for us as we develop.
2012-10-14 22:29:59 -04:00
Matthew Tretter
e136957fc0
Fix docs typo; closes #147
2012-08-28 10:25:12 -04:00
Matthew Tretter
f3008f68b8
Add Google Group to README
2012-07-23 10:22:23 -03:00
Bryan Veloso
70ab4a0cc0
Whoops! Messed that up.
2012-07-19 15:31:08 -07:00
Bryan Veloso
c24746ea1a
Code blocks.
2012-07-19 15:29:53 -07:00
Timothée Peignier
f2f6766b86
add irc channel to docs and README
2012-05-29 22:05:37 +02:00
Bryan Veloso
ea5277e7fc
Changelog link.
2012-04-24 22:52:06 -07:00
Bryan Veloso
209afac9e3
Merge branch 'develop' into release/2.0
...
* develop:
IKContentFile accepts format hint
Additional mimetype utils
Don't get extension of empty filename
Tell people to import fields from the models module
Refactored AutoConvert into prepare_image
Docstring for save_image
Kill PIL's chattiness; fixes #91
PIL bug workaround
Use StringIO instead of temp file
Extract reusable save_image function
Rename SpecFile and move it to utils
Extract suggest_extension util from generator
Woah, globals
Add SpecFile.__unicode__
2012-04-24 13:59:28 -07:00
Matthew Tretter
af7c12cb68
Tell people to import fields from the models module
2012-04-20 21:43:59 -04:00
Matthew Tretter
479270e498
Introduction to image cache backends
2012-03-24 19:03:24 -04:00
Matthew Tretter
2431aa2d2e
Contributing note
2012-02-18 00:48:08 -05:00
Matthew Tretter
e67934852d
Rename processors and clean up packages
2012-02-18 00:20:44 -05:00
Matthew Tretter
60c78e7424
Clarifying documentation
2012-02-17 16:08:58 -05:00
Matthew Tretter
2838fa47cd
Created "fields" module
...
This should give us a little more structure as IK grows.
2012-02-12 14:53:49 -05:00
Matthew Tretter
0b02a7158e
Add link to readthedocs
...
I think people don't know we have more documentation than the
README that github is showing.
2012-02-11 16:00:11 -05:00
Matthew Tretter
2467dfe912
Rename resize.Crop to resize.Fill
2012-02-11 13:36:30 -05:00
Matthew Tretter
c3ef5172c3
Rename ImageSpec to ImageSpecField
...
The ImageSpec class remains for now, but using it throws
deprecation warnings.
2012-02-11 13:06:48 -05:00