<feed xmlns='http://www.w3.org/2005/Atom'>
<title>scrott/app/class/image.php, branch v0.2</title>
<subtitle>The Secure Centralized Robust Online Ticketing Tool</subtitle>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/'/>
<entry>
<title>Fix bug in image support</title>
<updated>2018-11-01T01:23:27+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-11-01T01:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=2cf8d6be4191512567dc7498d3163627aacd1cf0'/>
<id>2cf8d6be4191512567dc7498d3163627aacd1cf0</id>
<content type='text'>
Adds 'image/x-ms-bmp' as an allowed mimetype for images, and is
equivalent to 'image/bmp'.  The image module is also updated to expect
this new type.

I found an image of mine that, when uploaded, PHP thought was
'image/bmp', so it was allowed.  However, when cropping, PHP though it
was 'image/x-ms-bmp' and failed to lookup a loading/writing function.

Signed-off-by: Malf Furious &lt;m@lfurio.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds 'image/x-ms-bmp' as an allowed mimetype for images, and is
equivalent to 'image/bmp'.  The image module is also updated to expect
this new type.

I found an image of mine that, when uploaded, PHP thought was
'image/bmp', so it was allowed.  However, when cropping, PHP though it
was 'image/x-ms-bmp' and failed to lookup a loading/writing function.

Signed-off-by: Malf Furious &lt;m@lfurio.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bmp image support</title>
<updated>2018-11-01T00:29:11+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-11-01T00:29:11+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=175020d9acd5742d3a3cea4aa8e427ecc046b14b'/>
<id>175020d9acd5742d3a3cea4aa8e427ecc046b14b</id>
<content type='text'>
Adds 'image/bmp' as an allowed mimetype for images.  The image module is
also updated to expect this new type.

Signed-off-by: Malf Furious &lt;m@lfurio.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds 'image/bmp' as an allowed mimetype for images.  The image module is
also updated to expect this new type.

Signed-off-by: Malf Furious &lt;m@lfurio.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add gif image support</title>
<updated>2018-11-01T00:20:10+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2018-11-01T00:20:10+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=288af5af9c504397916d7f680551672a5b91100f'/>
<id>288af5af9c504397916d7f680551672a5b91100f</id>
<content type='text'>
Adds 'image/gif' as an allowed mimetype for images.  The image module is
also updated to expect this new type.  For background images, animated
gifs will work properly.  For head images, the cropping process
truncates the image to only one frame; this is probably for the best.

Signed-off-by: Malf Furious &lt;m@lfurio.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds 'image/gif' as an allowed mimetype for images.  The image module is
also updated to expect this new type.  For background images, animated
gifs will work properly.  For head images, the cropping process
truncates the image to only one frame; this is probably for the best.

Signed-off-by: Malf Furious &lt;m@lfurio.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add image cropping logic</title>
<updated>2017-04-19T04:29:19+00:00</updated>
<author>
<name>Malf Furious</name>
<email>m@lfurio.us</email>
</author>
<published>2017-04-19T04:29:19+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/scrott/commit/?id=065c8bbb637954c47259e312ef87667e8d281497'/>
<id>065c8bbb637954c47259e312ef87667e8d281497</id>
<content type='text'>
User-supplied head images will need to be square in their dimensions, so
that bootstrap displays them correctly.  This function will crop image
files after they are uploaded to the server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
User-supplied head images will need to be square in their dimensions, so
that bootstrap displays them correctly.  This function will crop image
files after they are uploaded to the server.
</pre>
</div>
</content>
</entry>
</feed>
