RSS/Atom feed Twitter
Site is read-only, email is disabled

GIMP for Android

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

7 of 7 messages available
Toggle history

Please log in to manage your subscriptions.

GIMP for Android Sergii Pylypenko 12 Nov 01:44
  GIMP for Android Alexandre Prokoudine 12 Nov 08:39
   GIMP for Android Michael Schumacher 12 Nov 09:25
  GIMP for Android Jehan Pagès 12 Nov 09:03
   GIMP for Android Sergii Pylypenko 12 Nov 10:04
    GIMP for Android Oon-Ee Ng 12 Nov 12:38
     GIMP for Android Sergii Pylypenko 12 Nov 12:49
Sergii Pylypenko
2013-11-12 01:44:58 UTC (over 10 years ago)

GIMP for Android

Hi.
I've updated my GIMP for Android app:

https://play.google.com/store/apps/details?id=org.gimp.inkscape

It's still the same kind-of-emulation, but has improved X server, with 24bpp color depth, multiple resolutions, magnifying glass for touch input, and mouse/stylus support, with stylus pressure fully supported, so it should be most usable on Galaxy Note 10.1.

Also, it's named 'GIMP' now, not 'Linux for Android', as my previous app was, I hope it will be easier for users to discover.

Inkscape is included as a bonus, because there's no much difference between 500MB and 650Mb install.

Sources: https://github.com/pelya/commandergenius/tree/sdl_android/project/jni/application/xserver-gimp

Alexandre Prokoudine
2013-11-12 08:39:17 UTC (over 10 years ago)

GIMP for Android

On Tue, Nov 12, 2013 at 5:44 AM, Sergii Pylypenko wrote:

Hi.
I've updated my GIMP for Android app:

https://play.google.com/store/apps/details?id=org.gimp.inkscape

It's still the same kind-of-emulation, but has improved X server, with 24bpp color depth, multiple resolutions, magnifying glass for touch input, and mouse/stylus support, with stylus pressure fully supported, so it should be most usable on Galaxy Note 10.1.

Also, it's named 'GIMP' now

Actually, it's "GIMP Inkscape" as per your link :)

Alexandre

Jehan Pagès
2013-11-12 09:03:13 UTC (over 10 years ago)

GIMP for Android

Hi,

On Tue, Nov 12, 2013 at 2:44 PM, Sergii Pylypenko wrote:

Hi.
I've updated my GIMP for Android app:

https://play.google.com/store/apps/details?id=org.gimp.inkscape

It's still the same kind-of-emulation, but has improved X server, with 24bpp color depth, multiple resolutions, magnifying glass for touch input, and mouse/stylus support, with stylus pressure fully supported, so it should be most usable on Galaxy Note 10.1.

That's nice. I did not know there were any project right now for GIMP on Android. Does it compile well out of the box or have you had to patch the source? I tried to check your source, but there is no GIMP source, just some scripts and xserver files, and I don't know much about this xserver thing (apparently a X11 implementation for Android).

If you have modified sources to compile for Android, and if that does not break our existing normal builds, I personally think this could make interesting upstream patches.

Jehan

Also, it's named 'GIMP' now, not 'Linux for Android', as my previous app was, I hope it will be easier for users to discover.

Inkscape is included as a bonus, because there's no much difference between 500MB and 650Mb install.

Sources: https://github.com/pelya/commandergenius/tree/sdl_android/project/jni/application/xserver-gimp _______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list

Michael Schumacher
2013-11-12 09:25:38 UTC (over 10 years ago)

GIMP for Android

Gesendet: Dienstag, 12. November 2013 um 09:39 Uhr

On Tue, Nov 12, 2013 at 5:44 AM, Sergii Pylypenko wrote:

Hi.
I've updated my GIMP for Android app:

https://play.google.com/store/apps/details?id=org.gimp.inkscape

It's still the same kind-of-emulation, but has improved X server, with 24bpp color depth, multiple resolutions, magnifying glass for touch input, and mouse/stylus support, with stylus pressure fully supported, so it should be most usable on Galaxy Note 10.1.

Also, it's named 'GIMP' now

Actually, it's "GIMP Inkscape" as per your link :)

Sergii, what kind of experience can users expect from this? I doubt that it meets either tablet nor desktop standards, but will be compared to both. Right now, you are probably getting expections very high, and I see a lot of potential disappointement on all sides.

Regards,
Michael
GPG: 96A8 B38A 728A 577D 724D 60E5 F855 53EC B36D 4CDD
Sergii Pylypenko
2013-11-12 10:04:23 UTC (over 10 years ago)

GIMP for Android

I did not patch GIMP at all, I used Debian Wheezy armeabihf package.

The magic is inside those scripts - there are several LD_PRELOAD-ed libraries, which emulate Linux OS calls missing on Android, it's an 'emulation' similar to Wine.
And XServer is an X11 implementation, it's the most important and most user-facing part of the package.

The one thing I would like to see in GIMP in future is ability to scale toolbox buttons with DPI. All text labels scale up nicely on small screen thanks to XServer, but buttons stay the same size in pixels, so you need to lower display resolution to make them bigger. On Nov 12, 2013 11:03 AM, "Jehan Pagès" wrote:

Hi,

On Tue, Nov 12, 2013 at 2:44 PM, Sergii Pylypenko wrote:

Hi.
I've updated my GIMP for Android app:

https://play.google.com/store/apps/details?id=org.gimp.inkscape

It's still the same kind-of-emulation, but has improved X server, with 24bpp color depth, multiple resolutions, magnifying glass for touch

