PerfectChoice4u 1 Posted October 31, 2013 Report Share Posted October 31, 2013 hello, im not a novice to ubot iv mad quite a few and can usually get done what i need to do I'm really stumped on something so simple tho and its really killing me ive been at it for hours I'm trying to make a bot to 1) open ms paint2) Add to list a file that contains a list of text (email addresses)3) Have ubot add a list item of text to the picture4) Save the pic as listitemposition.jpg not a .bmp as is the paint default for some odd reason5) restart the process all over again but the next time using the next list item I'm having real problems tho with a couple of thingsSometimes ubot will close when i go to run it. For no reason really, other times it wontit seems to try to close the ubot program, i dont know whyAlso, i cant seem to get it to hit the save button, or to fill out the naming field. ill upload what ive done so far, hopefully someone can help , thank you!Picture text adder.ubotPicture text adder.ubot Quote Link to post Share on other sites
YuraB 4 Posted October 31, 2013 Report Share Posted October 31, 2013 I use different solution for manipulating images. First install free plugin "Advanced Shell" from UbotDev.com. This will allow you to execute command line commands. Get free soft called "ImageMagick" from here http://www.imagemagick.org/script/binary-releases.php#windows (I use Portable Win32 static at 16 bits-per-pixel version, this will allow you to simply copy .exe with your ubot without installing software). There is tons of functionality that can be done with this soft using command line (You will be impressed with documentation and capability of this software http://www.imagemagick.org/Usage/). I use this approach to resize and crop images as I scrape them. Quote Link to post Share on other sites
Steve 30 Posted October 31, 2013 Report Share Posted October 31, 2013 I use different solution for manipulating images. First install free plugin "Advanced Shell" from UbotDev.com. This will allow you to execute command line commands. Get free soft called "ImageMagick" from here http://www.imagemagick.org/script/binary-releases.php#windows (I use Portable Win32 static at 16 bits-per-pixel version, this will allow you to simply copy .exe with your ubot without installing software). There is tons of functionality that can be done with this soft using command line (You will be impressed with documentation and capability of this software http://www.imagemagick.org/Usage/). I use this approach to resize and crop images as I scrape them. Never knew about imagemagick -- I'm sure I can find some uses for this. Thanks! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.