
Đã đóng
Đã đăng vào
I need a Windows desktop application (WinForms-style UI) that imports inspection photos from a connected Android or iPhone. Step 1 — Select photos * User chooses a date range (From/To). * When a phone is connected and the user clicks a Populate button, the app shows photo thumbnails taken within the chosen date range. * Each photo has a checkbox so the user can select/deselect files to import. * User clicks Next. Step 2 — Rename + resize * The app shows thumbnails only for the photos selected in Step 1. * The filename shown must exclude the file extension (e.g., [login to view URL] displays as IMG1236). * Clicking a filename once should select the entire filename text. * Pressing Tab should move to the next filename and select the entire text (fast keyboard renaming). * User can set a proportional resize percentage, defaulting to 15%. * User selects a folder on local storage, then clicks “Import” button. All image files selected are automatically converted to JPEG at 90% quality, and saved to Local storage folder with the filenames that were chosen by the user. *Only basic error handling is needed, such as in asking the user if they want to overwrite duplicate files, skip, etc. Future feature (not required immediately, but design should allow it) • User can assign an Asset to one or more photos. • During import, the app automatically creates a folder per asset inspection named: • YYYY-MM-DD {AssetName} • Photos are placed into the correct folder based on the photo taken date and assigned asset. • Example: If photos were taken on 2026-02-10 for assets ES98 and DR1106, and on 2026-02-11 for ES71, then when importing later the app creates folders like: • 2026-02-10 ES98 • 2026-02-10 DR1106 • 2026-02-11 ES71
Mã dự án: 40224389
22 đề xuất
Dự án từ xa
Hoạt động 24 ngày trước
Thiết lập ngân sách và thời gian
Nhận thanh toán cho công việc
Phác thảo đề xuất của bạn
Miễn phí đăng ký và cháo giá cho công việc
22 freelancer chào giá trung bình $19 USD/giờ cho công việc này

Your HEIC-to-JPEG conversion will fail silently on most Windows machines because the codec is not installed by default. This will cause user complaints when iPhone photos appear to import but produce corrupted files. Before building the UI, I need clarity on two technical constraints: Does your target environment have Windows 10 1809+ with the HEIF extension installed, or do I need to bundle ImageMagick/libheif for universal HEIC support? What is your expected photo volume per import session—are we handling 20 photos or 2,000? This determines whether I use synchronous file operations or implement a background worker with progress reporting. Here is the architectural approach: - C# WINFORMS + .NET 6: Build a responsive two-step wizard using async/await patterns to prevent UI freezing during thumbnail generation and file transfers. - MTP PROTOCOL: Use Windows Portable Devices API to enumerate connected Android/iOS devices and filter photos by EXIF DateTaken metadata without copying the entire camera roll to temp storage. - IMAGE PROCESSING: Implement ImageSharp for cross-platform HEIC decoding and proportional resizing with Lanczos3 resampling to maintain quality at 15% scale, then encode to JPEG at quality 90. - DATA MANAGEMENT: Design a lightweight SQLite schema now to store photo-to-asset mappings, making the future folder-per-asset feature a 2-hour addition instead of a full refactor. - KEYBOARD NAVIGATION: Wire up TextBox focus events with SelectAll() and override ProcessDialogKey to handle Tab traversal across dynamically generated filename controls. I have built 8 Windows desktop applications for field inspection workflows, including one that processes 500+ drone photos per session with real-time EXIF parsing. Let's schedule a 15-minute call to confirm device compatibility and finalize the resize algorithm before I architect the MTP integration layer.
$18 USD trong 30 ngày
6,4
6,4

Hello, I am a C# Developer with 15+ years of experience in building secure, scalable, and high-performance applications. I specialize in desktop applications, enterprise solutions, API development, and database-driven systems using C# and .NET technologies. My expertise includes custom software development, integration with SQL Server, performance optimization, and clean, maintainable code. Recently, I also worked on OpenAI API integration for auto-generated content, images, and social sharing, showing my ability to adopt the latest technologies. If you are looking for a dedicated C# expert who delivers quality, innovation, and timely solutions, I’d be glad to collaborate on your project.
$15 USD trong 40 ngày
5,7
5,7

Hi, this WinForms-style inspection importer is very clear — date-range filtering from connected Android/iPhone, thumbnail preview with checkbox selection, fast keyboard-based renaming (auto-select on click + Tab navigation), proportional resize (default 15%), and JPEG conversion at 90% quality with overwrite/skip handling. I can build this as a clean C# .NET Windows desktop app with efficient image processing and a modular structure so future asset-based folder creation (YYYY-MM-DD {AssetName}) can plug in easily without refactoring core logic. I’ll ensure smooth device detection (MTP), fast thumbnail loading, and a simple, practical UI focused on speed. Happy to outline the technical approach and timeline. Looking forward for your positive response in the chatbox. Best Regards, Arbaz T
$22 USD trong 40 ngày
5,5
5,5

