Image edit javascript rotate jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 image edit javascript rotate jobs found, pricing in USD

    I'm in search of a skilled full stack developer to help me build a mobile application. The project entails the following: - **Languages and Frameworks**: - Expertise in HTML/CSS, JavaScript, and Python is a must. - **Functionality Requirements**: - Incorporating user authentication and login features. - Integration with various third-party APIs. - **Audience**: - The target audience for this website is the general public. Ideal candidates should have a proven track record in full stack development and be able to deliver a secure and efficient end product.

    $2992 - $5984
    $2992 - $5984
    0 bids
    Trophy icon Make a Linkedin cover photo for me 4 days left

    ...CERTIFICATIONS: Google Advanced Data Analytics Professional Certificate | Google - View Credential Google Cybersecurity Professional Certificate | Google - View Credential Machine Learning Engineering for Production (MLOps) Specialization | - View Credential Deep Learning Specialization | - View Credential SKILLS Programming: Python, JavaScript, RUST, Golang, C, C++ Frontend Development: HTML, CSS, JavaScript, ReactJs Responsive design, Cross-browser compatibility Web performance optimization Backend Development: , Flask, RESTful API Microservices, Websockets, OAuth Nginx server management, Kubernetes, Kafka CI/CD integration Databases: RDBMS (MySQL, PostgreSQL) NoSQL (MongoDB) Query optimization, ORM/ODM (SQLAlchemy, Mongoose) Data warehousing, Distributed

    $11 (Avg Bid)
    $11
    1 entries

    ...Conducting input validation and sanitization. Utilizing a tool to assess password strength. Implementing user authentication and access control. Integrating a database for secure password storage. Algorithm of Proposed Solution: Designing a database schema tailored for password storage. Employing web technologies such as HTML, CSS, and JavaScript for the user interface. —————————— Presentation Layer: User Interface (UI) creation with HTML, CSS, and JavaScript Handles user input validation and error handling Logic Layer: Implements core functionalities: user authentication, password hashing, password strength assessment, access control Ensures sensitive data protection Data Access Layer: Interacts with database for...

    $146 (Avg Bid)
    $146 Avg Bid
    32 bids

    My project revolves around the conversion and enhancement of specific JPEG images. The enhancements needed pertain to retouching, color correction, background removal in addition to change of format. Ideally, I require someone skilled in photo editing and proficient in using Excel, to transcribe these reformatted images into an Excel document. I would like my JPEGs converted into the Excel , if you have a keen eye for detail and the necessary expertise, I would love to hear from you.

    $15 (Avg Bid)
    $15 Avg Bid
    22 bids

    ...website development within the specified timeline of 3 days, ensuring adherence to project milestones and deadlines. 8. **Client Satisfaction:** Revising and refining the website based on client feedback to ensure maximum satisfaction with the final product. **Requirements:** - Proficiency in Laravel framework and PHP programming. - Experience with frontend technologies such as HTML5, CSS3, JavaScript, and Bootstrap for responsive web design. - Expertise in integrating third-party APIs, specifically Razorpay and Shiprocket. - Strong understanding of database management systems, particularly MySQL. - Attention to detail, excellent problem-solving skills, and ability to work independently. - Effective communication skills to collaborate with the client and provide regular update...

    $283 (Avg Bid)
    $283 Avg Bid
    16 bids

    I need wedding photos edited, including retouching and background changes, using Photoshop. I have a batch of photos initially, so I'll need to see a sample of your work first. After that, if I'm satisfied, there will be more work, and, of course, payment for your services. & And I also want to edit the wedding video. If you know video editing then please send a sample.

    $10 (Avg Bid)
    $10 Avg Bid
    16 bids

    I am seeking a full-time developer with expertise in Golang and Solidity to work on an existing p...existing Golang/Solidity project. Key Requirements: - Proficiency in Golang and Solidity is a must. - Experience in building decentralized applications and developing smart contracts. - Ability to work full time and to be dedicated to the project. Ideal skills: - Knowledge of blockchain technology and its applications. - Strong problem-solving and critical thinking skills. - Proficiency in JavaScript and Node.js is a plus, but not mandatory. This is a great opportunity for a skilled developer to join a dynamic team and contribute to an exciting project in the blockchain space. If you are passionate about blockchain technology and possess the necessary skills, I would love to hear...

    $674 (Avg Bid)
    $674 Avg Bid
    13 bids

    Hello, I'm in need o...to store data in bulk and automatically remove duplicates each time new data is added to the existing database. Storage of large datasets: The tool should allow for storing a large quantity of data. Duplicate removal: It should be possible to remove duplicates in the Excel files to maintain a clean and organized database. In addition to these features, it would also be necessary to be able to edit data in the tool and export the changes made to an Excel file. Furthermore, an archiving feature would be desirable, allowing for downloading of the used data for future reference. I would appreciate it if you could confirm whether you are able to develop such a tool and provide me with a quote at a reasonable rate. Thank you in advance for your attention t...

    $140 (Avg Bid)
    $140 Avg Bid
    39 bids

    I'm in need of a talented and experienced video editor to create engaging weekly content for my YouTube channel. I currently do not operate any video editing software, so proficiency with popular editing tools such as Adobe Premiere Pro, Final Cut Pro, or iMovie is a must. Key Responsibilities: - Edit and produce one video per week in a vlog-like style. - Ensure all videos are engaging, clean, and polished. Ideal Skills and Experience: - Proficiency in Adobe Premiere Pro, Final Cut Pro, or iMovie. - Proven experience editing for YouTube, preferably in vlog-like style. - Ability to stick to a weekly production schedule. Looking forward to working with a creative, seasoned professional in the realm of YouTube video editing.

    $10 (Avg Bid)
    $10 Avg Bid
    8 bids

    I'm looking for a skilled designer to optimize my existing Amazon product image, focusing on product placement adjustments. - Your role primarily involves adjusting the product's location within the image to create a more professional appearance and improve its visual impact. - I envision the product to be centered with increased space around it, which plays a crucial role in enhancing its overall visibility and attractiveness to customers browsing Amazon. Key Skills: - Proficiency in graphic design software - Understanding of e-commerce design principles - Experience with Amazon product image requirements - Ability to enhance product visibility and conversion rates

    $16 (Avg Bid)
    $16 Avg Bid
    14 bids

    ...capture weight inputs from a digital weighing scale. Developing logic to calculate invoice totals based on weight inputs and prices. Integrating with accounting software for seamless data synchronization. Ensuring robustness and security of the application through thorough testing and validation. Requirements: Proficiency in both front-end and back-end development technologies, such as HTML/CSS, JavaScript, Node.js, React, or Angular. Experience in interfacing with hardware devices and integrating them into web applications. Strong understanding of relational databases and experience with database management systems like MySQL or PostgreSQL. Knowledge of RESTful API design and development for seamless communication between front-end and back-end components. Excellent problem-sol...

    $322 (Avg Bid)
    $322 Avg Bid
    9 bids

    ..."<pre>$output</pre>"; } ?> <form method="post"> URL: <input type="text" name="url" required> <button type="submit">Test Accessibility</button> </form> Step 3: Node.js Script () This script uses the axe-core library to perform accessibility tests on the URL passed from the PHP form. The results are then printed out in the console, which PHP captures and displays. javascript Copy code const axeCore = require('axe-core'); const { JSDOM } = require('jsdom'); async function checkAccessibility(url) { try { const dom = await (url); const { window } = dom; const results = await (); ((results, null, 2)); } catch (error) { ...

    $21 / hr (Avg Bid)
    $21 / hr Avg Bid
    46 bids

    I need somebody to assist me with the tedious task of collecting image details in an excel sheet. Key tasks: - Aggregate a list of our images into an excel sheet. - Ensure each record includes the image name and its URL Ideal Candidate: You'll be a perfect fit for this project if you have: - Extensive experience with data entry. - A high accuracy rate and strong attention to detail. I've attached a reference image... Please note, this project is urgent and needs to be completed ASAP. If you are an efficient data entry specialist with excellent organization skills, I would love to hear from you.

    $11 (Avg Bid)
    $11 Avg Bid
    53 bids

    ...functionality to capture weight inputs from a digital weighing scale. - Implement features for manual entry of product prices and quantities. - Develop logic to calculate invoice totals based on weight inputs and prices. - Ensure compatibility with various digital weighing scale models and accounting software. **Requirements:** - Proficiency in programming languages such as Java, Python, or JavaScript. - Experience in software development with a focus on interfacing with hardware devices. - Familiarity with serial communication protocols and device integration. - Strong understanding of software architecture and design principles. - Excellent problem-solving skills and attention to detail. **Preferred Qualifications:** - Experience with integrating hardware devices such as di...

    $301 (Avg Bid)
    $301 Avg Bid
    6 bids
    Editing Text 9 days left

    Edit website text of approx 180 words

    $66 (Avg Bid)
    $66 Avg Bid
    1 bids

    ...Conducting input validation and sanitization. Utilizing a tool to assess password strength. Implementing user authentication and access control. Integrating a database for secure password storage. Algorithm of Proposed Solution: Designing a database schema tailored for password storage. Employing web technologies such as HTML, CSS, and JavaScript for the user interface. —————————— Presentation Layer: User Interface (UI) creation with HTML, CSS, and JavaScript Handles user input validation and error handling Logic Layer: Implements core functionalities: user authentication, password hashing, password strength assessment, access control Ensures sensitive data protection Data Access Layer: Interacts with database for...

    $154 (Avg Bid)
    $154 Avg Bid
    28 bids

    I am looking to capture a traditional-style family photo for display. The photo will feature 4-6 family members. I'm hoping to make it look realistic and like we actually got together for our picture. Looking for someone who can make this photo look realistic, I have attached a photo of an idea of what I'm thinking but I would love a different input if ...we actually got together for our picture. Looking for someone who can make this photo look realistic, I have attached a photo of an idea of what I'm thinking but I would love a different input if you had one. I'm not skilled at all so the guy with curly hair I only have like 4 photos of him, so he is not originally in the "idea" photo. I guess overall I'm looking for someone who can draw or ed...

    $331 (Avg Bid)
    $331 Avg Bid
    41 bids

    I'm in need of a developer capable of creating a browser extension that wi...key details about the project: - The extension should function on both Google Chrome and Mozilla Firefox. - I currently do not have any extensions or add-ons related to auto-filling or password management installed on my system. - The Auto-fill function will primarily be used on E-commerce websites and Social media platforms. Ideal skills and experience for this job include: - Proficiency in JavaScript and browser extension development - Previous experience with OTP systems - Strong understanding of browser compatibility and web standards - Proven capability of building secure software. Your understanding of user privacy and data protection is paramount for this project as sensitive data will need...

    $299 (Avg Bid)
    $299 Avg Bid
    2 bids

    We at BotXpert are engrossed in the development of a cutting-edge videobot for our clients. We're currently in need of a skilled frontend developer to join us in this exciting project. Key Requirements: - Proficiency in programming languages for frontend development. Ideally, you should be familiar and comfortable with HTML/CSS, JavaScript. Although we skipped this question earlier, we believe familiarity with these technologies will aid in smoother project flow. - Design and implement the size and style of the video in the bot widget. The specifics in terms of the style are open for now and would be decided as we progress further. - Development of key functionalities for the videobot widget. Specifically, the widget should have play/pause buttons and volume control. Your co...

    $92 (Avg Bid)
    $92 Avg Bid
    11 bids

    ...talented Front-End Developer to join our team. As a Front-End Developer, you will be responsible for designing and implementing user-facing features, optimizing web applications for maximum speed and scalability, and collaborating with back-end developers and designers to improve the overall user experience. Requirements: Proven work experience as a Front-End Developer Proficient in HTML, CSS, JavaScript, and other front-end technologies Experience with responsive design and mobile-first development Knowledge of front-end frameworks such as React, Angular, or Vue.js Strong problem-solving skills and attention to detail Excellent communication and teamwork skills Responsibilities: Develop user-facing features and build responsive web applications Optimize web applications for m...

    $2102 (Avg Bid)
    $2102 Avg Bid
    77 bids

    I'm looking for a skilled developer to create a custom JavaScript file uploader for my WooCommerce website. The project entails the following: - File Upload with Preview: Upon request we can provide examples and screenshots. - Support for Multiple File Formats: The uploader should support the upload of JPG, PDF and PNG file formats. - Custom Canvas Sizes, apart from predefined dimensions we offer some products with custom width and height. - Display the dimensions on the canvas. Cutting lines and overfill would be nice to have. - DPI warning, we would like to warn customers if the quality is poor and may effect the printing quality. - Minimalistic, it's just for uploading and previewing the files. We don't want text editor or template functionality. - Designs...

    $496 (Avg Bid)
    $496 Avg Bid
    57 bids

    ...and seamless integration of required features. 2. **Razorpay Integration:** Implementation of Razorpay payment gateway to facilitate secure transactions within the platform. 3. **Shiprocket Integration:** Integration of Shiprocket API for streamlined order management, shipping, and delivery processes. 4. **Frontend Integration:** Integration of custom frontend designs provided in HTML, CSS, and JavaScript, ensuring a cohesive and visually appealing user experience.(Custom Frontend) 5. **Security:** Implementation of robust security measures to safeguard user data, transactions, and sensitive information. 6. **Multivendor Functionality:** Development of features enabling multiple vendors to register, list, and manage their products on the platform. 7. **15-Day Delivery:** The deve...

    $343 (Avg Bid)
    $343 Avg Bid
    14 bids

    ...best products, import them into Dser and edit them (remove non-English language descriptions, images, or videos, shorten description by grouping them and removing irrelevant contents, place of origin, etc), Add tags, SEO-optimised content in each product description, categorise etc before importing them into Shopify. It is crucial not to push products to Shopify without first editing them on Dser. Add videos to the products for better customer engagement. 3. Import reviews and optimise SEO, as these are essential. 4. Also, do not list products with suppliers like AliExpress or Alibaba shop details and suppliers' websites, shop numbers, phone numbers, etc. Advertising for the supplier can lead customers to order directly from them. Note: Edit products, imag...

    $35 (Avg Bid)
    $35 Avg Bid
    13 bids

    I have image form i want to make the form in excel to print it directly

    $101 (Avg Bid)
    $101 Avg Bid
    42 bids

    As your prospective client, I am in urgent need of a highly skilled Full Stack Developer, proficient in JavaScript for a website development project. The primary focus of this task will be to enhance the functionality of our website, making it more efficient and user friendly. IDEAL CANDIDATE SKILLS: - In-depth knowledge of JavaScript - Strong experience in Full Stack Development - Extensive experience in website functionality enhancement - A keen eye for detail and problem solving skills - Ability to work within tight timelines Proficiency in Python and Ruby would be an added bonus, but not a necessity. Looking forward to collaborating with a dedicated and forward-thinking professional.

    $10 (Avg Bid)
    $10 Avg Bid
    14 bids

    I'm seeking a proficient JavaScript developer, ideally with Node.js experience, to build a color trading game as a web application. Key functionalities required include: - Player Registration: Managing user accounts and profiles. - Trading System: In-game trading of color assets between players. - Score Tracking: Keeping a log of player scores and providing leaderboards. - Fund Deposit and Withdrawal: Integrating a 3rd party app to manage player's game funds. Strong skills in the full JavaScript stack, particularly Node.js, are required and experience in game development will be highly advantageous. Your task will be to develop a fully functional product from the ground up, making sure to implement every feature mentioned above.

    $1393 (Avg Bid)
    $1393 Avg Bid
    16 bids

    we can do a task in different ways: I want to extract text from images with but I have a vulnerability error code which concerns , firestore and others I don't see any report but that's it for me prevents us from going further to remove these vulnerabilities? or maybe a multimodal llm (I used the most famous one and had very good results) but I would like an open source llm (I use lm studio but I am open to other suggestions) rather specialized in this task who can offer me this rare gem and/or who implemented this type of solution?

    $28 (Avg Bid)
    $28 Avg Bid
    12 bids

    ...you the flexibility of working from home. Candidate’s Experience ------------------------------------------------------ The candidate will need to have experience with the Laravel 8.0 framework. 80% of your time will be spent developing new functionalities and 20% might be spent troubleshooting issues in production as and when needed. Key Skills Required: 1) Proficient with PHP, HTML5, JavaScript, JQuery, JSON, REST API, XML, AJAX and CSS3 2) Experience working with the MVC Framework Laravel 8.0, Laravel Livewire, Tailwind CSS 3) Experience building API integration such as GupShup, WhatsApp, Telegram, Twitter, Facebook, Google maps, Instagram, etc. 4) Hands-on experience in MySQL databases 5) Experience with Amazon Web Services 6) Optimization SEO/Content/Website...

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    38 bids

    I'm looking to hire a freelancer who can construct a UI Vision Simple Script for web automation. The main purpose is to automate repetitive tasks, specifically focusing on web scraping. As this task involves browser interaction, the ideal candidate should have a keen understanding and profound experienc...involves browser interaction, the ideal candidate should have a keen understanding and profound experience in scripting for web automation on various browsers. Key responsibilities: - Develop a UI Vision Script for automation - Concentrate on web scraping to extract relevant data - Provide advice on effective methods for web automation To perform this task effectively, skills and experience in JavaScript, Selenium, and web scraping are highly desired. The script I ask...

    $15 / hr (Avg Bid)
    $15 / hr Avg Bid
    24 bids

    Job Description - "Please review budget below:" We are seeking an experienced freelance web developer to create an Amazon affiliate e-commerce website focused on safety equipment and educational content. The...Google Maps and a dynamic list for displaying Amazon pick up locations Ensure the website is mobile-responsive and optimized for SEO. Collaborate with the project manager to meet all technical requirements and UX design standards. Requirements: Proven experience in web development with a portfolio of e-commerce sites, preferably with affiliate marketing experience. Strong skills in HTML, CSS, JavaScript, and PHP. Experience with WordPress and WooCommerce. Ability to work independently and efficiently to meet deadlines. Project Duration: 2-3 weeks I have theme ...

    $137 (Avg Bid)
    $137 Avg Bid
    68 bids

    I'm an online seller on Walmart.com. I would like to hire a specialist for optimizing my product images. Based on our current product images(in PS version ), Main tasks include: - Enhanced image quality to make the product more appealing. - Reduced file size for seamless web loading. - Consistent image dimensions across product range. Particularly, we want you to define the fashion style of our product according to your thoughts. Your skill in creatively emphasizing all the regarding attributes will be a major plus to your application. Below 2 attached are for your reference. Actually I have 15 pics in all and I prefer 8 revised ones as a series showing all unique characters and packing list info. Ideal candidate should have strong expertise in photo...

    $30 (Avg Bid)
    Guaranteed
    $30
    25 entries

    I'm in ...authentication and authorization - Develop front-end features as needed - Work on user registration and login features - Implement CRUD operations (create, read, update, delete) - Integrate a payment gateway The candidate should have: - Proven experience in full-stack Laravel development - Strong understanding of Laravel and its ecosystem - Proficiency in front-end technologies like HTML, CSS, and JavaScript - Familiarity with payment gateway integration - Good understanding of database management - Strong problem-solving skills and ability to work independently This is a great opportunity for a skilled Laravel developer looking for a flexible part-time role. The project involves a variety of challenging tasks and will give you the chance to enhance your Laravel de...

    $86 (Avg Bid)
    $86 Avg Bid
    19 bids

    ...Primary Role: Main tasks will include implementing these updates and ensuring they integrate seamlessly with the site's existing functions. This will require adept skills in both frontend and backend development and a strong understanding of database integration. - Technology Stack: The website is currently built on Laravel. Proficiency in this framework is key. Additional experience in HTML/CSS, JavaScript, and PHP would be advantageous. - Uncertain Features: While I have not yet decided on the specific additions to be implemented, it's important that the freelancer is competent and flexible in a variety of possible updates. E-commerce functionality, user registration and login system, and social media integration skills will be highly desirable. - Approach: A solu...

    $12 / hr (Avg Bid)
    $12 / hr Avg Bid
    38 bids

    I am in need of an experienced editor specialized in Bioinformatics, with a particular focus on Research Articles. The main task is to provide Technical Editing with Fact-checking. Key Responsibilities: - Edit research articles: I require a deep understanding of Bioinformatics to ensure that the facts are accurate and the content is of high-quality. - Perform fact-checking: This is an essential aspect of the role to ensure the credibility and reliability of the content. Ideal Skills and Experience: - Proven experience in editing scientific content, with a particular focus on molecular dynamics simulation. - A background in Biology or a related field is preferred. - Excellent attention to detail and a reliable fact-checking process. - Experience in technical editing is a must. If ...

    $69 (Avg Bid)
    $69 Avg Bid
    17 bids

    Hey there! We are looking for a video editor expert that can create a speaker reel of4 minutes from different segments already recorded. Please note that this Speaking Reel must follow structure planned on the document, where the segments of video...create a speaker reel of4 minutes from different segments already recorded. Please note that this Speaking Reel must follow structure planned on the document, where the segments of videos are detailed. Current draft version: Version 2 (segments to be used): Deliverables: 1) Editable file for future version enhancements; 2) mp4 version to upload on Speaker WebSite and Youtube. Thank you

    $12 (Avg Bid)
    $12 Avg Bid
    8 bids

    I'm looking for a skilled data entry specialist to assist in compiling a sizable list of email addresses and phone numbers from an existing Google Sheet. Key Responsibilities: - Need to collect Emails & Phone No - Around 16000 Company Ideal Candidate: - Proficient in Google Sheets. - Experienced in data entry tasks. - Detail-oriented ...in data entry tasks. - Detail-oriented with a strong focus on accuracy. - Able to handle a large volume of data efficiently. This project involves the input of more than 16000 email addresses and phone numbers. The successful candidate will have a keen eye for detail and be able to complete the task quickly and accurately.

    $3 / hr (Avg Bid)
    $3 / hr Avg Bid
    65 bids

    I'm looking for a skilled photo editor to remove a wooden headstone and a green stem on my trainer from ...headstone and a green stem on my trainer from a photo. The edited photo will be for personal use, and I would like the quality and resolution to remain the same as the original. The goal is to have these objects completely removed and the finished result should look natural and untouched Key Requirements: - Skill in photo editing, specifically object removal - Attention to detail to ensure a seamless edit - Ability to maintain the original quality and resolution of the photo Ideal Skills and Experience: - Proficiency in Adobe Photoshop or similar photo editing software - Previous experience in object removal from photos - Strong portfolio demonstrating high-quality pho...

    $89 (Avg Bid)
    $89 Avg Bid
    45 bids

    ...has two variation. normal view / lock screen view) - Feedback: A simple page for user comments and feedback. This app is already wired with Isar and Hive. And all activity data type and register log view is all implemented. So what you need to do is almost in the presentation layer. Also we have past version of 'Home View' where user can do - view all last activity by date - register activity - edit activity So you can consult to or copy the existing copy for things like getting data from Cubit, routing to register page, ... Your Calendar view will be replace the existing 'Home View' page. All detailed requirements and design is available in our Figma. For your information. What is already determined or implemented - Code structure (presentation / domain ...

    $194 (Avg Bid)
    $194 Avg Bid
    23 bids

    ...(but not the entire test, just a description or some example questions), and b) an ROI calculator - where the user can specify some details about number of jobs etc and we can show the ROI. We will provide the mathematical calculations. 2) Candidate Portal. Applicant needs to be able to: a) redirect to this from the job board or company career page, b) create an account and create and/or edit candidate profile. Profile could (optionally) be created at the same time as first-time job application or separately in order to be part of our talent pool. c) upload a CV (basic CV parsing would be helpful to prefill candidate details) as well as any other relevant documents d) answer any custom questions required by the client e) complete the required tests. For this, we need proct...

    $4346 (Avg Bid)
    $4346 Avg Bid
    59 bids

    I'm seeking a professional to design and implement an image recognition captcha system on my platform's user registration. The primary objective is to bolster data security, thereby preventing unauthorized access or malicious activities. Essential Skills and Experience: * Proficiency in formulating image recognition captcha * Outstanding expertise in data security * Extensive experience in user registration processes * Excellence in problem-solving and strategic thinking The captcha system should be robust, user-friendly, and effective in identifying and allowing only valid users to register on the platform. The project won't only involve the creation of the captcha system, it will additionally require integrating it seamlessly into our user registration pr...

    $2 / hr (Avg Bid)
    $2 / hr Avg Bid
    6 bids

    Hey, I've created the job. Let me know if you have any questions. Thanks.

    $200 (Avg Bid)
    $200 Avg Bid
    1 bids

    I need an image edited urgently — the subjects are children holding letters, and I require the "l" to be enhanced into an uppercase "L". Ideal freelancers should include their pricing and the speed at which they can complete the project. I need the edits done ASAP..

    $22 (Avg Bid)
    $22 Avg Bid
    32 bids
    Trophy icon Image Editing: Add Neck & Suit 6 days left

    I need an image edited to add the neck and suit from 'image 2', to 'image 1'. Please keep the black background on image 1. Key points: - You need to be proficient in photo editing software - Attention to detail is crucial - The final result should look natural and professional Ideal skills for this job: - Proficiency in photo editing software (e.g. Adobe Photoshop) - Experience in image manipulation - Strong attention to detail

    $20 (Avg Bid)
    Guaranteed
    $20
    89 entries

    I'm in need of a skilled Unity developer to help me modify the mechanics of my 3D RPG game. This project involves the removal of certain existing features in the game, including character, combat, and questing systems. Ideal Skills: - Proficiency in Unity and C# programming - Knowledge of 3D game design and game mechanics - Experience in RPG game development - Ability to modify existing codebase Please note that this project is mainly about removing functionalities rather than adding new features. Prior experience in game design, especially with RPGs, will be a huge advantage. Your understanding of game balance and user experience is crucial for the success of this project. Please find attached the guidelines for editing the game.

    $161 (Avg Bid)
    $161 Avg Bid
    30 bids

    Overview: Working on our company web application to fix and add Handed a goal and determine best way to accomplish With our team always here to help Ability to communicate and solve exciting tasks will be essential. We all collaborate together closely, work at same time with real time communication very important Experience: 1. PHP and related such as CodeIgniter, Laravel, .. 2. JavaScript and other front end technologies 3. Mobile App Cross Platform is plus for upcoming challenge 4. PostgreSQL, My SQL, etc. Work Requirements: 1. One Dedicated Programmer working on project 2. Agreed upon start finish each day to work at same time as our team 3. In addition to this site time tracker, Live Screen Sharing when paid hourly In your response: 1. Confirm agreed to above work requirem...

    $2 - $8 / hr
    Sealed
    $2 - $8 / hr
    29 bids

    I am looking fo...designer to make me a new logo for my website as part of rebranding. I already have a logo but I want to rebrand from selling auto parts to selling tuning parts So instead of TAM'AUTO the new name will be TAM'TUNING The logo can be similar to old one but it has to represent something about tuning, tuned cars, speed, and similar. The color combination remains the same. I would need to be able to edit logo and change details if needed so editable files such psd, ai, eps are needed. In one of the attachments is original logo and others are provided as an example what I find nice and suitable for the new logo,. Feel free to input your suggestions but don't step away much from the theme and please don't use already pre made logos bought from s...

    $40 (Avg Bid)
    $40
    195 entries

    I have a rough idea of a logo (see attached) but I'd like to make a few changes: 1) The trees on the left and right should be fully green (not just part of them). 2) The sky above should be blue (but the white clouds can stay). 3) The background houses (behind the front house) should have full walls (instead of only halfway up like the image). 4) The houses should be some other color (not the weird green dot in the middle). 5) The random dots around the edges should go away. 6) The "OMT" on the bottom should have a solid color behind the whole thing (no gap between "M" and "T") 7) The background should be black. Beyond that, feel free to try some other tweaks as well if you'd like! OMT is marketing for local customers in their neighbo...

    $30 (Avg Bid)
    Guaranteed
    $30
    110 entries

    I have a need to add a creative photo touch up similar to the attached assasins creed photo Please edit image 4262

    $20 (Avg Bid)
    Guaranteed
    $20
    73 entries

    ...expertise in HTML/CSS and JavaScript/React for creating a website from scratch. You will be responsible for the complete development process, from the initial layout to the final production deployment. Key Responsibilities: - Develop the website's front-end architecture using HTML/CSS and React - Design the website's user interactions, including animations and transitions - Develop the back-end of the website using industry-standard technologies - Ensure the responsiveness of the website and optimal performance - Implement features based on the UI/UX design Your previous experience in developing websites from scratch using React as the front-end technology will be crucial for this project. Additionally, a strong understanding of HTML/CSS for the front end and Java...

    $1121 (Avg Bid)
    $1121 Avg Bid
    75 bids

    Job Title: WordPress Website Developer We are seeking a highly skilled and experienced WordPress Website Developer to create an exceptional website for our business. The ideal candidate should possess a strong command of WordPress, with expertise in theme customization, plugin installation, and database management. Proficiency in HTML, CSS, and JavaScript is also essential. Responsibilities: - Design and develop a modern, user-friendly website that aligns with our business objectives. - Customize WordPress themes to produce an aesthetically pleasing and functional website. - Install and configure plugins to enhance website functionality and improve user experience. - Ensure optimal performance by managing and maintaining the website's database. - Collaborate with team members...

    $475 (Avg Bid)
    $475 Avg Bid
    114 bids