Users browsing this thread: 1 Guest(s)
Besides Alfred's Sprite Sheet ripper what other sprite ripping software is out*
#1
*there on the internet that will do what I am looking for please? Thank you.




*preferably [recommendedly]*




What *free* and easy as possible to use and safe to download and use software would you recommend I download and use to get sprites from sprite sheets however I want them [exact such as B: for example or like C: for example or like D: for example etc. depending on settings] please? Thank you.




Note: the DOT instead of . is not to spam at all but the DOT instead of . is to prevent hotlinking and also to prevent the images from popping up on this message board possible slowing some users down




A: sprite height [picture height] is 123 sprite width [picture width] is 123




B: sprite height [picture height] is 32 sprite width [picture width] is 32




C: picture height is 33 picture width is 33 but the sprite's height itself is 32 and the sprite's width itself is 32




D: picture height is 34 picture width is 32 but the sprite's height itself is 32 and the sprite's width itself is 32




E: Is an ultimate and awesomest picture that will help you all out clearing up any and all concern, concerns, worries, worry, other, others, mixes, mix, stress, stresses
and also picture height is 76 and picture width is 676




But B: is the full sprite




C: has one pixel to left of it and one pixel to the right of it and one pixel to the up [above] it and one pixel to the down [below] it and one pixel to the down right of it and one pixel to the and one pixel to the up right of it and one pixel to the up left of it and one pixel to the down left of it




D: has one pixel to the left of it and has one pixel to the up of [above] it and one pixel to the up left of it and one pixel to the down left of it and one pixel to the down of [bottom] it and one pixel to the up right of it and one pixel to the down right of it but two pixels to the right of it




With the following codings I was able to get B: out of A: and C: out of A: and D: out of A:
the pictures are uploaded now. Note 2: From globalvar until the first ; is Creation code for room0
Code:
globalvar save_picture_as,save_x,save_y,save_width,save_height;

Information about object: object0

Sprite: sprite0
Solid: false
Visible: true
Depth: 0
Persistent: false
Parent: <no parent>
Mask: <same as sprite>

Other Event: Room Start:
execute code:

if (room = room1)
{
  x = 1;
  y = 1;
}

Key Press Event for S-key Key:
execute code:

if (keyboard_check(vk_control))
{
  save_x = get_integer("What x spot [position]",0);
  save_y = get_integer("What y spot [position]",0);
  save_width = get_integer("What amount of width",0);
  save_height = get_integer("What amount of height",0);
  save_picture_as = get_string("save as whatDOTwhat#Jason",0);
  screen_save_part(save_picture_as,save_x,save_y,save_width,save_height);
}
______________________________________________________

Information about object: object1

Sprite: <no sprite>
Solid: false
Visible: true
Depth: 0
Persistent: false
Parent: <no parent>
Mask: <same as sprite>

Create Event:
execute code:

alarm[0] = 76;

Alarm Event for alarm 0:
execute code:

room_goto(room1);
______________________________________________________




I have sent the executable file to myself and the example file is sent to myself as well [both will be available later].




A: http://i1154DOTphotobucketDOTcom/albums/...ure1DOTjpg




B: http://i1154DOTphotobucketDOTcom/albums/...riteDOTjpg




C: http://i1154DOTphotobucketDOTcom/albums/...ePicDOTjpg




D: http://i1154DOTphotobucketDOTcom/albums/...kPICDOTjpg




E: http://i1154DOTphotobucketDOTcom/albums/...riteDOTgif




sprite0's sprite is A:




Thank you all in advanced - Jason
An awesomest (best) maze game V at least in my opinion.

http://s000.tinyupload.com/?file_id=00821057748349019634




Thanked by: Sengir, Garamonde, Shade


Forum Jump: