hushaojie04 / libgdx

Automatically exported from code.google.com/p/libgdx
0 stars 0 forks source link

libgdx images manipulation #1055

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Can libgdx be used to images manipulation. I have a project where I need to get 
all the images from the database. When i choose the image it becomes a 
background. Next I have to get vertices of this certain image(list of 4 Points) 
where the next image can be put on the background. And then I choose the 
vertices and the image will fit the chosen vertices. After that I have to get 
the final photo to the disc. Is it possible for corporation problem? Photos 
will loose quantity? Has anyone used it for this kind of issue?

Original issue reported on code.google.com by MaciejNo...@gmail.com on 13 Sep 2012 at 10:43

GoogleCodeExporter commented 9 years ago
I'm afraid i can't follow your problem description. Also, this is more of a 
question not an issue. Could you post on the forums 
(http://www.badlogicgames.com/forum), and try to rephrase the problem a little? 
From what i could gather, i see no reason why this can't be done with libgdx, 
but i'm not exactly sure i can follow.

Original comment by badlogicgames on 13 Sep 2012 at 10:46

GoogleCodeExporter commented 9 years ago
i wonder because it is told that this is games framework i also use it.but Can 
it be used for photos manipulation.I overloaded function spriteBatch.draw() 
where i put list of 4 Vector2 points and the AtlasRegion fits this points. But 
This is used in the game. I wonder if i can use it in a company to create 
images and the downlad the final image to the disk. I found methods to get png 
screenshot. But will it be high quality picture or very bad. Is it worth trying?

Original comment by MaciejNo...@gmail.com on 13 Sep 2012 at 10:57