Hello, I’m glad to have found your project, it aligns perfectly with my skills and professional interests. This is a clear and practical desktop workflow, and I can build the full Windows application in C# with a clean WinForms style interface and responsive image processing. I’ve developed desktop tools involving device file access, thumbnail previews, batch renaming, and image conversion pipelines. Step 1 will filter connected Android or iPhone photos by selected date range using EXIF metadata and display thumbnails with checkboxes. Step 2 will allow fast keyboard based renaming with full text selection and Tab navigation, plus proportional resize defaulting to 15 percent. On import, images will be converted to JPEG at 90 percent quality and saved to the selected folder with overwrite or skip prompts. The architecture will be modular so future asset based folder creation can be added without refactoring core logic. I’d like to go over a few points: Should EXIF DateTimeOriginal be the primary filter source? Do you prefer pure WinForms or are you open to WPF for smoother UI scaling? I’m confident I can deliver a reliable MVP quickly. Thank you for considering my proposal, and I hope we can collaborate soon. Adison
$20 USD trong 40 ngày
3,6
3,6

Hello, thanks for posting this project. I've read your detailed requirements and this is an excellent fit for my expertise. I have deep experience building robust WinForms desktop apps with advanced file and image handling workflows, including direct integration with mobile devices for media import. I'm confident delivering a solution with seamless photo selection, intuitive filename editing, batch resizing/conversion, and smooth local storage management, focusing on user-friendly UI and reliable error handling. My development approach always prioritizes maintainable code and extensible design, so future enhancements like asset-based foldering can be added efficiently. For photo import, do you have a preferred device connectivity method (MTP, PTP, or a specific API), or should the app support both Android and iPhone via standard Windows device access? Looking forward to hearing from you. Warm regards, Vitalii.
$20 USD trong 1 ngày
1,1
1,1

Hello, I've reviewed your project description for the Windows desktop application that imports inspection photos, and I understand your need for a user-friendly interface that simplifies the photo selection, renaming, and storage process. With over five years of experience in developing desktop applications using WinForms, I have the expertise required to deliver a seamless solution for your project. I am proficient in C# and have successfully implemented similar functionalities in past applications, ensuring efficient file handling and user interaction. Here’s how I would approach your project: - Create a clean and intuitive UI that allows users to select photos by date range and view thumbnails for easy selection. - Implement the renaming functionality, ensuring a smooth user experience with keyboard shortcuts for efficiency. - Develop a reliable image conversion process that meets your specifications for resizing and saving files as JPEGs. - Incorporate basic error handling to manage duplicate files and user prompts effectively, ensuring a robust application. I am excited about the opportunity to work on this project and am confident that my skills align well with your requirements. I can start immediately and am eager to discuss any further details to ensure we achieve the best results together. Looking forward to your response!
$15 USD trong 40 ngày
1,0
1,0

Hello, I went through your project description, and it seems like I am a great fit for this job. I am an experienced professional with many years of hands-on experience in Mobile App Development, Android, C# Programming, Windows Mobile, Agile Development, Software Development, Image Processing, Data Management, Desktop Application Please come over chat and discuss your requirement in a detailed way. Regards, Rajesh Rolen
$20 USD trong 40 ngày
0,0
0,0

Hello , I would like to grab this opportunity and will work till you get 100% satisfied with my work. I'm a 10+ years of experienced full stack AI developer on Mobile App Development, Android, C# Programming, Windows Mobile, Agile Development, Software Development, Image Processing, Data Management, Desktop Application Lets connect in chat so that We discuss further. Thank You
$25 USD trong 40 ngày
0,0
0,0

Greetings, I see you're looking for a Windows desktop application that helps users import inspection photos from their Android or iPhone. This app will need to allow users to select photos based on a date range, rename them easily, and resize them before importing them as JPEGs. I can create a user-friendly interface that will make the entire experience smooth and efficient. I’ll ensure that users can quickly navigate through the renaming process and choose their local storage folder for the imported photos. Plus, I’ll incorporate basic error handling to handle duplicate files without hassle. As for the future feature about assigning assets to photos, I'll design the app with that scalability in mind, so it can easily be added later. What specific file types do you expect the app to handle aside from the HEIC format mentioned? Best regards,
$16 USD trong 2 ngày
0,0
0,0

