Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-13 Thread Jake Petroules
On Nov 8, 2013, at 9:53 AM, Knoll Lars wrote: > +1 to moving the plugins to qtimageformats. That¹s what we have the module > for. > > And I don¹t think moving ICNS is an issue neither, as long as we have a > configure test in qtimageformats to detect whether we can compile the > plugin. > > Ch

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-08 Thread Albert Astals Cid
On Friday 08 November 2013 14:18:24 Rutledge Shawn wrote: > On 8 Nov 2013, at 9:59 AM, Mikkel Krautz wrote: > > That's how I'm imagining it working as well. No 3rdparty source tree > > needs to be bundled (it isn't bundled in qt-solutions either, at the > > moment) - but link against the JasPer li

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-08 Thread Mikkel Krautz
On Fri, Nov 8, 2013 at 3:21 PM, Albert Astals Cid wrote: > On Friday 08 November 2013 14:18:24 Rutledge Shawn wrote: >> >> Why should it use jasper instead of OpenJPEG? I'm not familiar with either >> one but wikipedia seems to say OpenJPEG implements more of the spec. > > And it's actually has a

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-08 Thread Knoll Lars
> >From: development-bounces+jan-arve.saether=digia@qt-project.org > [mailto:development-bounces+jan-arve.saether=digia@qt-project.org] >On Behalf Of >Jake Petroules >Sent: 5. november 2013 17:48 >To: Thiago Macieira >Cc: development@qt-project.org >Subject: Re: [Devel

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-08 Thread Rutledge Shawn
On 8 Nov 2013, at 9:59 AM, Mikkel Krautz wrote: > That's how I'm imagining it working as well. No 3rdparty source tree > needs to be bundled (it isn't bundled in qt-solutions either, at the > moment) - but link against the JasPer lib if it's present on the > system, or JASPER_CFLAGS and JASPER_LI

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-08 Thread Saether Jan-Arve
> From what I can see, though, the real blocker here is the JasPer dep. > I wholeheartedly agree that including JasPer as a dependency just for > an icon engine seems like a rather insane requirement. But if there Yes, and that's why I asked if it was relevant for OSX only, since then I believe th

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-08 Thread Mikkel Krautz
On Fri, Nov 8, 2013 at 8:45 AM, Rutledge Shawn wrote: > > Still, I don't see a good reason to try to avoid making it available on the > other platforms. I agree. > As long as we ensure that when the library is missing, the ability to decode > the larger versions of the icons is missing (or the

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-07 Thread Rutledge Shawn
On 7 Nov 2013, at 11:11 PM, Mikkel Krautz wrote: > On Tue, Nov 5, 2013 at 9:57 AM, Saether Jan-Arve > wrote: >> >> Is there any big benefits in having ICNS support on other platforms than OSX? … > So my own use of the icon engine is restricted to OS X. As such, my > own use of the engine cou

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-07 Thread Mikkel Krautz
On Tue, Nov 5, 2013 at 9:57 AM, Saether Jan-Arve wrote: > > Is there any big benefits in having ICNS support on other platforms than OSX? > I can comment a bit about my own use of the plugin. The ICNS icon engine from the code review in my initial mail is used in Mumble (http://mumble.info/) on

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-07 Thread Иван Комиссаров
Yes, it is. 2013/11/7 Rutledge Shawn > > On 6 Nov 2013, at 6:56 PM, Иван Комиссаров wrote: > > > Sorry for an offtop:) > > I have a DDS image format plugin, does someone interested?:) > https://gitorious.org/andromeda/imageformats/source/c637e7d8c3719e0a5cf27a32f8ea425adc09f40c:src/plugins/imag

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-06 Thread Rutledge Shawn
On 6 Nov 2013, at 6:56 PM, Иван Комиссаров wrote: > Sorry for an offtop:) > I have a DDS image format plugin, does someone interested?:) > https://gitorious.org/andromeda/imageformats/source/c637e7d8c3719e0a5cf27a32f8ea425adc09f40c:src/plugins/imageformats/dds DirectDraw Surface? http://en.wik

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-06 Thread Jake Petroules
On Nov 6, 2013, at 5:27 AM, Saether Jan-Arve wrote: > Actually I support moving qtjp2k to qtimageformats. > > However, I'm still not convinced if there is a need for ICNS plugin outside > OSX (It's not common on Windows, I have no idea about Linux). > As for your cross platform icon editor, wh

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-06 Thread Иван Комиссаров
Sorry for an offtop:) I have a DDS image format plugin, does someone interested?:) https://gitorious.org/andromeda/imageformats/source/c637e7d8c3719e0a5cf27a32f8ea425adc09f40c:src/plugins/imageformats/dds Иван Комиссаров ___ Development mailing list De

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-06 Thread Saether Jan-Arve
a@qt-project.org [mailto:development-bounces+jan-arve.saether=digia@qt-project.org] On Behalf Of Jake Petroules Sent: 5. november 2013 17:48 To: Thiago Macieira Cc: development@qt-project.org Subject: Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats I do. Qt is by nature a cros

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-05 Thread Konstantin Ritt
Agreed with Jake. If ICNS files support doesn't require platform API calls, let's simply add it and give the user an options. That's quite the same as ICO files support: are they common/required on Linux? - No. Are they supported? - Yes, optionally. And since we're in Open Governance area, maybe K

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-05 Thread Konstantin Tokarev
05.11.2013, 21:19, "Konstantin Ritt" : > That's quite the same as ICO files support: are they common/required on > Linux? - No. Are they supported? - Yes, optionally. favicon.ico -- Regards, Konstantin ___ Development mailing list Development@qt-proj

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-05 Thread Rutledge Shawn
On 5 Nov 2013, at 5:47 PM, Jake Petroules wrote: > I do. Qt is by nature a cross platform framework, limiting support for ICNS > files only to OS X doesn't really make sense. > > What if you want to create a cross platform icon editor or some other app > that deals with image files? Or reuse y

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-05 Thread Jake Petroules
I do. Qt is by nature a cross platform framework, limiting support for ICNS files only to OS X doesn't really make sense. What if you want to create a cross platform icon editor or some other app that deals with image files? Or reuse your OS X icon(s) on Windows and other platforms, saving time

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-05 Thread Thiago Macieira
On terça-feira, 5 de novembro de 2013 08:57:12, Saether Jan-Arve wrote: > Is there any big benefits in having ICNS support on other platforms than > OSX? I don't think anyone wants ICNS outside OS X. But JPEG2000 might be useful. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Arc

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-05 Thread Rutledge Shawn
On 4 Nov 2013, at 10:51 PM, Mikkel Krautz wrote: > Hello, > > I'm process of attempting to integrate support for the ICNS (OS X icon > files) format into Qt as an icon engine. > (https://codereview.qt-project.org/#change,60290) > > An optional, but desirable part of the ICNS format is support f

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-05 Thread Saether Jan-Arve
to:development-bounces+jan-arve.saether=digia@qt-project.org] > On Behalf Of Mikkel Krautz > Sent: 4. november 2013 22:52 > To: development@qt-project.org > Subject: [Development] Moving JP2 imageformat from qt-solutions to > qtimageformats > Hello, > > I'm process

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-04 Thread Kurt Pattyn
Hi Mikkel, it would be great to have native support for JP2K. Kurt > On 04 Nov 2013, at 22:51, Mikkel Krautz wrote: > > Hello, > > I'm process of attempting to integrate support for the ICNS (OS X icon > files) format into Qt as an icon engine. > (https://codereview.qt-project.org/#change,602

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-04 Thread Jake Petroules
+1 from me! Qt 5's modularization should be put to good use. -- Jake Petroules Chief Technology Officer Petroules Corporation · www.petroules.com Email: jake.petrou...@petroules.com On Nov 4, 2013, at 4:51 PM, Mikkel Krautz wrote: > Hello, > > I'm process of attempting to integrate support for

[Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-04 Thread Mikkel Krautz
Hello, I'm process of attempting to integrate support for the ICNS (OS X icon files) format into Qt as an icon engine. (https://codereview.qt-project.org/#change,60290) An optional, but desirable part of the ICNS format is support for JP2/JPEG2000 images. It's desirable because all variants of th