This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 71397 - JPEG SUPPORT
Summary: JPEG SUPPORT
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Karol Harezlak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-14 09:59 UTC by dcmeagle
Modified: 2008-11-13 09:19 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dcmeagle 2006-01-14 09:59:46 UTC
One item that would bring a lot of users to netbeans, that I feel it's missing,
is JPEG support. Yes, it works with some devices that have native support, but
there are a few JPEGDecoders out there that could be greatly improved upon, or
rewritten to allow jpeg's to be shown on any device. There are devices out there
like ALL Palm PDA's (i.e. Treo 600/650) that have camera's that take pictures in
JPEG format, but are unaccessible. Superwaba has been able to do this and I'm
about to be forced to switch to SuperWaba due to this. I don't want to, help
impement this!
Comment 1 Martin Ryzl 2006-01-14 16:51:05 UTC
Do you mean IDE should support view/use in visual editor of jpg picture or code
templates/libraries should be available for use in the MIDP application? Please,
tell us more details.
Comment 2 Martin Ryzl 2006-01-17 11:04:50 UTC
Dominic Maricic wrote:

> Hi,
> 
> I think it would be great if a Library was added. Right now J2ME only
> guarantees png support, with some devices allowing jpeg support. There
> are a few attempts out there to create JPEGDecoders that allow jpeg
> support on all J2ME devices but they are very slow and don't take
> advantage of MIDP2 features. It would be awesome if the Netbeans team
> added a library like this that everyone could use. Right now devices
> like Palm with cameras store photos in jpeg format and we can't display
> them in our programs.
> 
> Dominic
Comment 3 Martin Ryzl 2006-01-17 11:08:29 UTC
Could you recommend a good jpeg library?
Plug-in based architecture of NetBeans makes it very easy to add additional
libraries so that they can be used in projects. It is more difficult from legal
point of view though since we are not allowed to distribute a 3rd-party library
without an approval from the owner. 
Comment 4 Lukas Hasik 2006-06-23 14:42:45 UTC
moving to mobility component
Comment 5 Petr Dvorak 2008-05-05 12:05:49 UTC
[Is this issue still valid in NB6.1?]
Comment 6 Lukas Hasik 2008-05-05 17:25:22 UTC
yes, this is about libraries that should be provide in NB or created by NB team