Java image comparison library example. Can be used for automation qa tests.
Java image comparison library example. Can be used for automation QA tests.
Java image comparison library example Hopefully there's one amongst them that can compare images for similarity. Some of the libraries are paid, and some are open source; we have selected the 5 best open source libraries that can be used for Image Processing in Java. For example, to compare images A and B, we would compute |A. png null: 1161 or, the longer form using convert. more, more, more, more, more, more, more; Also, I stumbled upon these implementations which have such functions to obtain a fingerprint: pHash Jun 24, 2013 · This may depend on the image format but you could compare by comparing the height and width and then go pixel by pixel using the RGB code. Fifth image is out of viewport and scroll Published on Maven Central Java Library that compares 2 images with the same sizes and shows the differences visually by drawing rectangles. 0 means the images are identical). Before starting, ensure you have the following: May 5, 2022 · Our Image comparison API takes care of that problem, using deep learning to generate an Image Similarity score between 0. I now face a slightly different problem: I have roughly two thousand images at hand, some of which have the same content, but are scaled/rotated versions of each other (rotations are always by multiples of 90°), along with the problem of different compressions and Published on Maven Central Java Library that compares 2 images with the same sizes and shows the differences visually by drawing rectangles. Oct 30, 2024 · To compare two Java arrays, one common method is to use the `Arrays. 0 and 1. The high level answer is to get array buffers for each of the files, use them to create a data view or actual typed array and check them byte by byte. If your legacy code can be embedded in this example, then the answer to your question is yes, the escpos_coffee library works with OutputStream and can be silently embedded as in the following example. Jan 31, 2022 · Prerequisite - Image Processing in Java - Read and Write In this set, we will learn about the pixels of images, how we can get pixel values of an image and how to set pixel values in an image using Java programming language. To test that it's working: Make sure to restart the Terminal or Command line prompt to load the new environment variables. - BoofCV is a computer vision library written in Java that provides algorithms for a range of image processing tasks, including image similarity. 0–1. . Apache Commons Imaging, previously known as Apache Commons Sanselan, is a library that reads and writes a variety of image formats, including fast parsing of image info (size, color space, ICC profile, etc. In Java, or in any other programming language ;) You can find a Java library for comparing . js Oct 16, 2020 · And no, outside of a "binary comparison", there's absolutely no way to "compare any file type". To make it more efficient you can decide a threshold of comparison. You need to ensure that you have sufficient rights to access that resource. imagemagic tool does this for me using cmd prompt. – May 9, 2022 · Hi, i’m trying to find the proper Library that will help in comparing 2 images. Below, we'll outline a method using the Java AWT library to compute the differences between two images. color, rotation and scale transformation. public Screenshot takeScreenshot( Genuine GroupDocs. JImageHash is a performant perceptual image fingerprinting library entirely written in Java. But keep in mind that PDF to HTML conversion is not 100% accurate due to complexities in PDF. At this point, you can visually compare the images by toggling the top layer's visibility off and on. Simply saying if that equals that doesn't work. getBufferedImageOfElement(Saucedemo. In most decent editors, you can also set the top layer to "difference" mode. I need to generate thumbnails from the image uploaded by server. Hope this answer helps you!! Think about a fractal and being able to zoom in indefinitely; this is an image that you can use with any ImgLib algorithm. digital image processing deals with developing a digital system that performs operations on a digital image. They may have variations with slightly different backgrounds, dimensions, feature additions/subtractions, or transformations (scaled, rotated, skewed). Click on the image to get I have read a lot of the threads on stackoverflow on how to handle/convert TIF images in Java. Not only differences in text within paragraphs or words but also changes in shapes and text styles are represented at final report. Contribute to hoangpq/opencv-java-image-comparison development by creating an account on GitHub. I started my project with googling "How to compare images using java" and I got some good articles on finding the similarity of two images. – Java library to create customized full page/frame/elements screenshots using Selenium WebDriver and Java AWT, screenshots and images comparison and many more cool stuff - assertthat/selenium-shutterbug Apr 24, 2012 · Directly calling a URL to get an image may concern with major security issues. My code for taking the screenshot. It allows you to mix and match strategies (like CRC32 checksum and perceptual hashing) to de-duplicate massive collections efficiently. The way it does all of that is by using a design model, a database-independent image of the schema, which can be shared in a team using GIT and compared or deployed on to any database. This answer addresses a closed as duplicate question about how to compare two images in a browser, say opened or dropped onto the page, without using canvas or base64. 3 stars Watchers. Comparison for Java API to compare PDF documents, as this API enables comparison among multiple PDF documents. Thanks in advance. Using tools like ImageMagick or ImageDiff performs image comparison but it does its work only for one set of image at a time. e. Sep 13, 2022 · This tutorial includes the step by step instructions to compare Images in Java, how to configure the document comparison library and provides a working example to demonstrate the implementation of Java compare images functionality. For comparing two images you should write some image matching algorithms. Following steps below, you can easily implement this API into your project with Java. Now you have 5 histograms for each image. (Just like how you compare two int 2D array for similarity) It should be possible to generate a hash for the 2 images and just compare the hash value. Here is your image scaled to 96x140 with different methods/libs. [ Demo ] [ Download ] Touch-friendly Image Comparison Slider In Vanilla JS – before-after. The image recognition process was quite fast and even small images could be used as reference images reliably. JPEG vs JPEG2000). They will not work if you want to compare two image of sunflower, so that one of the images contains the sunflower in left-upper corner as well as the other one contains it in the right-bottom. GrayU8 You can use UtilImageIO to load an image from a file. You can also try another approach of converting PDFs to images and compare pixel to pixel and generate a PDF report. Follow This example configuration gives a screenshot of the entire page even for Chrome, Mobile Safari, etc. There are quite a lot of image processing libraries provided that can be used in Java for Image Processing. The base image already has some transparency. RasterFormatException: (y + height) is outside of Raster at tests. Ok, last edit: The Java Image Processing Cookbook shows a Java implementation of a basic algorithm to determine the difference between two pictures. I don't know of a Java implementation, but there's a C++ implementation using OpenCV. Below is an example using OpenCV to compare two images: Mar 3, 2009 · @gstackoverflow imgscalr operates on the raw BufferedImage instances (decoded image data) -- so something else (typically the ImageIO library) needs to decode the encoded image data to a BufferedImage and then re-encode it to a new image once imgscalr is done operating on it -- put another way "imgscalr doesn't care about file format, you have Jul 15, 2014 · Examples for every method can be found in this answer. At first Feb 12, 2024 · 5 Best Image Processing Libraries in Java. size()); I'm getting java. OpenCV Oct 20, 2009 · Comparison to known faces to find the closest match; This can be done with several libraries but requires bytedeco wrappers for OpenCV and Caffe as well as a library such as ND4j for matrix comparison. - Getting Started: Learn more and download it from the BoofCV website. All of these different hashing algorithms are going to have their own unique tradeoffs in terms of computation time, robustness, and fitness for the purpose of identifying different sorts of images. convert -metric ae a. Without comparing it with any image Aug 6, 2020 · Simply image processing is that enhancing an image or extracting useful information out of it using computer algorithms. The whole research field dealing with search-image-base-by-image is called Content Based Image Retrieval (CBIR). Jan 26, 2016 · A while ago, I spent some time searching for ways to determine whether two images are identical in order to answer this question. mp3 sound clips. See full list on blog. The library returns a similarity score aiming to identify entities which are likely modifications of the original source while being robust various attack vectors ie. With this seed, you can enter new ESC / POS commands as needed. One such API is AShot, which allows us to compare two images. But there were a couple of things that didn’t work very well out of the box. Unfortunately Selenium does not provide any Classes t achive this, But still we can do this using third party API AShot. Can be used for automation QA tests. Aug 8, 2013 · If using Java is not required and you work under Windows, you might consider using Automa - Python tool/library for UI automation. This library is pure Java. OpenCV for JAVA…? Mar 24, 2015 · You would use ImageMagick like this to compare your two images: compare -metric ae a. png b. awt. Additionally, it allows the comparison of various other files of the same document format within Java applications. Note that all three images need to have the same dimensions. Aug 24, 2024 · To load an image using BoofCV, start by importing the necessary classes for file handling and image data structures, for example: import boofcv. IO. However i want some tool which generate the new image like this however only if there is a difference. To get an image I use AShoot library. I have tried a lot of the stackoverflow suggestions (I say suggestions Sep 28, 2016 · In my project i have a set of images. ImgLib2 is so self-contained that it could serve as the underlying data handling library for every Java-based Published on Maven Central Java Library that compares 2 images with the same sizes and shows the differences visually by drawing rectangles. groupdocs. Converting to Grayscale 🌑: Both images are converted to grayscale. width, height — Width and height of the images. gif/. For example: Jun 18, 2009 · Manipulating images in Java can be achieved by using the Graphics or Graphics2D contexts. GroupDocs. Get the height and width of both of them to make sure they are equal. Dec 29, 2020 · Browser based file comparison. Dec 2, 2010 · It's useful if you're comparing images that have been compressed with different algorithms, for example (e. Aug 14, 2013 · If you want a PDF then convert that HTML report to PDF. ) and metadata. Feature count and quality are varying with picture size and content, which makes it difficult to compare images globally (in case you wanna know which of two images is more similar to a reference than the other). Loading images such as JPEG and PNG can be performed by using the ImageIO class. Java based image comparison library Resources. I want to keep this as it is and apply a "mask" to it, the second image. Nov 14, 2024 · I have a simple solution to compare two images (two screenshots of Chrome browser). UtilImageIO import boofcv. Comparison for Java API is crafted for composing reports full of useful data about differences inside PDF documents. Step-by-Step Guide to Compare Images in Java: 1. Mar 8, 2013 · I need to compare two buffered images to see if they are the exact same. 0, with lower values indicating less similarity, and higher values indicating greater likelihood of a match. 0 (higher values indicate greater similarity; 1. png -compare -format "%[distortion]" info: 1161 The -metric ae means "tell me the absolute error", i. Comparing two BufferedImage pixel by pixel and shows the similarity persantage. Get the pixel values and, get the RGB values of both of the images. bucket_1 - B. Jun 19, 2023 · Image comparison cannot be directly performed using Selenium WebDriver alone. This method checks if two arrays are equal by comparing their elements for equality, which can be quite efficient. It allows operations on images. so how can I compress image by passing bytes or percentage as a parameter or using anyother calculations in java (by using API or image-processing Tool) so,that I can get compressed version of image as suggested by google. Comparing images is a common task in computer vision, allowing us to identify changes, similarity, or differences between two images. Load the Images: You will start by loading the images from file paths. If you want to compare images ignoring the light effects i suggest you to generate the edge image first (Using canny function of OpenCV) and then compare the images. Install with homebrew with brew install maven; Make sure it's in your PATH!. options is an object literal with the following properties: threshold — Matching threshold, ranges from 0 to 1. Images Dimensions(Width/Height) must be same. png/. Mar 20, 2014 · I am looking out for an example code or API name from OCR (Optical character recognition) in Java using which I can extract all text present from an image file. This standardizes the comparison, making it fair and more efficient. The ImageIO. com In this tutorial, we will explore how to compare two images using OpenCV in Java. Aug 21, 2023 · Finding Difference between Images using PIL - In image processing, finding the difference between two images is a crucial step in various applications. pdfs but that library won't necessarily be able to compare . green_histogram. You have at least 2 options: Scan pixel by pixel using a pair of nested loop to compare the RGB value of each pixel. takeScreenshot ( webDriver ); Sep 20, 2015 · In go image package, i don't see any methods which can be used to compare two images? Is it possible to do image comparison in go similar to ImageMagick? Here are some resources: Maven installation instructions. The list I have is: JMagick; im4java; Thumbnailator; java-image-scaling ; JAI Mar 26, 2009 · If you want to recognize two images even if they are in different formats (. Prerequisites. As i have more than 500 set of images, its quite a difficult task to perform image comparison. this code uses escpos_coffee Resizing Images 🔧: When comparing the uploaded image to each image in the database, both images are resized to the same dimensions (256x256 pixels). Each pixel from one image is compared to the pixel at the same location in all other images in the In this Java tutorial we will learn about image-comparison: A Java library for comparing images, published on Maven Central and jCenter Oct 24, 2022 · Our Deep Learning Image Comparison API allows you to compare two images directly based on two image file inputs (rather than hashes), and provides a similarity score between 0. Moreover, we have provided sample PNG images as source and target documents and you may use this sample code for comparing images of other formats. Some people might want to search for an image that might have a different size or orientation than the template image they provide, in which case a scale- or rotation-invariant approach is needed. Sep 27, 2024 · Commons Imaging: a Pure-Java Image Library. Published on Maven Central and jCenter Java Library that compares 2 images with the same sizes and shows the differences visually by drawing rectangles. overly Jul 29, 2014 · There is this image comparison code I am supposed to modify to highlight/point out the difference between two images. This guide does not require any additional third-party software and can be used on any operating system like MS opencv java image comparison. the number of pixels that differ between the two images. Add high fidelity document comparison features to your java applications with specially designed document comparison SDK for Java. 1. So I'm working on a simple Java app that allows a user to input an image as a query and have the app compare it against a database of images (which is basically no more than a directory of different Apr 19, 2013 · you can use lti-civil library,completely written in java for capturing images from webcam. If you mean compare a RGB image and a greyscale image, you need to convert the RGB to greyscale first, for doing this, you need to know how you did RGB->Greyscale before, there're different ways of doing this and you could get different results. :) Share. Improve this answer. My current method is { Raster var1 = Img1. new AShot () . This will allow you to perform steps 1-3. Now I want to do something where compare w This is only for one image but I am sure I will have lots of images for compression. Aug 29, 2022 · We have consumed a couple of API calls of the document comparison library for performing the image comparison using Java. It would be great if you can tell which one's good and bad. For example, to load a grayscale image, use this code: Feb 10, 2012 · As i use Selenium RC for the Programming language C#. To compare two images, you take the absolute value of the difference between each histogram bucket, and then sum these values. Also, it's a fairly simple approach that you should be able to implement reasonably quickly to see some results. Jan 8, 2024 · DbSchema is a super-flexible database designer, which can take you from designing the DB with your team all the way to safely deploying the schema. bucket_1| Nov 7, 2023 · In this article, you will learn how to build slim Docker images for your Java apps using Alpine Linux and the jlink tool. The Usages of the image-comparison can be found here Usage Image Comparison output — Image data to write the diff to, or null if don't need a diff image. public static double similarity( BufferedImage image1, BufferedImage image2 ) throws IOException{ int total_no_ofPixels = 0; int image1_PixelColor, red, blue, green; int image2_PixelColor, red2, blue2, green2; float differenceRed, differenceGreen Apr 9, 2020 · How to compare two images using Java OpenCV library - To compare two images −Read Both of them using the Image. I feel difficult on comparing the original and the output images. ImgLib2 makes it an ultra-cheap operation to work on sections of images. Is there a way to modify this code so as to highlight the differences in images Then you can count the number of non-zero values to determine if the images were equal. a button's position is different) and output the result image in new gif image which highlights the difference. It looks promising to me. To compare 2 images for similarity. awt package, which is indefinitely ready to help in image editing with functions like editing, editing, and comparing images. But not sure which one to go with. the scenario: i will take a screenshot of an element do an action which change the element image take another screenshot of the element try to compare between the 2 screenshots I have looked over different solutions: but for each of them, there are multiple steps for installing the dependencies and tools in order Ask questions, find answers and collaborate at work with Stack Overflow for Teams. To compare two images I use ImageMagic tool. Java provides many utility methods to compare these data structures. Let's dive into the code example to understand how this is achieved. Calculate the Published on Maven Central and jCenter Java Library that compares 2 images with the same sizes and shows the differences visually by drawing rectangles. 2. output — Image data to write the diff to, or null if don't need a diff image. Sample Code for Image Comparison. Library that compares 2 images with the same sizes and shows the differences visually by drawing rectangles. In this article I'm going to explain how to capture the screen shot of specific elements (Especially images) and compare image with our expected image. I only tried it with really simple apps though. Another alternative is javacv (java wrapper for openCV) which can be usefull for grabbing images from webcam as well as compairing two images. Get the sum of the differences between the RGB values of these two images. it compares two images (for e. 4 forks Report repository Releases Nov 30, 2012 · from your guidance i came to know how to subtract two images using EmguCV library. For a unit test, I want to take an image (from a file on disk) and assert that it is equal to the same image that has been processed by the code. For example, to find out whether an image exists on screen: Published on Maven Central Java Library that compares 2 images with the same sizes and shows the differences visually by drawing rectangles. equals()` method provided by the Java standard library. Sep 26, 2012 · The problem is hard to answer in general because people often have different requirements for what counts as an image match. We have discussed the detailed process for Java image comparison capability. Stars. Nov 1, 2019 · Appium -image locator strategy worked at least as well as our own Appium image comparison library. read method; Use Graphics2D's . I need to compare them. It is released under an Apache 2 license, hosted on GitHub, been deployed in a handful of web applications already, has a very simple, but pedantically documented API, has code that works around 2 major image bugs in the JDK for you transparently that you'll only ever notice if you suddenly start getting "black" images after a scale operation or Your image proportions are honored, the library makes a best-guess at the method it should use based on the amount of change in the image due to scaling (FASTEST, BALANCED or QUALITY) and the best supported Java2D image types are always used to do the scaling to avoid the issue of "black" results or really terrible looking output (e. That comparison will also include Try using the java-diff-utils library. Recently I got an opportunity to work with Image Processing Technologies as a part of one of my projects and my task was to find matching images from an image store when a new image is given. Visual Comparison. Try Teams for free Explore Teams Aug 22, 2022 · No, I limited the comparison because another error, with waitForRenderingImages(driver, inventoryContainerImages, inventoryContainerImages. This simplifies the comparison by focusing on the . OpenCV has HAAR cascades for face detection and can use flandmark for facial point recognition. In this case, the Oct 15, 2019 · Dics (Definitive Image Comparison Slider) is a JavaScript image comparison library which allows you to compare multiple images with vertical or horizontal sliders. Apr 14, 2016 · Create an image where each source image in a separate layer. For more information, see Comparing faces in images. can u guide me how to merge diff image with first image. drawString method to render the text Welcome to the Java Image Comparing with OpenCV repository! This project showcases how to effectively compare images using Java and the powerful OpenCV library. We will leverage the latest Java 21 base images provided by Eclipse Temurin and BellSoft Liberica. Saucedemo. In this blog, I will explain how to compare two images using the AShot API. Can be used for automation qa tests. I want to comare image all image with last captured image. In this blog, we will explore ho Java Image with java tutorial, features, history, variables, object, programs, operators, oops concept, array, string, map, math, methods, examples etc. Dec 10, 2024 · I’ve been working on an open-source Java library designed for scalable, multi-stage image comparison. For example: Jun 13, 2012 · I am working on part of a Java application that takes an image as a byte array, reads it into a java. It wouldn't be a problem if there was no transparency. The following code examples show how to use CompareFaces. MIT license Activity. These libraries enable any developer to manipulate graphics in their Java applications efficiently. It is essential to understand the difference between the two images, which can help us in detecting changes, identifying objects, and other related applications. jpg images or . jpg/. Smaller values make the comparison more I would really recommend giving imgscalr a look. image. It also Jan 13, 2016 · Using Features to compare image similarity has it's pitfalls. java:98). Some parts of the image can be excluded from the comparison. as example say i have two images 1st image is full green image and second image is full green but have red circle at middle right corner. ) and even if they were scaled I suggest: (using an image library and if the image are medium/big no 16x16 icons): scale the image to some fixed size, it depends on the samples Aug 17, 2017 · Currently, my Code takes some screenshot for some resolution. We are going to compare those providers with Alpaquita Linux also delivered by BellSoft. Jan 21, 2012 · I have searched and found a few image scaling libraries for Java. Nov 17, 2010 · Image fingerprint to compare similarity of many images; Near-Duplicate Image Detection; OpenCV: Fingerprint Image and Compare Against Database. g. Typically, two images will not be exactly the same. Smaller values make the comparison more Feb 18, 2020 · I like to compare two images. viewportPasting ( 100 )) . Aug 10, 2015 · Images Similarity. NET Apr 5, 2023 · Java API to Compare PDF Files# In this article, I will utilize the GroupDocs. This would work only for Exactly same images. read() method. shootingStrategy ( ShootingStrategies . This is very important scenario when You are automating test cases. The Usages of the image-comparison can be found here Usage Image Comparison Published on Maven Central Java Library that compares 2 images with the same sizes and shows the differences visually by drawing rectangles. when i got the diff image after subtract then how can i merge the diff In Java, there are multiple approaches to achieve this, from using libraries to implement custom algorithms. BufferedImage instance and passes it to a third-party library for processing. Whether you're building an image processing application or diving into computer vision, this repository has you covered If you mean exactly the same, compare each pixel. Example. Now each image pixel's value is the absolute difference of the pixel values in the underlying images. io. The Usages of the image-comparison can be found here Usage Image Comparison Dec 27, 2011 · Oh, and this question on SO has probably the best links on this, all regarding Java libraries of image processing. There is no need to copy data around. Average Hash is extremely fast, and the hashes are small, but it's not particularly robust I need to merge two images (BufferedImage) in Java. Get started by installing the Java SDK with Maven. Comparison NoCode apps Web-based application that enables you to perform comparisons across more than 50 popular file formats directly in your browser. Mar 27, 2022 · Method #2: Dense Vector Representations. read method takes in a File to read in and returns a BufferedImage, which can be used to manipulate the image via its Graphics2D (or the Graphics, its superclass) context. 2 watching Forks. You can try PDFcompare library. Pixels are the smallest unit of an image which consists of four components It has many libraries and tools for image processing, such as BufferedImage, Graphics2D, and java. Readme License. Jan 14, 2012 · As for rendering text onto the frames before encoding them as part of the video, you can use Java2D's image manipulation libraries to simply draw text on top of the images beforehand For example: Load up the images into BufferedImage objects via the ImageIO library's . struct. However, when there is a specific need for image comparison, we can rely on third-party APIs to achieve this functionality.
hexsq bnlk shdpm imey ccyew fdgk mnscjc wbxgob npn zjatpbql
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}