Archive for the ‘KIYUT’ Category

Citra FX Photo Filter 2.0 Released

Saturday, November 17th, 2007

KIYUT just released Citra FX Photo Effects 2.0, an image filter effects for digital photos or images. It allows anyone, regardless of experience, to turn digital images into unique artistic looks. Citra FX comes with many prebuilt filters from color adjustment, contrast, exposure to advanced filters like water ripple, emboss, ...

Netbeans Platform ClassLoader Trick

Friday, October 26th, 2007

As you probably know in Netbeans Platform each module has its own ClassLoader. So if you want to load resources (eg: properties file, xml file, image file, etc) from another module basically you are out of luck. Just out of my head, there are at least 2 solutions available: Create Utility or ...

Ekspos Image Viewer 0.8.8 released

Thursday, October 25th, 2007

KIYUT just released Ekspos Image Viewer 0.8.8, a platform independent Java image viewer program. It support most popular image format: JPEG, PNG, and GIF, where additional image format can be added through Java ImageIO plugin. It consists of 2 parts: shell browser and viewer. Shell browser allows you to navigate ...

Customize Netbeans Platform Splash Screen and About Dialog

Thursday, October 18th, 2007

During development of our product Sketsa SVG Editor, we need to customize the default Netbeans Platform About Dialog and splash screen as part our product branding.        Note: this is tested on Netbeans IDE 6-beta1

Citra FX Photo Filter 1.3.1

Tuesday, October 2nd, 2007

Kiyut just released Citra FX Photo Effects 1.3.1, an image filter effects for digital photos or images. It allows anyone, regardless of experience, to turn digital images into unique artistic looks. Citra FX comes with many prebuilt filters from color adjustment, contrast, exposure to advanced filters like water ripple, emboss, ...

Netbeans Platform parsing layer.xml

Thursday, September 20th, 2007

If you are building application on top of Netbeans Platform sooner or later you will deal with layer.xml. Layer.xml (Netbeans FAQ) is Layer files are small XML files provided by modules, which define a virtual filesystem . The layer file defines folders and files that will be merged into the ...

TrialPay Free offers

Saturday, September 15th, 2007

Kiyut just partnered with TrialPay. TrialPay is a method that allows you as a customer interested in product X to get it for free by subscribing or (optionally) purchasing a product from one of their sponsors. Then the sponsors will pay us in return for our products that you get ...

Netbeans Platform Options Dialog

Wednesday, September 5th, 2007

If you build an application on top of Netbeans Platform and wondering how to create the custom options or preferences panel (Menu Tool - Options), then this tutorial is for you. This tutorial based on Sketsa SVG Graphics Editor that create custom Options Dialog for storing canvas related thing in Netbeans ...

Citra FX Photo Filter 1.3

Tuesday, September 4th, 2007

Today, we just released Citra FX Photo Filter 1.3. Citra FX is an image filter effects for digital photos or images. It allows anyone, regardless of experience, to turn digital images into unique artistic looks. What's new: - Add Filter Color -> Gain - Add Filter Color -> Gamma - Add Filter Color -> ...

Netbeans Platform and Memory File System

Saturday, September 1st, 2007

Normally, using Netbeans Platform you have to use DataObject.find() and use the OpenCookie to open the DataObject (eg: file, etc) to be opened on the Editor TopComponent. However, for certain case, I do not have the file yet eg: in Sketsa menu File - New. We do not want to ...