- 551 topics

Creating your own computer graphics. Questions, guides, tutorials, tips, and best practices.

You cannot create topics in this forum.

Solid lines all blurred

Why does it does that? Hello! First many thanks for this great software! Real easy to use, very cool, many options etc! Ok, now the criticism: Solid lines and shapes are always blurred. I still don't know wether they are blured in the rendering windows or in t...

How to get selection using JSScripting?

I have a script that I mentioned before that recolors pixels monochromically. Within an UI mockup I use it to change the states of various elements, icons and text mostly. The script currently works on everything on a layer, and as the mockups are sizeable, th...

Post art here!

http://www.flickr.com/groups/rw-designer/ Its a holiday art contest! Make sure you read the rules before posting! Our Flickr Page

Script that replaces one color with another with tolerance.

I'm trying to create a script that replaces oldColor with newColor with a tolerance (0-100) in percent. Sadly I couldn't find a way to get HSV from a particular variable so I am stuck on using RGB (wait... does it use BGR format instead??) and scraping the val...

Hey!

what's wrong it my horinztal and vertical cursors? i'm work trying too fix it, but nothing changes! please help me :|

A script to animate a small rumble (blurry effect if needed)

This will be very useful for my upcoming cursors I want RWCursorEditor to make me a small rumble animation for any image to make into an animated cursor as a script. Is it possible?

Help! Document.Animation.GetFrame(0) not working!

This is my code and it gives me an error! var frame0 = Document.Animation.GetFrame(0); Unable to get property 'GetFrame' of undefined or null reference

A Script Request (RWPaint user)

plus an idea for forum expansion Hi, I've been using RWPaint for all my art projets for the past 2-3 years. It was so perfect for my needs that I didn't need to ask for anything. Because I didn't know ( 😞 ) it's scripting capabilities. Now I need something:...

IMAGES

How do I place two images next to eachother to look like one??

Script, Transfer image layer to alpha layer

Transfers the color of one layer to the alpha of another layer, creating a new layer with the result. --Vlasta wrote this for me some time back. ;| "Configuration" Context; var li = Document.LayeredImage; var n = li.Layers; var names = []; for (var i = 0; i &l...

count the number of pixels of a certain color

in RW-Paint I need to check how many pixels of a certain color is used in an image. The perfect scenario: I colorpick on a pixel in my image, and in the palette it tells how many pixels are from this color. It would be good if the output can be turned on/off. ...

JScript Operation

Goofing off with my RWPaint Hi Vlasta, hope you are well. I want to add a button to the toolbar that zooms to 100% with a click. Not sure if this is possible. Maybe something as follows (which fails)... var zoom = Operation.Create("Image - Zoom"); zoom.SetPara...

Upscaling, Detailing, and Smoothening, etc.

I need help upscaling an image to high quality I'm trying to use AI-upscalers online, but I can't seem to get it to work well. I used resizing, denoise, face smoothening, and texture enhance to almost no avail. Can someone help me upscale this image to 2000px ...

Transparent Coding

I need a code ASAP Hey, I'm looking for a code for making all of the pixels change alpha of your choice. In other words, make the picture transparent. Is there a code for this?

Trying to make User Icon but the background will not go away

I was trying to make a user icon, but the background was still in the final image, even though its opacity was 0. Now all my work is lost. 😞 I have tried 3 times but it would not work. I was going to just delete the background when I was done, but I forgot ...

Need to create a heightmap or bumpmap

I have a brick texture I want to make a bumpmap for. Is there some way to create a heightmap or normal map with RealWorld Paint, or can someone point me to a plugin for it? I've been making my heightmaps manually or with the shadow and outline tools so far, bu...

"Combine Icons" batch operation not working in RWIE...

Hi Vlasta, I'm trying to use your batch op that you wrote, to combine a bunch of icons. They are .png files of different sizes. Screenshot: http://i.imgur.com/duu0OKJ.png (this only shows a small portion--they are in different folder) I keep getting "Object d...

Requesting a graphing calculator.

Can it be done? In school I'm starting to work with sine waves... and after seeing some examples the teacher was using I was thinking it would be kinda cool to see in this. Would a script that fills a layer with a graph of a given equation be difficult to impl...

Create icon from image, but only certain sizes and bit'th

in RWIE Hi Vlasta, I'm using the beta, but I have the non-beta installed too. I've got a bunch of PNG files to make into ICOs, but I only want certain sizes (16,24,32,64) and the highest bit depth (32). Can this batch setup be made with just the GUI, or does...

A script to make everything into 24x24 PNG files?

batchop request :- } Hi Vlasta, I've been needing to convert lots of images to 24x24 PNG files. Often the source file is a larger PNG that needs to be reduced to 24x24 pixels. Sometimes I need to deconstruct ICO files that I made a long time ago, to get the 2...

Script Exchange

Post your scripts, and find some more I hope users will post various scripts here to enhance the general awesomeness of the RealWorld applications suite and help each other. Following is a template (for ease of browsing) to post scripts. Description: describe ...

Help with coding

I need help with coding using javascript I was wondering how to use Java Script, I know all the basic coding, I learned it in a website called "scratch" but it uses visual script codes, I don't know what to type for what. So... Can you help me? Thanks!

Vector maps of countries and cities?

Hey guys! Let me introduce myself, my name is Cyril, I draw vector maps and now we have a small library of free to download vector maps of different countries and cities in Adobe Illustrator and Corel Draw format, can I post some links here, or where can I upl...

JScript Operation

Document objects in Configuration tab Hi Vlasta, I get a null object error when running a script that references Document.LayeredImage in the Configuration section. I suppose Document objects haven't been initialized. I was trying to accomplish Configuration.A...

How to minimize scripting

If I m using scripting in Java and want to use minimize for my website, How can I use this script. Anybody have Idea about this things.