-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean up methods on Page #6
Comments
ghost
assigned dellsystem
Jun 12, 2012
dellsystem
added a commit
that referenced
this issue
Jun 12, 2012
Because gamera has a tendency to segfault when encountering certain scale factors that it doesn't like. Also changed some of the image filename methods to return a JPEG and not a PNG. The current code is very messy and will definitely be cleaned up once issue #6 has been resolved.
dellsystem
added a commit
that referenced
this issue
Jun 13, 2012
Comes with some tests (and fixes a bug in another test - see comments on commit 0230ffe A THUMBNAIL_EXT variable in settings.py is now used for the thumbnail extension (currently jpg). Stuff left to do: * Fix the create_thumbnails method (rewrite it in accordance with these changes, etc) * Better comments * More tests!! Also, the rest of the code needs to be changed to account for the new methods (as necessary) * See if there's a way of lowering the number of distinct methods
dellsystem
added a commit
that referenced
this issue
Jun 13, 2012
Issue #6 continued. SORRY ALASTAIR
deepio
pushed a commit
that referenced
this issue
Jan 17, 2020
Add new hello world job supporting multiple ports
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a lot of them, and they are messy and don't all work properly.
The text was updated successfully, but these errors were encountered: