The jigsaw tag has no wiki summary.
0
votes
0answers
58 views
jigsaw puzzle missing piece matching
This code works perfectly fine, but once I change two pictures to 'dino_thePiece.png' and 'dino_Back.png', it doesn't work... Do you guys see any problem? the First set of code is the working one and ...
0
votes
3answers
157 views
Jigsaw Puzzle Solver Method
Ok, so I have a 3 x 3 jig saw puzzle game that I am writing and I am stuck on the solution method.
public Piece[][] solve(int r, int c) {
if (isSolved())
return board;
board[r][c] = ...
6
votes
3answers
168 views
how to overlap image on another images while dragging it in iOS?
I have created JIGSAW game. In that I've split image into 3X3 matrix and display on screen (i.e [self.view addSubView:imageview] like this I added all 9 image tiles).
Now for solving game when I drag ...
2
votes
1answer
238 views
Algorithm for solving tiling/jigsaw puzzle
I've been thinking about an algorithm for solving small puzzles. I found different algortihms on the internet and on stackoverflow but they do not meet my needs in some points:
My puzzle pieces are ...
0
votes
0answers
77 views
An algorithm for creating a feathered image mask out of an arbitrary closed curve
I've found a few questions on SO about creating curves for cutting an image into a jigsaw puzzle. However, I couldn't find any info on how to make the borders smooth.
So far, I tried this simple ...
1
vote
1answer
123 views
Effective image cropping in JavaFX
I'm trying to write a Jigsaw puzzle using JavaFX partly because someone asked me and partly because I want to give JavaFX a go. However, I am having difficulty with the actual cropping of the image.
...
1
vote
1answer
115 views
Irrregular Puzzle Piece matching issue
I am working on a jigsaw puzzle app. that have irregular pieces.I have done cut out that piece by shading and crop. Now i make a array of dictionary witch have each piece left,right,top,bottom ...
1
vote
3answers
135 views
W3 Css validator errors on -moz and -webkit
I trying to validate my CSS in Level 3 on jigsaw.w3.org.
But I get many error messages for properties which started with -moz or -webkit or -o and ...
What should I do ?
0
votes
0answers
306 views
cut image pieces in jigsaw shape
Look at below code I found to cut in jigsaw shape.
public Bitmap getPuzzlePiece(Path path, Bitmap image) {
Drawable imageDrawable = new BitmapDrawable(image);
RectF rectf = new RectF();
...
-1
votes
1answer
141 views
Android Rotating a set of bitmaps around a common pivot point
I am trying to create a game like Jigsaw Puzzle. I am using a class that extends View and in its draw method, I am drawing different bitmap pieces. When user tap a bitmap, I rotates that bitmap by 90 ...
3
votes
1answer
692 views
JigSaw puzzle uiimage irregular cropping
Am developing jigsaw puzzle for iphone.
Here using the masking technique I have cropped the image into 9 peices. See the image below.
After cropping some portion of image is missing due to masking. ...
0
votes
1answer
442 views
iphone UiImage irregular cropping - JIGSAW puzzle [closed]
Am developing jigsaw puzzle for iphone. Here I have done the enough googling but i couldn't find any idea and code for How to crop the uiimage in irregular shap. for example pls check the below URL.
...
3
votes
2answers
539 views
Why project Jigsaw
Java's package management system always seemed simple and effective to me. It is heavily used by the JDK itself. We have been using it to mimic the concept of namespaces and modules.
What is project ...
1
vote
1answer
133 views
How does C# handle overlapping System.Drawing.Regions regions?
I'm creating a Jigsaw Puzzle game as my first C# program (3 weeks self-taught so far) and I've come far along in it, to the point where I can take a bitmap, split it into images, and make sections of ...
0
votes
0answers
11 views
looking for specific class that write on errlog file
I'm studying jigsaw server.I notice it writes information on log file but unfortunately I wasn't able to find out which class is involved in writing on log files.Someone can help me to find that ...
0
votes
0answers
27 views
monitoring performance and fault of a webserver
Well I have to monitoring performance and fault of a web server,Jigsaw W3C, building a java application that shows to the users performance and fault.This webserver is installed in my own machine.I ...
1
vote
0answers
68 views
error install jigsaw on linux with java
I'm trying to install Jigsaw on Linux. I have installed on my machine JDK.here is the message of java -version:
java version "1.7.0_05"
Java(TM) SE Runtime Environment (build 1.7.0_05-b05)
Java ...
0
votes
0answers
27 views
error installing jigsaw on linux
well I'm trying like a crazy man to install Jigsaw web server on linux but I failed. I downloaded it from the site and unziped.I followed the instructions and as they said execute install.sh but when ...
0
votes
1answer
959 views
Objective c dynamically split image into irregular jigsaw shapes
I am trying to split an image into multiple irregular shaped jigsawed chunks. Though I am able to split into multiple rectangular shaped pieces but not able to find any way to for irregular shapes. I ...
0
votes
2answers
2k views
Android - Puzzle Piece
I'm trying to create a jigsaw puzzle app for Android. I am fairly far into the coding, and I am kind of stuck with one issue.
I need a way to change a Bitmap into a bunch of puzzle pieces. My current ...
-1
votes
2answers
254 views
Completing an image from pieces [closed]
I've been wondering, would it be possible to complete an original image from its pieces? Let's say I make a jigsaw from na image... only easy, for example a 3x3 puzzle. Would it be possible to ...
-2
votes
2answers
2k views
I want to develop a jigsaw puzzle with random images in android. Can any one tell how can i do this ? [closed]
I want users to slide and arrange image parts to play jigsaw. how will i implement this. i have no idea where to start and how i will do this.please help me
0
votes
2answers
725 views
Cutting the image in jigsaw shapes in android
I want to know how to cut an image in jigsaw form in android at run time. What i actually want is user can enter any image and then made puzzle of it.
Any api or method for doing this in android... ?
...
35
votes
3answers
3k views
OSGi, Java Modularity and Jigsaw
So as of yesterday morning I hadn't a clue as to what OSGi even was. OSGi was just some buzzword that I kept seeing cropping up over and over again, and so I finally set aside some time to brush up on ...
3
votes
4answers
1k views
Creating irregular shapes for a jigsaw puzzle game in flash
I want to make a jigsaw puzzle in flash. I know how to create square kind of shapes. But I want to create this kind of irregular shapes. See the live demo of puzzles in the links shown
...
1
vote
0answers
532 views
Will Java 8 be able to have another release of Swing?
Taking into consideration Project Jigsaw for Java 8 (to modularize the JDK), will a "new" Swing Framework be able to be taken into consideration?
Consideration means:
someone actually rewriting it
...
0
votes
2answers
6k views
How to make a Flash based jigsaw puzzle
I'm currently working on doing a jigsaw puzzle for my website.
I have searched everywhere in the web and couldn't find any.
I wanted to do it with Flash and ActionScript.
I wanted like make the ...
1
vote
1answer
573 views
jQuery Draggable / Droppable targeting components
I have a stock setup for draggable/droppable. It's basically going to be a jigsaw, but an easy one where the correct pieces snap to the correct areas. I have the snapping and the jigsaw pieces down. ...
0
votes
1answer
71 views
How to compile Jigsaw http server on Linux?
I download the Jigsaw server source from w3c website, http://www.w3.org/Jigsaw/. I followed its instruction http://www.w3.org/Jigsaw/Doc/Programmer/compile.html, but still can not compile it on my ...
0
votes
2answers
1k views
Open source jigsaw piece generator
Does anyone know of a C-based open source class / framework which can generate a random jigsaw puzzle from an image or generate a random puzzle template which could then be applied to an image? The ...
3
votes
3answers
5k views
Jigsaw Puzzle, cutting pieces from image
I'm trying to make an application that cuts image into jigsaw puzzles. My problem is that I don't know how to do this (any kind of algorithm). I do want to have male and female endings of puzzles, but ...
0
votes
2answers
5k views
How to create jigsaw puzzle from an image using javascript
i googled it but didn't find a good answer.specifically i want to learn
to slice an image into curved pieces
to create individual objects from those pieces (i assume that i need this to reassemble)
...
1
vote
3answers
282 views
Are there any CSS validators besides jigsaw?
Are there any other CSS validation sites out there besides jigsaw?
It’s saying that content: none; is incorrect, but according to the specs it should be fine.
7
votes
2answers
3k views
matching jigsaw puzzle pieces
I have nothing useful to do and was playing with jigsaw puzzle like this:
and I was wondering if it'd be possible to make a program that assists me in putting it together.
Imagine that I have a ...
1
vote
1answer
4k views
How to create Jigsaw image puzzle using C#
HI, I am trying to figure out how to take an image file and convert it into a puzzle.
I know how to do rectangular puzzles, but I am looking for non-rectangular shapes.
Please see this link, I am ...
21
votes
5answers
785 views
Why is Sun inventing another module system when everyone has standardised on OSGi?
Sun is putting a lot of effort behind modularising the JDK in the form of Jigsaw, and insinuating that it should be the module format of choice for other Java developers as well. The only notable ...