Mirage Source

Free ORPG making software.
It is currently Thu Mar 28, 2024 11:15 am

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Image Splitter v4
PostPosted: Sat Oct 10, 2009 4:35 pm 
Offline
Persistant Poster
User avatar

Joined: Thu Mar 29, 2007 10:30 pm
Posts: 1510
Location: Virginia, USA
Google Talk: hpmccloud@gmail.com
Alright here is the Image Splitter version 4. This will convert RMXP/VX/whatever block formatted sprites into single row formatted sprites...much like v2 I suppose, except this is a bit redone. You're able to set how many sprites each sheet holds. (IE 4 by 2, 1 by 1, etc).

My next version will convert items to single column format from grid.

Attachment:
ImgSplitterv4_Source.rar [21.28 KiB]
Downloaded 325 times

_________________
Nean wrote:
Yes harold. Give it to me.

Image
Image


Top
 Profile  
 
 Post subject: Re: Image Splitter v4
PostPosted: Sat Oct 10, 2009 4:48 pm 
Offline
Persistant Poster
User avatar

Joined: Thu Mar 29, 2007 10:30 pm
Posts: 1510
Location: Virginia, USA
Google Talk: hpmccloud@gmail.com
Oops...a simple logical fix:

At the bottom of Sub SplitImage change this:

Code:
TotalSpritesSaved = Val(frmMain.txtStartAt.Text)


To this:

Code:
If TotalSpritesSaved <> 0 Then TotalSpritesSaved = Val(frmMain.txtStartAt.Text)


So people won't have to set it themselves every time they load an image.

_________________
Nean wrote:
Yes harold. Give it to me.

Image
Image


Top
 Profile  
 
 Post subject: Re: Image Splitter v4
PostPosted: Sat Oct 10, 2009 4:59 pm 
Offline
Persistant Poster
User avatar

Joined: Thu Mar 29, 2007 10:30 pm
Posts: 1510
Location: Virginia, USA
Google Talk: hpmccloud@gmail.com
Agh crap another simple bug to fix...change:

Code:
SavePicture frmMain.picConversion.Image, App.Path & "\Splitted Images\sprite" & TotalSpritesSaved & Extension


To:

Code:
SavePicture frmMain.picConversion.Image, App.Path & "\Splitted Images\" & frmMain.txtSaveAs.Text & TotalSpritesSaved & Extension

_________________
Nean wrote:
Yes harold. Give it to me.

Image
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group