shirone / android-ui-utils

Automatically exported from code.google.com/p/android-ui-utils
0 stars 0 forks source link

Resize for ldpi, mdpi, hdpi #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am not a developer but I am quite bad with design.

I liked the resize of resources you have in the web but I would like to have 
some sort of console access to automatically resource everything.

Original issue reported on code.google.com by maca...@gmail.com on 22 Sep 2010 at 10:09

GoogleCodeExporter commented 8 years ago
My bad.
*I am a developer*

Original comment by maca...@gmail.com on 22 Sep 2010 at 10:24

GoogleCodeExporter commented 8 years ago
That would definitely be cool, to have a console-version of the asset 
generators, but it may be out of scope for this particular project (for now), 
since it relies very heavily on HTML <canvas> and JavaScript. For basic image 
manipulation, you can look into using something like ImageMagick 
(http://www.imagemagick.org/script/index.php) which has a command line 
interface.

Original comment by romannu...@google.com on 22 Sep 2010 at 11:01

GoogleCodeExporter commented 8 years ago
Ok, at least a way to do a group of images.
I've been testing it and I imagine myself drag and dropping every single 
resource of my project.

Original comment by maca...@gmail.com on 22 Sep 2010 at 11:18

GoogleCodeExporter commented 8 years ago
Absolutely. I'm planning on including support for JSZip 
(http://jszip.stuartk.co.uk/) so you can download all icons at once, with 
proper folder names and everything. Filing it as a separate issue now...

Original comment by romannu...@google.com on 22 Sep 2010 at 11:24

GoogleCodeExporter commented 8 years ago
See Issue 3 for .zip generation support.

Original comment by romannu...@google.com on 22 Sep 2010 at 11:26

GoogleCodeExporter commented 8 years ago
Cool!
Thanks.

Original comment by maca...@gmail.com on 22 Sep 2010 at 11:27

GoogleCodeExporter commented 8 years ago

Original comment by romannu...@google.com on 23 Sep 2010 at 5:09

GoogleCodeExporter commented 8 years ago
.ZIP file download support is now implemented and released as per Issue 3. 
Marking this as WontFix since a console version is out of scope given the 
reliance on <canvas> :-/

Original comment by romannu...@google.com on 11 Oct 2010 at 7:07