input,

and mouse/stylus support, with stylus pressure fully supported, so it should be most usable on Galaxy Note 10.1.

That's nice. I did not know there were any project right now for GIMP on Android. Does it compile well out of the box or have you had to patch the source? I tried to check your source, but there is no GIMP source, just some scripts and xserver files, and I don't know much about this xserver thing (apparently a X11 implementation for Android).

If you have modified sources to compile for Android, and if that does not break our existing normal builds, I personally think this could make interesting upstream patches.

Jehan

Also, it's named 'GIMP' now, not 'Linux for Android', as my previous app was, I hope it will be easier for users to discover.

Inkscape is included as a bonus, because there's no much difference

between

500MB and 650Mb install.

Sources:

https://github.com/pelya/commandergenius/tree/sdl_android/project/jni/application/xserver-gimp

_______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list

Oon-Ee Ng
2013-11-12 12:38:24 UTC (over 10 years ago)

GIMP for Android

Thanks for this =) as a non-note owner, is this even semi usable with touchscreen input?
On 12 Nov 2013 18:53, "Sergii Pylypenko" wrote:

I did not patch GIMP at all, I used Debian Wheezy armeabihf package.

The magic is inside those scripts - there are several LD_PRELOAD-ed libraries, which emulate Linux OS calls missing on Android, it's an 'emulation' similar to Wine.
And XServer is an X11 implementation, it's the most important and most user-facing part of the package.

The one thing I would like to see in GIMP in future is ability to scale toolbox buttons with DPI. All text labels scale up nicely on small screen thanks to XServer, but buttons stay the same size in pixels, so you need to lower display resolution to make them bigger. On Nov 12, 2013 11:03 AM, "Jehan Pags" wrote:

Hi,

On Tue, Nov 12, 2013 at 2:44 PM, Sergii Pylypenko wrote:

Hi.
I've updated my GIMP for Android app:

https://play.google.com/store/apps/details?id=org.gimp.inkscape

It's still the same kind-of-emulation, but has improved X server, with 24bpp color depth, multiple resolutions, magnifying glass for touch

input,

and mouse/stylus support, with stylus pressure fully supported, so it should be most usable on Galaxy Note 10.1.

That's nice. I did not know there were any project right now for GIMP on Android. Does it compile well out of the box or have you had to patch the source? I tried to check your source, but there is no GIMP source, just some scripts and xserver files, and I don't know much about this xserver thing (apparently a X11 implementation for Android).

If you have modified sources to compile for Android, and if that does not break our existing normal builds, I personally think this could make interesting upstream patches.

Jehan

Also, it's named 'GIMP' now, not 'Linux for Android', as my previous

app

was, I hope it will be easier for users to discover.

Inkscape is included as a bonus, because there's no much difference

between

500MB and 650Mb install.

Sources:

https://github.com/pelya/commandergenius/tree/sdl_android/project/jni/application/xserver-gimp

_______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership:

https://mail.gnome.org/mailman/listinfo/gimp-user-list

_______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list

Sergii Pylypenko
2013-11-12 12:49:35 UTC (over 10 years ago)

GIMP for Android

I've tried it on Nexus 7, and it's usable with built-in magnifying glass - I can click any small button, but you will probably not enjoy it. On 10 inch tablet it should be better, but I don't have such tablet. On Nov 12, 2013 2:38 PM, "Oon-Ee Ng" wrote:

Thanks for this =) as a non-note owner, is this even semi usable with touchscreen input?
On 12 Nov 2013 18:53, "Sergii Pylypenko" wrote:

I did not patch GIMP at all, I used Debian Wheezy armeabihf package.

The magic is inside those scripts - there are several LD_PRELOAD-ed libraries, which emulate Linux OS calls missing on Android, it's an 'emulation' similar to Wine.
And XServer is an X11 implementation, it's the most important and most user-facing part of the package.

The one thing I would like to see in GIMP in future is ability to scale toolbox buttons with DPI. All text labels scale up nicely on small screen thanks to XServer, but buttons stay the same size in pixels, so you need to
lower display resolution to make them bigger. On Nov 12, 2013 11:03 AM, "Jehan Pagès" wrote:

Hi,

On Tue, Nov 12, 2013 at 2:44 PM, Sergii Pylypenko wrote:

Hi.
I've updated my GIMP for Android app:

https://play.google.com/store/apps/details?id=org.gimp.inkscape

It's still the same kind-of-emulation, but has improved X server, with 24bpp color depth, multiple resolutions, magnifying glass for touch

input,

and mouse/stylus support, with stylus pressure fully supported, so it should be most usable on Galaxy Note 10.1.

That's nice. I did not know there were any project right now for GIMP on Android. Does it compile well out of the box or have you had to patch the source? I tried to check your source, but there is no GIMP source, just some scripts and xserver files, and I don't know much about this xserver thing (apparently a X11 implementation for Android).

If you have modified sources to compile for Android, and if that does not break our existing normal builds, I personally think this could make interesting upstream patches.

Jehan

Also, it's named 'GIMP' now, not 'Linux for Android', as my previous

app

was, I hope it will be easier for users to discover.

Inkscape is included as a bonus, because there's no much difference

between

500MB and 650Mb install.

Sources:

https://github.com/pelya/commandergenius/tree/sdl_android/project/jni/application/xserver-gimp

_______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership:

https://mail.gnome.org/mailman/listinfo/gimp-user-list

_______________________________________________ gimp-user-list mailing list
List address: gimp-user-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list