[android-developers] Alternative 9-patch image creator - Patchworker

2011-10-09 Thread Will Shackleton
Hi

I recently made a desktop application which simplifies the process of
creating and exporting 9-patch images - Patchworker -
http://digitalsquid.co.uk/patchworker/
Once an image is loaded (including SVG images), the 9patch areas can
be manipulated with simple handles around the image. The application
then exports correctly sized images at multiple densities into the
corresponding folders in an application.

Patchworker can also be used to export SVGs at multiple densities
without 9patch areas.
The program can be downloaded at http://digitalsquid.co.uk/patchworker/
, and is available on Launchpad at https://launchpad.net/patchworker

Just thought I'd let you all know about this,
Will Shackleton
digitalsquid.co.uk

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Alternative 9-patch image creator - Patchworker

2011-10-09 Thread Romain Guy
Hi Will,

Thanks for sharing! This UI is indeed a little better but I noticed you seem
to support only 9-patches, not n-patches. Did I miss something?

On Sun, Oct 9, 2011 at 9:29 AM, Will Shackleton w.shackle...@gmail.comwrote:

 Hi

 I recently made a desktop application which simplifies the process of
 creating and exporting 9-patch images - Patchworker -
 http://digitalsquid.co.uk/patchworker/
 Once an image is loaded (including SVG images), the 9patch areas can
 be manipulated with simple handles around the image. The application
 then exports correctly sized images at multiple densities into the
 corresponding folders in an application.

 Patchworker can also be used to export SVGs at multiple densities
 without 9patch areas.
 The program can be downloaded at http://digitalsquid.co.uk/patchworker/
 , and is available on Launchpad at https://launchpad.net/patchworker

 Just thought I'd let you all know about this,
 Will Shackleton
 digitalsquid.co.uk

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Romain Guy
Android framework engineer
romain...@android.com

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Alternative 9-patch image creator - Patchworker

2011-10-09 Thread Mark Murphy
On Sun, Oct 9, 2011 at 12:36 PM, Romain Guy romain...@android.com wrote:
 Thanks for sharing! This UI is indeed a little better but I noticed you seem
 to support only 9-patches, not n-patches. Did I miss something?

Um, what's an n-patch?

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_ Version 2.0
Available!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Alternative 9-patch image creator - Patchworker

2011-10-09 Thread Romain Guy
9-patches on Android are actually n-patches. You can have more than one
stretching region. The draw9patch tool from the SDK will show you what
happens if you draw several stretch regions.

On Sun, Oct 9, 2011 at 9:49 AM, Mark Murphy mmur...@commonsware.com wrote:

 On Sun, Oct 9, 2011 at 12:36 PM, Romain Guy romain...@android.com wrote:
  Thanks for sharing! This UI is indeed a little better but I noticed you
 seem
  to support only 9-patches, not n-patches. Did I miss something?

 Um, what's an n-patch?

 --
 Mark Murphy (a Commons Guy)
 http://commonsware.com | http://github.com/commonsguy
 http://commonsware.com/blog | http://twitter.com/commonsguy

 _The Busy Coder's Guide to *Advanced* Android Development_ Version 2.0
 Available!

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Romain Guy
Android framework engineer
romain...@android.com

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en