Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7541] MobileWeb: Remove dependency on PIL and replace with a Java utility

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-02-08T16:47:19.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sSprint 2012-03, Release 2.0.0, Release 1.8.2
ComponentsMobileWeb
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2012-02-03T11:28:59.000+0000
Updated2017-03-04T00:03:39.000+0000

Description

Mobile web's compile process currently depends on PIL. This means we need to distribute PIL, but PIL relies on a C compiler. This over complicates the compile process and distribution. The image resizing that PIL is used for needs to be replaced with a command line Java app with the following signature:
resize <source> <dest> <width> <height>
resize /path/to/source.jpg /path/to/dest.png 32 32
The app needs to be able to read in jpg, gif, and png files, and generate png files and perhaps jpg.

Comments

  1. Chris Barber 2012-02-08

    Pull request: https://github.com/appcelerator/titanium_mobile/pull/1379
  2. Lee Morris 2017-03-04

    Closing ticket as MobileWeb is no longer supported.

JSON Source