It is currently Wed Apr 24, 2024 6:04 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 34 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Looking for a Comic Strip Frame
PostPosted: Fri May 08, 2015 4:56 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Feb 25, 2013
Posts: 95
Location: Missouri
My question is.... Are there any scripts or plugins that can make comic strip book frames? Thank you in advance.


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Fri May 08, 2015 6:57 pm  (#2) 
Offline
Global Moderator
User avatar

Joined: Nov 16, 2011
Posts: 5128
Location: Metro Vancouver, BC
G'MIC Montage might work.
G'MIC → Arrays & tiles → Montage

_________________
Image
Gimp 2.8.18, Linux, median user
Gimp Chat Tutorials Index
Spirit Bear (Kermode)


Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Fri May 08, 2015 7:26 pm  (#3) 
Offline
GimpChat Member
User avatar

Joined: Feb 25, 2013
Posts: 95
Location: Missouri
Odinbc wrote:
G'MIC Montage might work.
G'MIC → Arrays & tiles → Montage

I'm looking for a script or something that can do what is in the attachment.


Attachments:
blank_comic_page_1_by_c0nn0rman43-d2zvje1.png
blank_comic_page_1_by_c0nn0rman43-d2zvje1.png [ 41.24 KiB | Viewed 7034 times ]
Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Fri May 08, 2015 8:58 pm  (#4) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
Would this work for you?
I wrote a simple comic strip frame in codeskulptor <-- link to it.
Click triangle (the play button) to run program.
Once program is running (you might have to expand/resize the view to see the whole frame, right now i set it as 800x600).
Click on "Add frame line" to add a default horizontal frame line
Then click on any end point of the line and drag to move it around.
Once you're happy with what you've created you can right click and "View Image" or "Save Image As" like you would do to any web image.

Let me know if this works for you.

Here's a sample of what I created using the above program
Image

If you want you can change things such as width,height,linewidth,blacklinewidth constants of the program before running the program.

_________________
TinT


Last edited by trandoductin on Sat May 09, 2015 2:11 am, edited 6 times in total.

Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Fri May 08, 2015 9:15 pm  (#5) 
Offline
Script Coder
User avatar

Joined: Apr 23, 2010
Posts: 1553
Location: not from Guildford after all
If you are using a GNU/Linux system, Laidout is a rather powerful tool for publishing comics. It is not a big project -- it only has one developer but he is an artist who has created the program to help him with his artwork.

_________________
Any sufficiently primitive technology is indistinguishable from a rock.


Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Sat May 09, 2015 1:10 am  (#6) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
I don't draw so I can't do comics but here's what another frame might look like with some content.
:)
Image

_________________
TinT


Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Sat May 09, 2015 4:14 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: Feb 25, 2013
Posts: 95
Location: Missouri
trandoductin wrote:
Would this work for you?
I wrote a simple comic strip frame in codeskulptor <-- link to it.
Click triangle (the play button) to run program.
Once program is running (you might have to expand/resize the view to see the whole frame, right now i set it as 800x600).
Click on "Add frame line" to add a default horizontal frame line
Then click on any end point of the line and drag to move it around.
Once you're happy with what you've created you can right click and "View Image" or "Save Image As" like you would do to any web image.

Let me know if this works for you.

Here's a sample of what I created using the above program
[ Image ]

If you want you can change things such as width,height,linewidth,blacklinewidth constants of the program before running the program.



It looks very nice. :) Thank you for creating this. So is there a download somewhere, for this script or plugin? Will this run on Windows 7/64 bit?


Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Sat May 09, 2015 4:18 pm  (#8) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
spunkygurl80 wrote:
It looks very nice. :) Thank you for creating this. So is there a download somewhere, for this script or plugin? Will this run on Windows 7/64 bit?

No download is required, it runs in your browser, if you can open it in a web browser then you should be able to run it

_________________
TinT


Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Sat May 09, 2015 5:40 pm  (#9) 
Offline
GimpChat Member
User avatar

Joined: Feb 25, 2013
Posts: 95
Location: Missouri
trandoductin wrote:
spunkygurl80 wrote:
It looks very nice. :) Thank you for creating this. So is there a download somewhere, for this script or plugin? Will this run on Windows 7/64 bit?

No download is required, it runs in your browser, if you can open it in a web browser then you should be able to run it


I appreciate you taking the time out to make this.
I would prefer it to be a script or plugin' to where i can open it up on Gimp.


Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Sat May 09, 2015 6:01 pm  (#10) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
yeah sorry,
i don't have enough knowledge to make it as interactive if made in Gimp...actually i don't know how i could create it Gimp.
To define where the frame lines are you might have create some sort of language or configuration which is probably not as interactive as the one i created... I don't know if there's any plug-in that can allow you to add objects and edit the object with a mouse drag...not to say that's it's impossible, I just don't know enough to create that.

It's just a webpage, after you save the created frame, you can open it in gimp fine.
Or you can right click on image then "View Image", then right click again on image and "Copy Image" and you can just directly paste that into Gimp without Saving the image first...

Gimp already has Path tool in which you can just click on points to define your frame lines and then Stroke to Path will draw that path. This webpage i created is only to help make the lines remain constant width from each other.

_________________
TinT


Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Sat May 09, 2015 6:37 pm  (#11) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
What you can do to is inside Gimp use the "Path" tool
to create a path that might be something like below
Image
Then "Stroke Path" using a thick line width like 20.0 px for example
Image
Then swap background and foreground color so that you're using White instead of black and Stroke Path again with a narrower width (ie. 18.0 px)
Image
Now hide the path, to see your result
Image

_________________
TinT


Last edited by trandoductin on Sat May 09, 2015 6:46 pm, edited 1 time in total.

Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Sat May 09, 2015 6:45 pm  (#12) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
cool trans, that is an easier way than I have been doing it.

_________________
Image


Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Sat May 09, 2015 6:49 pm  (#13) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
Molly, i didn't know this until i started thinking about how I would write a plugin for Gimp.
First I would want it to get configuration from a path, but the trick was just to draw over top with a thinner thickness and voila, no need a plug-in since drawing/editing paths is so interactive already.
I had some fun and just did a curved frame too Image

The new learning for me was how to use the Path tool, I had to alternate between Shift and Control to tell it when to create a new point to start a different sub-path..often I'd get it wrong and controlZ the heck out of it hehe

_________________
TinT


Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Sat May 09, 2015 7:00 pm  (#14) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Yes, I sure do agree about that pesky path tool. It gets me so frustrated that I get away from it for a while before I go at it again.

_________________
Image


Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Sat May 09, 2015 7:54 pm  (#15) 
Offline
GimpChat Member
User avatar

Joined: Feb 25, 2013
Posts: 95
Location: Missouri
Unfortunately with Gimp. Placing the picture into the shape, comes out kind of distorted. It never looks like, how it supposed too.

For example, i'm looking for something that can produce the same result as the attachment. I found this on somebody elses tumblr. It kind of looks like frame templates in comic strip form.


Attachments:
tumblr_mx5xahHg1u1t4toaho1_500.png
tumblr_mx5xahHg1u1t4toaho1_500.png [ 222.49 KiB | Viewed 1515 times ]
Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Sat May 09, 2015 8:03 pm  (#16) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
It's not Gimp, it's just how images physically are I think.
yeah squeezing an image into a shape will always distort it,
you'll have to selectively choose to cut images into those shape if you don't want them to distort.

I am afraid you have to manually edit it.
I thought maybe I try that effect like you've attached, here's images taken from the movie trailer of Ex Machina
The whole trick to this effect is the scanline effect
Image

_________________
TinT


Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Sun May 10, 2015 2:12 am  (#17) 
Offline
GimpChat Member
User avatar

Joined: Feb 25, 2013
Posts: 95
Location: Missouri
The attachment i posted earlier did have any distorted photos. The placement looked perfect on them. So..there must be a way to fit them without messing the photo up. I have been using the perspective tool to fit the photos into the comic strip frame. It's not coming out very good. I'm becoming really frustrated right now.


Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Sun May 10, 2015 2:13 am  (#18) 
Offline
GimpChat Member
User avatar

Joined: Feb 25, 2013
Posts: 95
Location: Missouri
trandoductin wrote:
It's not Gimp, it's just how images physically are I think.
yeah squeezing an image into a shape will always distort it,
you'll have to selectively choose to cut images into those shape if you don't want them to distort.

I am afraid you have to manually edit it.
I thought maybe I try that effect like you've attached, here's images taken from the movie trailer of Ex Machina
The whole trick to this effect is the scanline effect
[ Image ]


How did you get your photos to fit without it being distorted? It looks really good.


Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Sun May 10, 2015 2:48 am  (#19) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
I just cut them to whatever shape seems fitting and move them around.
Then draw path and then stroke path then apply scan line effect.
The perspective tool is to create perspective, i don't think you should use it for what you want.

It's simple but just in case here's how,
sample image
Image
I like the angled line along the neck so I selected an area/polygon that has her head and with one of the side going along the neck like below
Image
Then I hit Ctrl-I to invert selection and Ctrl-X to cut it away and i am left with what i want.
Image
Open other images as layers, so that you can move layers around and use already cut images as reference to cut other additional images.
Hope that helps.

_________________
TinT


Top
 Post subject: Re: Looking for a Comic Strip Frame
PostPosted: Sun May 10, 2015 2:54 am  (#20) 
Offline
Script Coder
User avatar

Joined: May 07, 2014
Posts: 3975
Location: Canada
Improved comic strip frame creator (in codeskulptor)
After writing the description about using paths, I realized that if I draw all the black thick lines first, then draw the white thinner lines it would be an improvement since it creates nice cross sections like road intersections just like how Path would work in GIMP.

Previously i was dumb and didn't do this, I drew each line a time instead of drawing all blacks and then all white so whenever there was a cross section, you'd see 2 black lines going all the way through the intersection which isn't what we want. so...

If you want give a try, I don't know which I like better this codeskulptor tool or Gimp's Path tool... Probably Gimp's Path tool

Updated: Another version <-- This version automatically snaps the endpoint being edited to nearest point on edges when you're within a 30 pixel distance from an edge.

_________________
TinT


Last edited by trandoductin on Sun May 10, 2015 12:13 pm, edited 1 time in total.

Top
Post new topic Reply to topic  [ 34 posts ]  Go to page 1, 2  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) G'MIC> Pattern> Strip command line?

2

No new posts Attachment(s) Photo To Comic

62

No new posts Attachment(s) Photo To Comic Art

2

No new posts Comic Characters

11

No new posts Ladies / Comic Book panel

0



* Login  



Powered by phpBB3 © phpBB Group