With a solid foundation in mobile app development across both iOS and Android, I'm your go-to for this Windows desktop application project. Drawing from 8+ years of industry experience, I bring deep-rooted expertise especially in Figma, React, Node.js, Flutter, Native iOS, Native Android, PHP and Web Development. Whilst delivering you a sleek and efficient UI for the WinForms-style project is a given, my additional understanding of Java and Databases makes me adept in handling file management -- exactly what you need for this challenging task. Furthermore, during my many years in the game I’ve encountered numerous challenges -complex renaming tasks included- and my finely-tuned error handling skills can provide the basic error handling you require. My proficiencies also extend to future planning as the proposed formatting aids in easy asset retraceability - a nice summation of my passion for quality results. Let's not forget cost implication; I offer market competitive prices that will ensure you stay within budget without compromising project quality. The quality-driven solutions I provide are always achieved collaboratively. I would love nothing more than to work closely with you on this transformative project — from initialization to its greater vision. By choosing me, you can trust that not only does your faith get repaid but the solution doesn't start and end with just software development. I look forward to actualizing this project's potential with you!
$20 USD trong 40 ngày
0,0
0,0

Hello, As a seasoned Senior Developer with over 8 years of experience including Mobile App Development and Software Development, I assure you of my ability to create and deliver a highly-advanced Windows desktop application that aligns perfectly with your unique needs. My expertise in React.js, Node.js, Flutter, Python, and Chrome Extension Development gives me the edge to produce an application that not only imports your inspection photos flawlessly but also renovates and resizes them as required - enhancing your overall workflow efficiency. Efficiency being the key, I am well-versed in data management including renaming, resizing, file handling, and conversion - just what your project demands! The future aspect of creating folders based on the photo taken date and assigned assets is something I'm more than capable of incorporating into the system as well. Moreover, my specialization in automation extends to web-scraping and APIs which can smoothen import-related operations by extracting data needed from diverse photo formats. This can be useful should you need to pull additional information from these pictures or plan to integrate them into other systems. Considering your desire for "clean, scalable, and secure coding standards," I can reassure you that my skills and experience align perfectly with that vision. With me on board, you can look forward to a prompt turn-around time with comprehensive testing for optimal performance. Thanks!
$15 USD trong 42 ngày
0,0
0,0

I’m M. Yahya, a Pakistan-based Creative & Digital Solutions Consultant, working with a dedicated team and bringing over nine years of combined industry experience to deliver high-quality, client-focused results. You want a Windows desktop app that makes importing and organizing inspection photos fast, intuitive, and error-free. I understand how important it is that users can quickly select photos by date, rename files efficiently, and resize images automatically without complicated steps. Our solution will provide a simple, WinForms-style interface with keyboard-friendly workflows, thumbnail previews, and reliable image conversion to JPEG at 90% quality. The design will also allow easy future enhancements, such as assigning photos to assets and automatic folder organization. Best regards, M. Yahya
$15 USD trong 20 ngày
0,0
0,0

As an experienced full-stack developer proficient in both mobile and software development, I am familiar with the intricacies of building a Windows desktop application that seamlessly interacts with Android and iPhone devices. My proficiency in JavaScript frameworks like React.js, Angular, and Vue.js ensures that I can create an intuitive and responsive WinForms-style UI application for you. Additionally, I am well-versed in navigating database complexities for managing and storing data accurately using both SQL and NoSQL, skills which will be instrumental in organizing and retrieving your inspection photos effortlessly. Considering your future feature requirement, my proficiency in AI services - specifically computer vision utilizing OpenCV and deep learning frameworks - can streamline the asset inspection process by automatically sorting images into relevant folders. This valuable skillset isn't necessary immediately but it's always great to plan ahead. Partnering with me for this project means not just getting a technically sound program but also a promise of future-proof scalability. Let’s work together to ensure efficient photo importation on windows system.
$20 USD trong 40 ngày
0,0
0,0

Hello, I have aggressive experience building WinForms desktop apps with C#, handling file imports, image processing, and device integration. I can create a two-step workflow where users select a date range, preview photos from connected Android/iPhone devices, choose which to import, and then rename, resize, and save them as JPEGs with fast keyboard renaming and proportional resizing. Should I implement iOS photo access via MTP or iTunes API? Also, do you want the app to automatically detect connected devices or rely on a manual refresh button? Let’s start right now jump in chat and get this built. best, Jibran
$20 USD trong 40 ngày
0,0
0,0

Hello. My name is Ruben and I have over 5 years of experience in the corporate world of integrations and developments regarding Windows Form Applications. As an experienced fullstack developer, with many hours spent on corporate taylor made software, I can assure that I will provide the best solution possible. I will also provide the required documentation in case you need it. I am awaiting your response. Kind regards, Ruben Simoes
$27 USD trong 15 ngày
0,0
0,0

Sukabumi, Indonesia
Thành viên từ thg 1 6, 2025
$750-1500 USD
£250-750 GBP
$30-250 NZD
₹400-750 INR/ giờ
₹600-700 INR
$30-250 USD
$10 AUD
$2-8 USD/ giờ
$30-250 SGD
₹600-1500 INR
₹12500-37500 INR
₹1500-12500 INR
£20-250 GBP
$30-250 USD
$30-250 USD
€8-30 EUR
₹150000-250000 INR
₹150000-250000 INR
₹12500-37500 INR
$30-250 USD