Spooky Spritesheet Extractor and Merger for any PNG icon

Spooky Spritesheet Extractor and Merger for any PNG

Hot or Not
Spooky Spritesheet Extractor and Merger for any PNG

Description

Video Demo: This is Spooky. The first ever Intelligent Spritesheet extractor. It will automatically detect all your Sprites present in the PNG file. Although the Accuracy is approx around 96-100%. But Surely this software will help you edit any Spritesheet. Also our favourite Merge Back feature lets you edit these Spritesheet with very ease. This software is in its Alpha level. We would be making sure this software gets more features in future. If you have lost your Spritesheet project files or you want to edit the Spritesheets outside the Spritesheet Editor softwares like Texture Packer or Zwoptex or any other tool in market then this Software could be very useful tool. We love all the Spritesheet Editors. For which we bring you Spooky our first every AI based Spritesheet Extractor which can work with any Spritesheets. Sprite sheet decompiler Spooky will help you decompile any sprites found online. Now no need to use photoshop to slice every sprites form the sprite sheet.

Now you can edit any Manga , Anime, Classic spritesheets you find online. Best results only come when the Spritesheets have transparent background. This is a phaser spritesheet.

Required Spritesheet Specification :

.PNG file (With Transparency is recommended)

This software would work on any below specifications: Operating Systems:

Windows OS

Mac OS X

Linux

Java JRE Latest Required on any of the above OS

Internet Required for Image Processing

Note: Always backup your sprite sheets prior using this software. Although this software would make regular backups of your work. This software will require active Internet. This software tends to achieve 95+% accuracy in extracting sprite sheets. Re-selling of this software is strictly prohibited. Please contact us if you want to re-sell this software.

External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.

VB.Net DAL Generator icon

VB.Net DAL Generator

Hot or Not
VB.Net DAL Generator

Description

Need 50% Discount?

Download this bundle which is 50% OFF.

VB.Net DAL Generator is a .net desktop application that generates VB.Net Data Access Layer for SQL Server and MS Access databases. The purpose of this application is to make software development easy. It creates VB.Net classes (one per table) that contain methods for CRUD operations. The generated code can be used in web as well as desktop apps.

All our Code Generators for PHP, C#, VB.Net and Entity Framework (without source). All our Code Generators for PHP, C#, VB.Net and Entity Framework (with source code).

Video Demo:

Click here to view the video demo.

Features:

  • It creates VB.Net classes (one for each table).
  • Supports SQL Server and MS Access.
  • The class contains all columns of the table as properties.
  • Data types have been handled nicely.
  • Creates methods for CRUD operations.
  • Sorting has been handled.
  • Pagination has been handled (SQL Server only).
  • Primary key is automatically detected for each table.
  • Composite primary key is supported.
  • Nullable columns have been handled.
  • Identity column has been handled.
  • Timestamp column has been handled.
  • Completely indented code is generated.
  • The generated code can be used in both desktop and web applications.
  • All the following data types of SQL Server are supported: char, nchar, varchar, nvarchar, text, ntext, xml, decimal, numeric, money, smallmoney, bit, binary, image, timestamp, varbinary, date, datetime, datetime2, smalldatetime, datetimeoffset, time, bigint, int, smallint, tinyint, float, real, uniqueidentifier, sql_variant

Sample Application:

A sample web application has also been provided that is using the generated code. In this application one form (for employees) has been created. This app uses the generated data access layer without modifying a single line in the generated code.

Generated Code:

  • VB.Net Class: For each table one VB.Net class is created that contains all columns of the table as properties.
  • Add Method: It is an instance method. It adds a new record to the relevant table. Nullable columns have been handled properly. If you don’t want to insert values in the nullable columns, don’t specify values for the relevant properties. Identity and timestamp columns cannot be inserted manually therefore these columns are skipped while inserting a record. Relevant property of the identity column is populated after record is inserted.
  • Update Method: It is an instance method. It updates an existing record. Identity and timestamp columns are skipped while updating a record.
  • Delete Method: It is a shared method. It deletes an existing record. It takes primary key columns values as parameters.
  • Get Method: It is a shared method. It gets an existing record (an instance of the class is created and all properties are populated). It takes primary key columns values as parameters.
  • GetAll Method: It is a shared method. It gets all records of the relevant table. You can also specify search columns. If sorting/pagination is enabled then the relevant code will also be generated.

External listing. code.market does not sell this product and does not process payment for it. Pricing, payment, delivery, licensing, refunds, and support are handled by the third-party merchant on its own website. We may earn an affiliate commission from a referral. Details.